Home
last modified time | relevance | path

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

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