Home
last modified time | relevance | path

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

/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dvulkano_gralloc.rs428 let dedicated_allocation = match device.enabled_extensions().khr_dedicated_allocation { in allocate_memory() localVariable
/external/vulkan-validation-layers/tests/
Dvkpositivelayertests.cpp6539 bool dedicated_allocation = in TEST_F() local
/external/rust/crates/ash/src/vk/
Ddefinitions.rs11622 pub dedicated_allocation: Bool32, field
11660 pub fn dedicated_allocation(mut self, dedicated_allocation: bool) -> Self { in dedicated_allocation() method
11677 pub dedicated_allocation: Bool32, field
11715 pub fn dedicated_allocation(mut self, dedicated_allocation: bool) -> Self { in dedicated_allocation() method