Lines Matching refs:no_gfx
881 uint32_t no_gfx = m_device->QueueFamilyWithoutCapabilities(VK_QUEUE_GRAPHICS_BIT); in TEST_F() local
882 if (no_gfx == UINT32_MAX) { in TEST_F()
886 VkQueueObj *no_gfx_queue = m_device->queue_family_queues(no_gfx)[0].get(); in TEST_F()
888 VkCommandPoolObj no_gfx_pool(m_device, no_gfx, VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT); in TEST_F()
899 image_barrier.dstQueueFamilyIndex = no_gfx; in TEST_F()
905 image_barrier.srcQueueFamilyIndex = no_gfx; in TEST_F()
923 uint32_t no_gfx = m_device->QueueFamilyWithoutCapabilities(VK_QUEUE_GRAPHICS_BIT); in TEST_F() local
924 if (no_gfx == UINT32_MAX) { in TEST_F()
928 VkQueueObj *no_gfx_queue = m_device->queue_family_queues(no_gfx)[0].get(); in TEST_F()
930 VkCommandPoolObj no_gfx_pool(m_device, no_gfx, VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT); in TEST_F()
947 buffer_barrier.dstQueueFamilyIndex = no_gfx; in TEST_F()
952 buffer_barrier.srcQueueFamilyIndex = no_gfx; in TEST_F()