Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dproperties.rs773 pub sgpr_allocation_granularity: Option<u32>, field
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs29059 pub sgpr_allocation_granularity: u32, field
29164 pub fn sgpr_allocation_granularity(mut self, sgpr_allocation_granularity: u32) -> Self { in sgpr_allocation_granularity() method