Searched refs:command_buffer_allocate_info (Results 1 – 1 of 1) sorted by relevance
2027 VkCommandBufferAllocateInfo command_buffer_allocate_info{}; in TEST_F() local2028 command_buffer_allocate_info.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOCATE_INFO; in TEST_F()2029 command_buffer_allocate_info.commandPool = command_pool_one; in TEST_F()2030 command_buffer_allocate_info.commandBufferCount = 9; in TEST_F()2031 command_buffer_allocate_info.level = VK_COMMAND_BUFFER_LEVEL_PRIMARY; in TEST_F()2032 vkAllocateCommandBuffers(m_device->device(), &command_buffer_allocate_info, command_buffer); in TEST_F()10272 VkCommandBufferAllocateInfo command_buffer_allocate_info = {}; in TEST_F() local10273 command_buffer_allocate_info.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOCATE_INFO; in TEST_F()10274 command_buffer_allocate_info.commandPool = m_commandPool; in TEST_F()10275 command_buffer_allocate_info.level = VK_COMMAND_BUFFER_LEVEL_SECONDARY; in TEST_F()[all …]