Home
last modified time | relevance | path

Searched refs:cmd_pool (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/compute/hs/vk/bench/
Dmain.c677 VkCommandPool cmd_pool; in main() local
682 &cmd_pool)); in main()
850 .commandPool = cmd_pool, in main()
1181 vkFreeCommandBuffers(device,cmd_pool,1,&cb); in main()
1182 vkDestroyCommandPool(device,cmd_pool,NULL); in main()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp730 res = vkCreateCommandPool(info.device, &cmd_pool_info, NULL, &info.cmd_pool); in init_command_pool()
742 cmd.commandPool = info.cmd_pool; in init_command_buffer()
760 cmd.commandPool = info.cmd_pool; in init_command_buffer_array()
776 cmd.commandPool = info.cmd_pool; in init_command_buffer2_array()
1852 vkFreeCommandBuffers(info.device, info.cmd_pool, 1, cmd_bufs); in destroy_command_buffer()
1857 vkFreeCommandBuffers(info.device, info.cmd_pool, numBuffers, info.cmds.data()); in destroy_command_buffer_array()
1871 vkFreeCommandBuffers(info.device, info.cmd_pool, numBuffers, info.cmd2s.data()); in destroy_command_buffer2_array()
1876 vkResetCommandPool(info.device, info.cmd_pool, cmd_pool_reset_flags); in reset_command_pool()
1881 vkDestroyCommandPool(info.device, info.cmd_pool, NULL); in destroy_command_pool()
Dvulkan_command_buffer_utils.h179 VkCommandPool cmd_pool; member
/external/angle/src/tests/perf_tests/
DVulkanCommandBufferPerf.cpp488 auto saved_cmd_pool = info.cmd_pool; in CommandPoolDestroyBenchmark()
501 info.cmd_pool = saved_cmd_pool; in CommandPoolDestroyBenchmark()
/external/vulkan-validation-layers/tests/
Dvkpositivelayertests.cpp3946 VkCommandPool cmd_pool; in TEST_F() local
3951 VkResult err = vkCreateCommandPool(m_device->device(), &cmd_pool_ci, nullptr, &cmd_pool); in TEST_F()
3956 cmd_buf_info.commandPool = cmd_pool; in TEST_F()
3997 vkDestroyCommandPool(m_device->device(), cmd_pool, NULL); in TEST_F()
Dvklayertests_others.cpp808 VkCommandPoolObj cmd_pool(m_device, queue_family); in TEST_F() local
809 VkCommandBufferObj cmd_buff(m_device, &cmd_pool); in TEST_F()