Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/
Ddevice_memory.rs772 pub dedicated_allocation: Option<DedicatedAllocation<'d>>, field
806 pub fn dedicated_allocation(dedicated_allocation: DedicatedAllocation<'d>) -> Self { in dedicated_allocation() method
/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/
H A Dexternal_image.rs88 let dedicated_allocation = if dedicated_allocation { in import() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dmod.rs658 dedicated_allocation: bool, field
1521 pub dedicated_allocation: bool, field
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
H A Dvulkano_gralloc.rs466 let dedicated_allocation = match device.enabled_extensions().khr_dedicated_allocation { in allocate_memory() localVariable
/aosp_15_r20/external/crosvm/gpu_display/src/
H A Dlib.rs398 pub dedicated_allocation: bool, field
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvkpositivelayertests.cpp6539 bool dedicated_allocation = in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs12976 pub dedicated_allocation: Bool32, field
13019 pub fn dedicated_allocation(mut self, dedicated_allocation: bool) -> Self { in dedicated_allocation() method
13037 pub dedicated_allocation: Bool32, field
13080 pub fn dedicated_allocation(mut self, dedicated_allocation: bool) -> Self { in dedicated_allocation() method