Home
last modified time | relevance | path

Searched defs:vkCommandPool (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/vulkan/
H A Dtest_vulkan_interop_buffer.cpp158 VulkanCommandPool vkCommandPool(vkDevice); in run_test_with_two_queue() local
488 VulkanCommandPool vkCommandPool(vkDevice); in run_test_with_one_queue() local
793 VulkanCommandPool vkCommandPool(vkDevice); in run_test_with_multi_import_same_ctx() local
1172 VulkanCommandPool vkCommandPool(vkDevice); in run_test_with_multi_import_diff_ctx() local
H A Dtest_vulkan_interop_image.cpp243 VulkanCommandPool vkCommandPool(vkDevice); in run_test_with_two_queue() local
800 VulkanCommandPool vkCommandPool(vkDevice); in run_test_with_one_queue() local
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DDisplayVk.cpp677 const VulkanDispatch& vk, VkDevice vkDevice, VkCommandPool vkCommandPool) { in create()
710 VkCommandPool vkCommandPool, in PostResource()
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkCommandPool.h28 VkCommandPool vkCommandPool() const { in vkCommandPool() function