Home
last modified time | relevance | path

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

123

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFeatureTest.inl15 …ver, physicalDevice, 4, features, supportedFeatures, queueFamilyIndex, queueCount, queuePriority, …
27 …ver, physicalDevice, 3, features, supportedFeatures, queueFamilyIndex, queueCount, queuePriority, …
38 …ver, physicalDevice, 2, features, supportedFeatures, queueFamilyIndex, queueCount, queuePriority, …
48 …ver, physicalDevice, 1, features, supportedFeatures, queueFamilyIndex, queueCount, queuePriority, …
58 …ver, physicalDevice, 1, features, supportedFeatures, queueFamilyIndex, queueCount, queuePriority, …
68 …ver, physicalDevice, 1, features, supportedFeatures, queueFamilyIndex, queueCount, queuePriority, …
89 …er, physicalDevice, 12, features, supportedFeatures, queueFamilyIndex, queueCount, queuePriority, …
145 …er, physicalDevice, 47, features, supportedFeatures, queueFamilyIndex, queueCount, queuePriority, …
157 …ver, physicalDevice, 3, features, supportedFeatures, queueFamilyIndex, queueCount, queuePriority, …
168 …ver, physicalDevice, 2, features, supportedFeatures, queueFamilyIndex, queueCount, queuePriority, …
[all …]
/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/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()
DVkDevice.hpp185 uint32_t queueCount = 0; member in vk::Device
/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/vulkan/api/
DvktApiDeviceInitializationTests.cpp618 const deUint32 queueCount = 1; in createDeviceTest() local
630 queueCount, //queueCount; in createDeviceTest()
668 const deUint32 queueCount = 1; in createMultipleDevicesTest() local
677 queueCount, //queueCount; in createMultipleDevicesTest()
812 maxQueueCount = de::max(maxQueueCount, queueFamilyProperties[queueFamilyNdx].queueCount); in getGlobalMaxQueueCount()
832 const deUint32 maxQueueCount = queueFamilyProperties[queueFamilyNdx].queueCount; in createDeviceWithVariousQueueCountsTest()
834 for (deUint32 queueCount = 1; queueCount <= maxQueueCount; queueCount += queueCountDiff) in createDeviceWithVariousQueueCountsTest() local
842 queueCount, in createDeviceWithVariousQueueCountsTest()
870 const deUint32 queueCount = deviceCreateInfo.pQueueCreateInfos->queueCount; in createDeviceWithVariousQueueCountsTest() local
872 for (deUint32 queueIndex = 0; queueIndex < queueCount; queueIndex++) in createDeviceWithVariousQueueCountsTest()
[all …]
DvktApiBufferMarkerTests.cpp122 queueFamilyProperties[familyIdx].queueCount > 0) in createDeviceWithExtension()
127 queueCreateInfo.queueCount = 1; in createDeviceWithExtension()
134 if (queueCreateInfo.queueCount == 0) in createDeviceWithExtension()
/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/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()
DCommandProcessor.h232 uint32_t getDeviceQueueCount() const { return mProperties.queueCount; } in getDeviceQueueCount()
237 uint32_t queueCount);
/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.cpp114 const deUint32 queueCount = 2u; in createTestDevice() local
115 const float queuePriority[queueCount] = { 1.0f, 1.0f }; in createTestDevice()
126 …VK_QUEUE_GRAPHICS_BIT) == VK_QUEUE_GRAPHICS_BIT && (queueProps[queueNdx].queueCount >= queueCount)) in createTestDevice()
134 msg << "Cannot create device with " << queueCount << " graphics queues"; in createTestDevice()
147 queueInfo.queueCount = queueCount; in createTestDevice()
DvktSynchronizationInternallySynchronizedObjectsTests.cpp213 …eues.addQueueFamilyIndex(queuePropertiesNdx, queueFamilyProperties[queuePropertiesNdx].queueCount); in createQueues()
236 …const deUint32 queueCount = static_cast<deUint32>(queues.getQueues(queueFamilyIndexNdx).queues.s… in createQueues() local
244 queueInfo.queueCount = queueCount; in createQueues()
DvktSynchronizationBasicSemaphoreTests.cpp368 if (queues[FIRST].queueFamilyIndex != queueNdx || queueFamilyProperties[queueNdx].queueCount > 1u) in basicMultiQueueCase()
387 …queueInfo.queueCount = (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex) ? 2 : 1; in basicMultiQueueCase()
/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/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()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkdevice.c316 queue_info.queueCount = priv->n_queues; in gst_vulkan_device_open()
374 device->physical_device->queue_family_props[queue_family].queueCount, in gst_vulkan_device_get_queue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryDeviceMemoryReportTests.cpp173 const deUint32 queueCount = 1; in createDeviceWithMemoryReport() local
196 queueCount, // deUint32 queueCount; in createDeviceWithMemoryReport()
204 queueCount, // uint32_t queueCreateInfoCount; in createDeviceWithMemoryReport()
1956 const deUint32 queueCount = 1; in createExternalMemoryDevice() local
2023 queueCount, // deUint32 queueCount; in createExternalMemoryDevice()
2031 queueCount, // uint32_t queueCreateInfoCount; in createExternalMemoryDevice()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DVulkanTester.cpp338 queueCreateInfo.queueCount = 1; in initialize()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c695 .queueCount = gc_count, in anv_physical_device_init_queue_families()
703 .queueCount = g_count, in anv_physical_device_init_queue_families()
711 .queueCount = c_count, in anv_physical_device_init_queue_families()
725 .queueCount = 1, in anv_physical_device_init_queue_families()
2695 p->queueFamilyProperties.queueCount = queue_family->queueCount; in anv_GetPhysicalDeviceQueueFamilyProperties2()
3177 num_queues += pCreateInfo->pQueueCreateInfos[i].queueCount; in anv_CreateDevice()
3193 for (uint32_t j = 0; j < queueCreateInfo->queueCount; j++) in anv_CreateDevice()
3231 for (uint32_t j = 0; j < queueCreateInfo->queueCount; j++) { in anv_CreateDevice()
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c727 fidx, qs[fidx].queueCount, graph ? "graphics " : "", \ in search_queue_families()
735 pc[cd->queueCreateInfoCount].queueCount = qs[fidx].queueCount; \ in search_queue_families()
736 weights = av_malloc(qs[fidx].queueCount * sizeof(float)); \ in search_queue_families()
740 for (int i = 0; i < qs[fidx].queueCount; i++) \ in search_queue_families()
748 hwctx->nb_graphics_queues = qs[graph_index].queueCount; in search_queue_families()
754 hwctx->nb_comp_queues = qs[comp_index].queueCount; in search_queue_families()
760 hwctx->nb_tx_queues = qs[tx_index].queueCount; in search_queue_families()
/third_party/mesa3d/src/intel/nullhw-layer/
Dintel_nullhw.c162 for (uint32_t j = 0; j < pCreateInfo->pQueueCreateInfos[i].queueCount; j++) { in device_override_queues()

123