Searched defs:queue_props (Results 1 – 6 of 6) sorted by relevance
222 QueueCreateInfoArray::QueueCreateInfoArray(const std::vector<VkQueueFamilyProperties> &queue_props) in QueueCreateInfoArray()248 const std::vector<VkQueueFamilyProperties> queue_props = phy_.queue_properties(); in init() local310 VkQueueFamilyProperties *queue_props = new VkQueueFamilyProperties[queue_node_count]; in init_queues() local
70 std::vector<VkQueueFamilyProperties> queue_props; variable
160 VkQueueFamilyProperties *queue_props = new VkQueueFamilyProperties[queue_node_count]; in TEST_F() local
4014 const std::vector<VkQueueFamilyProperties> queue_props = m_device->queue_props; in TEST_F() local
379 cl_queue_properties queue_props[] = { CL_QUEUE_PROPERTIES, 0, 0 }; in check_get_command_queue_info_params() local
167 std::vector<VkQueueFamilyProperties> queue_props; member