Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/tests/
H A 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
H A Dvkrenderframework.h70 std::vector<VkQueueFamilyProperties> queue_props; variable
H A Dvklayertests_others.cpp160 VkQueueFamilyProperties *queue_props = new VkQueueFamilyProperties[queue_node_count]; in TEST_F() local
H A Dvklayertests_buffer_image_memory_sampler.cpp4014 const std::vector<VkQueueFamilyProperties> queue_props = m_device->queue_props; in TEST_F() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_queries.cpp406 std::vector<cl_queue_properties> queue_props{ 0, in check_get_command_queue_info_params() local
/aosp_15_r20/external/angle/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.h168 std::vector<VkQueueFamilyProperties> queue_props; member