Searched defs:queueFamilyProperties (Results 1 - 12 of 12) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBase.cpp47 deUint32 findMatchingQueueFamilyIndex (const std::vector<vk::VkQueueFamilyProperties>& queueFamilyProperties, argument
51 for (deUint32 queueNdx = startIndex; queueNdx < queueFamilyProperties.size(); ++queueNdx)
53 if ((queueFamilyProperties[queueNdx].queueFlags & queueFlags) == queueFlags)
110 std::vector<VkQueueFamilyProperties> queueFamilyProperties; local
111 queueFamilyProperties.resize(queueFamilyPropertiesCount);
113 instance.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &queueFamilyPropertiesCount, &queueFamilyProperties[0]);
130 queueFamilyIndex = findMatchingQueueFamilyIndex(queueFamilyProperties, queueRequirement.queueFlags, queueFamilyIndex);
135 const deUint32 queuesPerFamilyCount = deMin32(queueFamilyProperties[queueFamilyIndex].queueCount, queueRequirement.queueCount - queuesFoundCount);
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationBasicSemaphoreTests.cpp116 std::vector<VkQueueFamilyProperties> queueFamilyProperties; local
140 queueFamilyProperties = getPhysicalDeviceQueueFamilyProperties(instance, physicalDevice);
142 for (deUint32 queueNdx = 0; queueNdx < queueFamilyProperties.size(); ++queueNdx)
147 if (queues[FIRST].queueFamilyIndex != queueNdx || queueFamilyProperties[queueNdx].queueCount > 1u)
H A DvktSynchronizationOperationMultiQueueTests.cpp94 const std::vector<VkQueueFamilyProperties> queueFamilyProperties = getPhysicalDeviceQueueFamilyProperties(instance, physicalDevice); local
96 for (deUint32 queuePropertiesNdx = 0; queuePropertiesNdx < queueFamilyProperties.size(); ++queuePropertiesNdx)
99 std::min(2u, queueFamilyProperties[queuePropertiesNdx].queueCount),
100 queueFamilyProperties[queuePropertiesNdx].queueFlags);
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp198 vector<VkQueueFamilyProperties> queueFamilyProperties; local
202 queueFamilyProperties = getPhysicalDeviceQueueFamilyProperties(instance, physicalDevice);
204 for (deUint32 queuePropertiesNdx = 0; queuePropertiesNdx < queueFamilyProperties.size(); ++queuePropertiesNdx)
206 if (checkQueueFlags(queueFamilyProperties[queuePropertiesNdx].queueFlags, queueFlag))
208 queues.addQueueFamilyIndex(queuePropertiesNdx, queueFamilyProperties[queuePropertiesNdx].queueCount);
H A DvktSynchronizationCrossInstanceSharingTests.cpp400 const std::vector<vk::VkQueueFamilyProperties> queueFamilyProperties = vk::getPhysicalDeviceQueueFamilyProperties(vki, physicalDevice); local
401 std::vector<deUint32> queueFamilyIndices (queueFamilyProperties.size(), 0xFFFFFFFFu);
438 for (size_t ndx = 0; ndx < queueFamilyProperties.size(); ndx++)
H A DvktSynchronizationWin32KeyedMutexTests.cpp176 const std::vector<vk::VkQueueFamilyProperties> queueFamilyProperties = vk::getPhysicalDeviceQueueFamilyProperties(vki, physicalDevice); local
177 std::vector<deUint32> queueFamilyIndices (queueFamilyProperties.size(), 0xFFFFFFFFu);
194 for (size_t ndx = 0; ndx < queueFamilyProperties.size(); ndx++)
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp573 deUint32 getGlobalMaxQueueCount(const vector<VkQueueFamilyProperties>& queueFamilyProperties) argument
577 for (deUint32 queueFamilyNdx = 0; queueFamilyNdx < (deUint32)queueFamilyProperties.size(); queueFamilyNdx++)
579 maxQueueCount = de::max(maxQueueCount, queueFamilyProperties[queueFamilyNdx].queueCount);
593 const vector<VkQueueFamilyProperties> queueFamilyProperties = getPhysicalDeviceQueueFamilyProperties(instanceDriver, physicalDevice); local
594 const vector<float> queuePriorities (getGlobalMaxQueueCount(queueFamilyProperties), 1.0f);
597 for (deUint32 queueFamilyNdx = 0; queueFamilyNdx < (deUint32)queueFamilyProperties.size(); queueFamilyNdx++)
599 const deUint32 maxQueueCount = queueFamilyProperties[queueFamilyNdx].queueCount;
/external/deqp/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp394 const vector<VkQueueFamilyProperties> queueFamilyProperties = getPhysicalDeviceQueueFamilyProperties(instance, physicalDevice); local
396 for (; m_queueFamilyIndex < queueFamilyProperties.size(); ++m_queueFamilyIndex)
398 if (queueFamilyProperties[m_queueFamilyIndex].queueFlags | VK_QUEUE_GRAPHICS_BIT )
/external/skia/third_party/vulkan/vulkan/
H A Dvulkan.h3696 VkQueueFamilyProperties queueFamilyProperties; member in struct:VkQueueFamilyProperties2KHR
/external/skqp/third_party/vulkan/vulkan/
H A Dvulkan.h3696 VkQueueFamilyProperties queueFamilyProperties; member in struct:VkQueueFamilyProperties2KHR
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h4100 VkQueueFamilyProperties queueFamilyProperties; member in struct:VkQueueFamilyProperties2KHR
H A Dvulkan.hpp14355 && ( queueFamilyProperties == rhs.queueFamilyProperties );
14368 QueueFamilyProperties queueFamilyProperties; member in struct:VULKAN_HPP_NAMESPACE::VULKAN_HPP_NAMESPACE::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::SubpassContents::DynamicState::DescriptorUpdateTemplateTypeKHR::ObjectType::QueueFlagBits::QueueFamilyProperties2KHR
30811 std::vector<QueueFamilyProperties,Allocator> queueFamilyProperties; local
31341 std::vector<QueueFamilyProperties2KHR,Allocator> queueFamilyProperties; local
[all...]

Completed in 841 milliseconds