Home
last modified time | relevance | path

Searched defs:queue_props (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp222 QueueCreateInfoArray::QueueCreateInfoArray(const std::vector<VkQueueFamilyProperties> &queue_props) in QueueCreateInfoArray()
248 const std::vector<VkQueueFamilyProperties> queue_props = phy_.queue_properties(); in init() local
310 VkQueueFamilyProperties *queue_props = new VkQueueFamilyProperties[queue_node_count]; in init_queues() local
Dvkrenderframework.h69 std::vector<VkQueueFamilyProperties> queue_props; variable
Dlayer_validation_tests.cpp1460 VkQueueFamilyProperties *queue_props = new VkQueueFamilyProperties[queue_node_count]; in TEST_F() local
15096 const std::vector<VkQueueFamilyProperties> queue_props = m_device->queue_props; in TEST_F() local