Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkrenderframework.h57 uint32_t QueueFamilyMatching(VkQueueFlags with, VkQueueFlags without, bool all_bits = true);
60 return QueueFamilyMatching(VkQueueFlags(0), capabilities, true /* all_bits with */); in QueueFamilyWithoutCapabilities()
Dvkrenderframework.cpp800 uint32_t VkDeviceObj::QueueFamilyMatching(VkQueueFlags with, VkQueueFlags without, bool all_bits) { in QueueFamilyMatching() function in VkDeviceObj
Dvklayertests_command.cpp4175 …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()
Dvklayertests_others.cpp735 DeviceObj()->QueueFamilyMatching(0, 0, true)}; in TEST_F()
Dvklayertests_descriptor_renderpass_framebuffer.cpp582 …uint32_t compute_only_queue_family_index = m_device->QueueFamilyMatching(VK_QUEUE_COMPUTE_BIT, VK_… in TEST_F()
Dvklayertests_buffer_image_memory_sampler.cpp4015 …uint32_t queue_family_index = m_device->QueueFamilyMatching(VK_QUEUE_GRAPHICS_BIT, VK_QUEUE_COMPUT… in TEST_F()