Home
last modified time | relevance | path

Searched defs:queue_props (Results 1 – 6 of 6) 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.h70 std::vector<VkQueueFamilyProperties> queue_props; variable
Dvklayertests_others.cpp160 VkQueueFamilyProperties *queue_props = new VkQueueFamilyProperties[queue_node_count]; in TEST_F() local
Dvklayertests_buffer_image_memory_sampler.cpp4014 const std::vector<VkQueueFamilyProperties> queue_props = m_device->queue_props; in TEST_F() local
/external/OpenCL-CTS/test_conformance/api/
Dtest_queries.cpp379 cl_queue_properties queue_props[] = { CL_QUEUE_PROPERTIES, 0, 0 }; in check_get_command_queue_info_params() local
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h167 std::vector<VkQueueFamilyProperties> queue_props; member