Lines Matching refs:command_pool

2746     VkCommandPool command_pool;  in TEST_F()  local
2751 vkCreateCommandPool(m_device->device(), &pool_create_info, nullptr, &command_pool); in TEST_F()
2755 command_buffer_allocate_info.commandPool = command_pool; in TEST_F()
2759 vkFreeCommandBuffers(m_device->device(), command_pool, 3, command_buffers); in TEST_F()
2760 vkDestroyCommandPool(m_device->device(), command_pool, NULL); in TEST_F()
3501 VkCommandPool command_pool; in TEST_F() local
3506 vkCreateCommandPool(m_device->device(), &pool_create_info, nullptr, &command_pool); in TEST_F()
3511 command_buffer_allocate_info.commandPool = command_pool; in TEST_F()
3526 vkDestroyCommandPool(m_device->device(), command_pool, NULL); in TEST_F()
3732 VkCommandPool command_pool; in TEST_F() local
3737 vkCreateCommandPool(m_device->device(), &pool_create_info, nullptr, &command_pool); in TEST_F()
3742 command_buffer_allocate_info.commandPool = command_pool; in TEST_F()
3774 vkFreeCommandBuffers(m_device->device(), command_pool, 1, &command_buffer); in TEST_F()
3775 vkDestroyCommandPool(m_device->device(), command_pool, NULL); in TEST_F()
3798 …VkCommandPoolObj command_pool(m_device, m_device->graphics_queue_node_index_, VK_COMMAND_POOL_CREA… in TEST_F() local
3799 VkCommandBufferObj primary_buffer(m_device, &command_pool); in TEST_F()
3800 VkCommandBufferObj secondary_buffer(m_device, &command_pool, VK_COMMAND_BUFFER_LEVEL_SECONDARY); in TEST_F()
3866 VkCommandPool command_pool; in TEST_F() local
3871 vkCreateCommandPool(m_device->device(), &pool_create_info, nullptr, &command_pool); in TEST_F()
3876 command_buffer_allocate_info.commandPool = command_pool; in TEST_F()
3924 vkFreeCommandBuffers(m_device->device(), command_pool, 2, command_buffer); in TEST_F()
3925 vkDestroyCommandPool(m_device->device(), command_pool, NULL); in TEST_F()
4020 VkCommandPool command_pool; in TEST_F() local
4025 vkCreateCommandPool(m_device->device(), &pool_create_info, nullptr, &command_pool); in TEST_F()
4030 command_buffer_allocate_info.commandPool = command_pool; in TEST_F()
4095 vkFreeCommandBuffers(m_device->device(), command_pool, 2, &command_buffer[0]); in TEST_F()
4096 vkDestroyCommandPool(m_device->device(), command_pool, NULL); in TEST_F()
4125 VkCommandPool command_pool; in TEST_F() local
4130 vkCreateCommandPool(m_device->device(), &pool_create_info, nullptr, &command_pool); in TEST_F()
4135 command_buffer_allocate_info.commandPool = command_pool; in TEST_F()
4201 vkFreeCommandBuffers(m_device->device(), command_pool, 2, &command_buffer[0]); in TEST_F()
4202 vkDestroyCommandPool(m_device->device(), command_pool, NULL); in TEST_F()
4231 VkCommandPool command_pool; in TEST_F() local
4236 vkCreateCommandPool(m_device->device(), &pool_create_info, nullptr, &command_pool); in TEST_F()
4241 command_buffer_allocate_info.commandPool = command_pool; in TEST_F()
4308 vkFreeCommandBuffers(m_device->device(), command_pool, 2, &command_buffer[0]); in TEST_F()
4309 vkDestroyCommandPool(m_device->device(), command_pool, NULL); in TEST_F()
4405 VkCommandPool command_pool; in TEST_F() local
4410 vkCreateCommandPool(m_device->device(), &pool_create_info, nullptr, &command_pool); in TEST_F()
4415 command_buffer_allocate_info.commandPool = command_pool; in TEST_F()
4481 vkFreeCommandBuffers(m_device->device(), command_pool, 2, &command_buffer[0]); in TEST_F()
4482 vkDestroyCommandPool(m_device->device(), command_pool, NULL); in TEST_F()
4506 VkCommandPool command_pool; in TEST_F() local
4511 vkCreateCommandPool(m_device->device(), &pool_create_info, nullptr, &command_pool); in TEST_F()
4516 command_buffer_allocate_info.commandPool = command_pool; in TEST_F()
4579 vkFreeCommandBuffers(m_device->device(), command_pool, 2, &command_buffer[0]); in TEST_F()
4580 vkDestroyCommandPool(m_device->device(), command_pool, NULL); in TEST_F()
4599 VkCommandPool command_pool; in TEST_F() local
4604 vkCreateCommandPool(m_device->device(), &pool_create_info, nullptr, &command_pool); in TEST_F()
4609 command_buffer_allocate_info.commandPool = command_pool; in TEST_F()
4674 vkFreeCommandBuffers(m_device->device(), command_pool, 2, &command_buffer[0]); in TEST_F()
4675 vkDestroyCommandPool(m_device->device(), command_pool, NULL); in TEST_F()
4694 VkCommandPool command_pool; in TEST_F() local
4699 vkCreateCommandPool(m_device->device(), &pool_create_info, nullptr, &command_pool); in TEST_F()
4704 command_buffer_allocate_info.commandPool = command_pool; in TEST_F()
4766 vkFreeCommandBuffers(m_device->device(), command_pool, 2, &command_buffer[0]); in TEST_F()
4767 vkDestroyCommandPool(m_device->device(), command_pool, NULL); in TEST_F()
4790 VkCommandPool command_pool; in TEST_F() local
4795 vkCreateCommandPool(m_device->device(), &pool_create_info, nullptr, &command_pool); in TEST_F()
4800 command_buffer_allocate_info.commandPool = command_pool; in TEST_F()
4867 vkFreeCommandBuffers(m_device->device(), command_pool, 2, &command_buffer[0]); in TEST_F()
4868 vkDestroyCommandPool(m_device->device(), command_pool, NULL); in TEST_F()