Searched defs:command_pool (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/vulkan-validation-layers/tests/ |
H A D | vkpositivelayertests.cpp | 2746 VkCommandPool command_pool; in TEST_F() local 3501 VkCommandPool command_pool; in TEST_F() local 3732 VkCommandPool command_pool; in TEST_F() local 3798 …VkCommandPoolObj command_pool(m_device, m_device->graphics_queue_node_index_, VK_COMMAND_POOL_CREA… in TEST_F() local 3866 VkCommandPool command_pool; in TEST_F() local 4020 VkCommandPool command_pool; in TEST_F() local 4125 VkCommandPool command_pool; in TEST_F() local 4231 VkCommandPool command_pool; in TEST_F() local 4405 VkCommandPool command_pool; in TEST_F() local 4506 VkCommandPool command_pool; in TEST_F() local [all …]
|
H A D | vklayertests_others.cpp | 1561 VkCommandPool command_pool; in TEST_F() local 1623 VkCommandPool command_pool; in TEST_F() local 2675 VkCommandPool command_pool; in TEST_F() local
|
H A D | layer_validation_tests.h | 681 VkCommandPoolObj *command_pool = nullptr; member
|
H A D | vklayertests_command.cpp | 3768 VkCommandPoolObj command_pool(m_device, queueFamilyIndex); in TEST_F() local 4183 VkCommandPoolObj command_pool(m_device, err_qfi); in TEST_F() local
|
H A D | vklayertests_buffer_image_memory_sampler.cpp | 2301 VkCommandPoolObj command_pool(m_device, queue_family_index, 0); in TEST_F() local 4034 …VkCommandPoolObj command_pool(m_device, queue_family_index, VK_COMMAND_POOL_CREATE_RESET_COMMAND_B… in TEST_F() local
|
/aosp_15_r20/hardware/google/gfxstream/common/detector/ |
D | Vulkan.h | 190 vkhpp::UniqueCommandPool command_pool, in Vk()
|
/aosp_15_r20/external/virglrenderer/src/venus/ |
H A D | vkr_common.h | 131 VkCommandPool command_pool; member
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | object_tracker_utils.cpp | 65 void ObjectLifetimes::AllocateCommandBuffer(VkDevice device, const VkCommandPool command_pool, cons… in AllocateCommandBuffer() 82 bool ObjectLifetimes::ValidateCommandBuffer(VkDevice device, VkCommandPool command_pool, VkCommandB… in ValidateCommandBuffer()
|
/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/ |
H A D | post_worker.rs | 742 let command_pool = Arc::new( localVariable
|
/aosp_15_r20/external/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 173 VkCommandPool command_pool; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | definitions.rs | 7545 pub command_pool: CommandPool, field 7590 pub fn command_pool(mut self, command_pool: CommandPool) -> Self { in command_pool() method
|