Searched refs:QueueFamilyMatching (Results 1 – 6 of 6) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.h | 57 uint32_t QueueFamilyMatching(VkQueueFlags with, VkQueueFlags without, bool all_bits = true); 60 return QueueFamilyMatching(VkQueueFlags(0), capabilities, true /* all_bits with */); in QueueFamilyWithoutCapabilities()
|
D | vkrenderframework.cpp | 800 uint32_t VkDeviceObj::QueueFamilyMatching(VkQueueFlags with, VkQueueFlags without, bool all_bits) { in QueueFamilyMatching() function in VkDeviceObj
|
D | vklayertests_command.cpp | 4175 …const uint32_t no_gfx_qfi = m_device->QueueFamilyMatching(VK_QUEUE_COMPUTE_BIT, VK_QUEUE_GRAPHICS_… in TEST_F() 4177 …m_device->QueueFamilyMatching(VK_QUEUE_TRANSFER_BIT, (VK_QUEUE_COMPUTE_BIT | VK_QUEUE_GRAPHICS_BIT… in TEST_F()
|
D | vklayertests_others.cpp | 735 DeviceObj()->QueueFamilyMatching(0, 0, true)}; in TEST_F()
|
D | vklayertests_descriptor_renderpass_framebuffer.cpp | 582 …uint32_t compute_only_queue_family_index = m_device->QueueFamilyMatching(VK_QUEUE_COMPUTE_BIT, VK_… in TEST_F()
|
D | vklayertests_buffer_image_memory_sampler.cpp | 4015 …uint32_t queue_family_index = m_device->QueueFamilyMatching(VK_QUEUE_GRAPHICS_BIT, VK_QUEUE_COMPUT… in TEST_F()
|