Home
last modified time | relevance | path

Searched refs:queueCount (Results 1 – 25 of 111) sorted by relevance

12345

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp44 QueueFamilyQueuesCount() : queueCount(0u) {} in QueueFamilyQueuesCount()
46 deUint32 queueCount; member
138 …yCount = deMin32(queueFamilyProperties[queueFamilyIndex].queueCount, queueRequirement.queueCount -… in createDeviceSupportingQueues()
140 …eueFamilies[queueFamilyIndex].queueCount = deMax32(queuesPerFamilyCount, selectedQueueFamilies[que… in createDeviceSupportingQueues()
154 } while (queuesFoundCount < queueRequirement.queueCount); in createDeviceSupportingQueues()
161 for (deUint32 queueNdx = 0; queueNdx < queueFamilyIter->second.queueCount; ++queueNdx) in createDeviceSupportingQueues()
170 queueFamilyIter->second.queueCount, // uint32_t queueCount; in createDeviceSupportingQueues()
DvktSparseResourcesBase.hpp53 , queueCount(qCount) in QueueRequirements()
57 deUint32 queueCount; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp44 QueueFamilyQueuesCount() : queueCount(0u) {} in QueueFamilyQueuesCount()
46 deUint32 queueCount; member
138 …yCount = deMin32(queueFamilyProperties[queueFamilyIndex].queueCount, queueRequirement.queueCount -… in createDeviceSupportingQueues()
140 …eueFamilies[queueFamilyIndex].queueCount = deMax32(queuesPerFamilyCount, selectedQueueFamilies[que… in createDeviceSupportingQueues()
154 } while (queuesFoundCount < queueRequirement.queueCount); in createDeviceSupportingQueues()
161 for (deUint32 queueNdx = 0; queueNdx < queueFamilyIter->second.queueCount; ++queueNdx) in createDeviceSupportingQueues()
170 queueFamilyIter->second.queueCount, // uint32_t queueCount; in createDeviceSupportingQueues()
DvktSparseResourcesBase.hpp53 , queueCount(qCount) in QueueRequirements()
57 deUint32 queueCount; member
/third_party/skia/tests/
DVkPriorityExtensionTest.cpp155 uint32_t queueCount; in DEF_GPUTEST() local
156 grVkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, nullptr); in DEF_GPUTEST()
157 if (!queueCount) { in DEF_GPUTEST()
163 SkAutoMalloc queuePropsAlloc(queueCount * sizeof(VkQueueFamilyProperties)); in DEF_GPUTEST()
167 grVkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, queueProps); in DEF_GPUTEST()
170 uint32_t graphicsQueueIndex = queueCount; in DEF_GPUTEST()
171 for (uint32_t i = 0; i < queueCount; i++) { in DEF_GPUTEST()
177 if (graphicsQueueIndex == queueCount) { in DEF_GPUTEST()
/third_party/flutter/skia/tests/
DVkPriorityExtensionTest.cpp155 uint32_t queueCount; in DEF_GPUTEST() local
156 grVkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, nullptr); in DEF_GPUTEST()
157 if (!queueCount) { in DEF_GPUTEST()
163 SkAutoMalloc queuePropsAlloc(queueCount * sizeof(VkQueueFamilyProperties)); in DEF_GPUTEST()
167 grVkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, queueProps); in DEF_GPUTEST()
170 uint32_t graphicsQueueIndex = queueCount; in DEF_GPUTEST()
171 for (uint32_t i = 0; i < queueCount; i++) { in DEF_GPUTEST()
177 if (graphicsQueueIndex == queueCount) { in DEF_GPUTEST()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFeatureTest.inl17 const deUint32 queueCount = 1; local
45 …ver, physicalDevice, 1, features, supportedFeatures, queueFamilyIndex, queueCount, queuePriority, …
64 const deUint32 queueCount = 1; local
92 …ver, physicalDevice, 1, features, supportedFeatures, queueFamilyIndex, queueCount, queuePriority, …
111 const deUint32 queueCount = 1; local
140 …ver, physicalDevice, 2, features, supportedFeatures, queueFamilyIndex, queueCount, queuePriority, …
159 const deUint32 queueCount = 1; local
189 …ver, physicalDevice, 3, features, supportedFeatures, queueFamilyIndex, queueCount, queuePriority, …
208 const deUint32 queueCount = 1; local
236 …ver, physicalDevice, 1, features, supportedFeatures, queueFamilyIndex, queueCount, queuePriority, …
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDevice.cpp128 queueCount += queueCreateInfo.queueCount;
136 for(uint32_t j = 0; j < queueCreateInfo.queueCount; j++, queueID++)
142 …ns = reinterpret_cast<ExtensionName *>(static_cast<uint8_t *>(mem) + (sizeof(Queue) * queueCount));
190 for(uint32_t i = 0; i < queueCount; i++) in destroy()
200 uint32_t queueCount = 0; in ComputeRequiredAllocationSize() local
203 queueCount += pCreateInfo->pQueueCreateInfos[i].queueCount; in ComputeRequiredAllocationSize()
206 return (sizeof(Queue) * queueCount) + (pCreateInfo->enabledExtensionCount * sizeof(ExtensionName)); in ComputeRequiredAllocationSize()
347 for(uint32_t i = 0; i < queueCount; i++) in waitIdle()
/third_party/flutter/skia/tools/gpu/vk/
DVkTestUtils.cpp569 uint32_t queueCount; in CreateVkBackendContext() local
570 grVkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, nullptr); in CreateVkBackendContext()
571 if (!queueCount) { in CreateVkBackendContext()
577 SkAutoMalloc queuePropsAlloc(queueCount * sizeof(VkQueueFamilyProperties)); in CreateVkBackendContext()
581 grVkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, queueProps); in CreateVkBackendContext()
584 uint32_t graphicsQueueIndex = queueCount; in CreateVkBackendContext()
585 for (uint32_t i = 0; i < queueCount; i++) { in CreateVkBackendContext()
591 if (graphicsQueueIndex == queueCount) { in CreateVkBackendContext()
598 uint32_t presentQueueIndex = queueCount; in CreateVkBackendContext()
600 for (uint32_t i = 0; i < queueCount; i++) { in CreateVkBackendContext()
[all …]
/third_party/skia/tools/gpu/vk/
DVkTestUtils.cpp584 uint32_t queueCount; in CreateVkBackendContext() local
585 grVkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, nullptr); in CreateVkBackendContext()
586 if (!queueCount) { in CreateVkBackendContext()
592 SkAutoMalloc queuePropsAlloc(queueCount * sizeof(VkQueueFamilyProperties)); in CreateVkBackendContext()
596 grVkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, queueProps); in CreateVkBackendContext()
599 uint32_t graphicsQueueIndex = queueCount; in CreateVkBackendContext()
600 for (uint32_t i = 0; i < queueCount; i++) { in CreateVkBackendContext()
606 if (graphicsQueueIndex == queueCount) { in CreateVkBackendContext()
613 uint32_t presentQueueIndex = queueCount; in CreateVkBackendContext()
615 for (uint32_t i = 0; i < queueCount; i++) { in CreateVkBackendContext()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiDeviceInitializationTests.cpp648 const deUint32 queueCount = 1; in createDeviceTest() local
660 queueCount, //queueCount; in createDeviceTest()
723 const deUint32 queueCount = 1; in createMultipleDevicesTest() local
732 queueCount, //queueCount; in createMultipleDevicesTest()
883 maxQueueCount = de::max(maxQueueCount, queueFamilyProperties[queueFamilyNdx].queueCount); in getGlobalMaxQueueCount()
903 const deUint32 maxQueueCount = queueFamilyProperties[queueFamilyNdx].queueCount; in createDeviceWithVariousQueueCountsTest()
905 for (deUint32 queueCount = 1; queueCount <= maxQueueCount; queueCount += queueCountDiff) in createDeviceWithVariousQueueCountsTest() local
913 queueCount, in createDeviceWithVariousQueueCountsTest()
952 const deUint32 queueCount = deviceCreateInfo.pQueueCreateInfos->queueCount; in createDeviceWithVariousQueueCountsTest() local
954 for (deUint32 queueIndex = 0; queueIndex < queueCount; queueIndex++) in createDeviceWithVariousQueueCountsTest()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp648 const deUint32 queueCount = 1; in createDeviceTest() local
660 queueCount, //queueCount; in createDeviceTest()
723 const deUint32 queueCount = 1; in createMultipleDevicesTest() local
732 queueCount, //queueCount; in createMultipleDevicesTest()
883 maxQueueCount = de::max(maxQueueCount, queueFamilyProperties[queueFamilyNdx].queueCount); in getGlobalMaxQueueCount()
903 const deUint32 maxQueueCount = queueFamilyProperties[queueFamilyNdx].queueCount; in createDeviceWithVariousQueueCountsTest()
905 for (deUint32 queueCount = 1; queueCount <= maxQueueCount; queueCount += queueCountDiff) in createDeviceWithVariousQueueCountsTest() local
913 queueCount, in createDeviceWithVariousQueueCountsTest()
952 const deUint32 queueCount = deviceCreateInfo.pQueueCreateInfos->queueCount; in createDeviceWithVariousQueueCountsTest() local
954 for (deUint32 queueIndex = 0; queueIndex < queueCount; queueIndex++) in createDeviceWithVariousQueueCountsTest()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp778 uint32_t queueCount = 0; in initialize() local
779 vkGetPhysicalDeviceQueueFamilyProperties(mPhysicalDevice, &queueCount, nullptr); in initialize()
781 ANGLE_VK_CHECK(displayVk, queueCount > 0, VK_ERROR_INITIALIZATION_FAILED); in initialize()
783 mQueueFamilyProperties.resize(queueCount); in initialize()
784 vkGetPhysicalDeviceQueueFamilyProperties(mPhysicalDevice, &queueCount, in initialize()
790 for (uint32_t familyIndex = 0; familyIndex < queueCount; ++familyIndex) in initialize()
795 ASSERT(queueInfo.queueCount > 0); in initialize()
974 queueCreateInfo.queueCount = 1; in initializeDevice()
1062 uint32_t queueCount = static_cast<uint32_t>(mQueueFamilyProperties.size()); in selectPresentQueueForSurface() local
1064 for (uint32_t queueIndex = 0; queueIndex < queueCount; ++queueIndex) in selectPresentQueueForSurface()
/third_party/vulkan-loader/tests/
Dloader_alloc_callback_tests.cpp288 ASSERT_EQ(family.queueCount, family_count); in TEST()
336 ASSERT_EQ(family.queueCount, family_count); in TEST()
393 ASSERT_EQ(family.queueCount, family_count); in TEST()
517 ASSERT_EQ(family.queueCount, family_count); in TEST()
601 ASSERT_EQ(family.queueCount, family_count); in TEST()
739 ASSERT_EQ(family.queueCount, family_count); in TEST()
835 ASSERT_EQ(family.queueCount, family_count); in TEST()
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_device.cc72 .queueCount = 1, in VulkanDevice()
82 .queueCount = 1, in VulkanDevice()
185 .queueCount = 1, in VulkanDevice()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp1323 uint32_t queueCount) in initializeQueueMap() argument
1330 ASSERT(queueCount); in initializeQueueMap()
1331 ASSERT((queueIndex + queueCount) <= mProperties.queueCount); in initializeQueueMap()
1339 if (queueCount > 1) in initializeQueueMap()
1351 if (queueCount > 2) in initializeQueueMap()
1384 ASSERT(queueInfo.queueCount > 0); in FindIndex()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_queue.c119 assert(pCreateInfo->pQueueCreateInfos[0].queueCount <= PVR_MAX_QUEUES); in pvr_queues_create()
125 queue_create->queueCount * sizeof(*device->queues), in pvr_queues_create()
133 for (uint32_t i = 0; i < queue_create->queueCount; i++) { in pvr_queues_create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp112 const deUint32 queueCount = 2u; in createTestDevice() local
113 const float queuePriority[queueCount] = { 1.0f, 1.0f }; in createTestDevice()
124 …VK_QUEUE_GRAPHICS_BIT) == VK_QUEUE_GRAPHICS_BIT && (queueProps[queueNdx].queueCount >= queueCount)) in createTestDevice()
132 msg << "Cannot create device with " << queueCount << " graphics queues"; in createTestDevice()
145 queueInfo.queueCount = queueCount; in createTestDevice()
DvktGlobalPriorityQueueUtils.cpp226 queueCreateInfos[0].queueCount = queueCreateInfos[1].queueCount = 1; in SpecialDevice()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp112 const deUint32 queueCount = 2u; in createTestDevice() local
113 const float queuePriority[queueCount] = { 1.0f, 1.0f }; in createTestDevice()
124 …VK_QUEUE_GRAPHICS_BIT) == VK_QUEUE_GRAPHICS_BIT && (queueProps[queueNdx].queueCount >= queueCount)) in createTestDevice()
132 msg << "Cannot create device with " << queueCount << " graphics queues"; in createTestDevice()
145 queueInfo.queueCount = queueCount; in createTestDevice()
/third_party/mesa3d/src/amd/vulkan/
Dradv_wsi.c68 .queueCount = 1, in radv_wsi_get_prime_blit_queue()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c840 .queueCount = 1,
1017 queue_create->queueCount * sizeof(struct panvk_queue), in panvk_CreateDevice()
1025 queue_create->queueCount * sizeof(struct panvk_queue)); in panvk_CreateDevice()
1027 device->queue_count[qfi] = queue_create->queueCount; in panvk_CreateDevice()
1029 for (unsigned q = 0; q < queue_create->queueCount; q++) { in panvk_CreateDevice()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktVideoCapabilitiesTests.cpp127 const uint32_t queueCount = queueFamilyProperties2[ndx].queueFamilyProperties.queueCount; in iterate() local
136 if (queueCount == 0) in iterate()
147 if (queueCount == 0) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoCapabilitiesTests.cpp127 const uint32_t queueCount = queueFamilyProperties2[ndx].queueFamilyProperties.queueCount; in iterate() local
136 if (queueCount == 0) in iterate()
147 if (queueCount == 0) in iterate()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_device.c84 count += create_info->pQueueCreateInfos[i].queueCount; in vn_device_init_queues()
98 for (uint32_t j = 0; j < queue_info->queueCount; j++) { in vn_device_init_queues()

12345