Home
last modified time | relevance | path

Searched defs:cooperative_matrix (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs78 pub cooperative_matrix: bool, field
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs40527 pub cooperative_matrix: Bool32, field
40578 pub fn cooperative_matrix(mut self, cooperative_matrix: bool) -> Self { in cooperative_matrix() method