Home
last modified time | relevance | path

Searched defs:max_compute_shared_memory_size (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/minigbm/external/
H A Dvirgl_hw.h408 uint32_t max_compute_shared_memory_size; member
/aosp_15_r20/external/virglrenderer/src/
H A Dvirgl_hw.h627 uint32_t max_compute_shared_memory_size; member
/aosp_15_r20/external/mesa3d/src/virtio/virtio-gpu/
H A Dvirgl_hw.h747 uint32_t max_compute_shared_memory_size; member
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dproperties.rs257 pub max_compute_shared_memory_size: u32, field
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs9175 pub max_compute_shared_memory_size: u32, field
9713 pub fn max_compute_shared_memory_size(mut self, max_compute_shared_memory_size: u32) -> Self { in max_compute_shared_memory_size() method