Searched refs:queue_props (Results 1 – 10 of 10) sorted by relevance
222 QueueCreateInfoArray::QueueCreateInfoArray(const std::vector<VkQueueFamilyProperties> &queue_props) in QueueCreateInfoArray() argument224 queue_info_.reserve(queue_props.size()); in QueueCreateInfoArray()226 for (uint32_t i = 0; i < (uint32_t)queue_props.size(); ++i) { in QueueCreateInfoArray()227 if (queue_props[i].queueCount > 0) { in QueueCreateInfoArray()232 qi.queueCount = queue_props[i].queueCount; in QueueCreateInfoArray()248 const std::vector<VkQueueFamilyProperties> queue_props = phy_.queue_properties(); in init() local250 for (uint32_t i = 0; i < (uint32_t)queue_props.size(); i++) { in init()251 if (queue_props[i].queueFlags & VK_QUEUE_GRAPHICS_BIT) { in init()310 VkQueueFamilyProperties *queue_props = new VkQueueFamilyProperties[queue_node_count]; in init_queues() local312 vkGetPhysicalDeviceQueueFamilyProperties(phy_.handle(), &queue_node_count, queue_props); in init_queues()[all …]
555 for (size_t i = 0; i < m_device->queue_props.size(); ++i) { in InitSwapchain()788 queue_props = phy().queue_properties(); in VkDeviceObj()797 queue_props = phy().queue_properties(); in VkDeviceObj()802 for (uint32_t i = 0; i < queue_props.size(); i++) { in QueueFamilyMatching()803 auto flags = queue_props[i].queueFlags; in QueueFamilyMatching()805 if (matches && ((flags & without) == 0) && (queue_props[i].queueCount > 0)) { in QueueFamilyMatching()
3272 if (!(m_device->queue_props[index].queueFlags & VK_QUEUE_SPARSE_BINDING_BIT)) { in TEST_F()3368 if (!(m_device->queue_props[index].queueFlags & VK_QUEUE_SPARSE_BINDING_BIT)) { in TEST_F()3784 if ((m_device->queue_props.empty()) || (m_device->queue_props[0].queueCount < 2)) { in TEST_F()3852 if ((m_device->queue_props.empty()) || (m_device->queue_props[0].queueCount < 2)) { in TEST_F()4008 if ((m_device->queue_props.empty()) || (m_device->queue_props[0].queueCount < 2)) { in TEST_F()4108 if ((m_device->queue_props.empty()) || (m_device->queue_props[0].queueCount < 2)) { in TEST_F()4214 if ((m_device->queue_props.empty()) || (m_device->queue_props[0].queueCount < 2)) { in TEST_F()4316 if ((m_device->queue_props.empty()) || (m_device->queue_props[0].queueCount < 2)) { in TEST_F()4388 if ((m_device->queue_props.empty()) || (m_device->queue_props[0].queueCount < 2)) { in TEST_F()
70 std::vector<VkQueueFamilyProperties> queue_props; variable
160 VkQueueFamilyProperties *queue_props = new VkQueueFamilyProperties[queue_node_count]; in TEST_F() local161 vkGetPhysicalDeviceQueueFamilyProperties(gpu(), &queue_node_count, queue_props); in TEST_F()935 if (m_device->queue_props[index].queueFlags & VK_QUEUE_SPARSE_BINDING_BIT) { in TEST_F()1146 vk_testing::QueueCreateInfoArray queue_info(m_device->queue_props); in TEST_F()1424 if (m_device->queue_props.size() > 2) { in TEST_F()1447 vk_testing::QueueCreateInfoArray queue_info(m_device->queue_props); in TEST_F()2408 vk_testing::QueueCreateInfoArray queue_info(m_device->queue_props); in TEST_F()2642 vk_testing::QueueCreateInfoArray queue_info(m_device->queue_props); in TEST_F()
3743 const uint32_t invalid = static_cast<uint32_t>(m_device->queue_props.size()); in TEST_F()3745 …const bool only_one_family = (invalid == 1) || (m_device->queue_props[other_family].queueCount == … in TEST_F()4014 const std::vector<VkQueueFamilyProperties> queue_props = m_device->queue_props; in TEST_F() local4066 const uint32_t invalid = static_cast<uint32_t>(m_device->queue_props.size()); in TEST_F()4068 …const bool only_one_family = (invalid == 1) || (m_device->queue_props[other_family].queueCount == … in TEST_F()4181 const uint32_t invalid = static_cast<uint32_t>(m_device->queue_props.size()); in TEST_F()4183 …const bool only_one_family = (invalid == 1) || (m_device->queue_props[other_family].queueCount == … in TEST_F()4277 const uint32_t invalid = static_cast<uint32_t>(m_device->queue_props.size()); in TEST_F()4279 …const bool only_one_family = (invalid == 1) || (m_device->queue_props[other_family].queueCount == … in TEST_F()
186 QueueCreateInfoArray(const std::vector<VkQueueFamilyProperties> &queue_props);
406 std::vector<cl_queue_properties> queue_props{ 0, in check_get_command_queue_info_params() local411 queue_props.insert(queue_props.end(), &host_optional[0], in check_get_command_queue_info_params()419 queue_props.insert(queue_props.end(), &device_required[0], in check_get_command_queue_info_params()423 for (cl_queue_properties props : queue_props) in check_get_command_queue_info_params()
168 std::vector<VkQueueFamilyProperties> queue_props; member
279 info.queue_props.resize(info.queue_family_count); in init_enumerate_device()281 info.queue_props.data()); in init_enumerate_device()630 if ((info.queue_props[i].queueFlags & VK_QUEUE_GRAPHICS_BIT) != 0) in init_swapchain_extension()