Home
last modified time | relevance | path

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

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