Home
last modified time | relevance | path

Searched defs:wavefronts_per_simd (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_rgp.c299 int32_t wavefronts_per_simd; member
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dproperties.rs939 pub wavefronts_per_simd: Option<u32>, field
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs29054 pub wavefronts_per_simd: u32, field
29139 pub fn wavefronts_per_simd(mut self, wavefronts_per_simd: u32) -> Self { in wavefronts_per_simd() method