Home
last modified time | relevance | path

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

12

/external/swiftshader/src/Vulkan/
DVkDevice.cpp33 queueCount += queueCreateInfo.queueCount; in Device()
41 for(uint32_t j = 0; j < queueCreateInfo.queueCount; j++, queueID++) in Device()
61 for(uint32_t i = 0; i < queueCount; i++) in destroy()
71 uint32_t queueCount = 0; in ComputeRequiredAllocationSize() local
74 queueCount += info->pCreateInfo->pQueueCreateInfos[i].queueCount; in ComputeRequiredAllocationSize()
77 return sizeof(Queue) * queueCount; in ComputeRequiredAllocationSize()
94 for(uint32_t i = 0; i < queueCount; i++) in waitIdle()
DVkDevice.hpp51 uint32_t queueCount = 0; member in vk::Device
DVkPhysicalDevice.cpp655 pQueueFamilyProperties[i].queueCount = 1; in getQueueFamilyProperties()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp43 QueueFamilyQueuesCount() : queueCount(0u) {}; in QueueFamilyQueuesCount()
45 deUint32 queueCount; member
137 …yCount = deMin32(queueFamilyProperties[queueFamilyIndex].queueCount, queueRequirement.queueCount -… in createDeviceSupportingQueues()
139 …eueFamilies[queueFamilyIndex].queueCount = deMax32(queuesPerFamilyCount, selectedQueueFamilies[que… in createDeviceSupportingQueues()
153 } while (queuesFoundCount < queueRequirement.queueCount); in createDeviceSupportingQueues()
160 for (deUint32 queueNdx = 0; queueNdx < queueFamilyIter->second.queueCount; ++queueNdx) in createDeviceSupportingQueues()
169 queueFamilyIter->second.queueCount, // uint32_t queueCount; in createDeviceSupportingQueues()
DvktSparseResourcesBase.hpp52 , queueCount(qCount) in QueueRequirements()
56 deUint32 queueCount; member
/external/skqp/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()
/external/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()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp394 const deUint32 queueCount = 1; in createDeviceTest() local
406 queueCount, //queueCount; in createDeviceTest()
443 const deUint32 queueCount = 1; in createMultipleDevicesTest() local
452 queueCount, //queueCount; in createMultipleDevicesTest()
584 maxQueueCount = de::max(maxQueueCount, queueFamilyProperties[queueFamilyNdx].queueCount); in getGlobalMaxQueueCount()
604 const deUint32 maxQueueCount = queueFamilyProperties[queueFamilyNdx].queueCount; in createDeviceWithVariousQueueCountsTest()
606 for (deUint32 queueCount = 1; queueCount <= maxQueueCount; queueCount += queueCountDiff) in createDeviceWithVariousQueueCountsTest() local
614 queueCount, in createDeviceWithVariousQueueCountsTest()
641 const deUint32 queueCount = deviceCreateInfo.pQueueCreateInfos->queueCount; in createDeviceWithVariousQueueCountsTest() local
643 for (deUint32 queueIndex = 0; queueIndex < queueCount; queueIndex++) in createDeviceWithVariousQueueCountsTest()
[all …]
/external/skia/tools/gpu/vk/
DVkTestUtils.cpp532 uint32_t queueCount; in CreateVkBackendContext() local
533 grVkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, nullptr); in CreateVkBackendContext()
534 if (!queueCount) { in CreateVkBackendContext()
540 SkAutoMalloc queuePropsAlloc(queueCount * sizeof(VkQueueFamilyProperties)); in CreateVkBackendContext()
544 grVkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, queueProps); in CreateVkBackendContext()
547 uint32_t graphicsQueueIndex = queueCount; in CreateVkBackendContext()
548 for (uint32_t i = 0; i < queueCount; i++) { in CreateVkBackendContext()
554 if (graphicsQueueIndex == queueCount) { in CreateVkBackendContext()
561 uint32_t presentQueueIndex = queueCount; in CreateVkBackendContext()
563 for (uint32_t i = 0; i < queueCount; i++) { in CreateVkBackendContext()
[all …]
/external/skqp/tools/gpu/vk/
DVkTestUtils.cpp528 uint32_t queueCount; in CreateVkBackendContext() local
529 grVkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, nullptr); in CreateVkBackendContext()
530 if (!queueCount) { in CreateVkBackendContext()
536 SkAutoMalloc queuePropsAlloc(queueCount * sizeof(VkQueueFamilyProperties)); in CreateVkBackendContext()
540 grVkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, queueProps); in CreateVkBackendContext()
543 uint32_t graphicsQueueIndex = queueCount; in CreateVkBackendContext()
544 for (uint32_t i = 0; i < queueCount; i++) { in CreateVkBackendContext()
550 if (graphicsQueueIndex == queueCount) { in CreateVkBackendContext()
557 uint32_t presentQueueIndex = queueCount; in CreateVkBackendContext()
559 for (uint32_t i = 0; i < queueCount; i++) { in CreateVkBackendContext()
[all …]
/external/v8/benchmarks/
Drichards.js71 if (scheduler.queueCount != EXPECTED_QUEUE_COUNT ||
74 "Error during execution: queueCount = " + scheduler.queueCount +
100 this.queueCount = 0;
244 this.queueCount++;
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp227 if (queue_props[i].queueCount > 0) { in QueueCreateInfoArray()
232 qi.queueCount = queue_props[i].queueCount; in QueueCreateInfoArray()
233 queue_priorities_.emplace_back(qi.queueCount, 0.0f); in QueueCreateInfoArray()
260 if (qci[j].queueCount) { in init()
319 queue_storage.reserve(queue_props[i].queueCount); in init_queues()
320 for (uint32_t j = 0; j < queue_props[i].queueCount; j++) { in init_queues()
Dvkrenderframework.cpp653 if (matches && ((flags & without) == 0) && (queue_props[i].queueCount > 0)) { in QueueFamilyMatching()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp95 const deUint32 queueCount = 2u; in createTestDevice() local
96 const float queuePriority[queueCount] = { 1.0f, 1.0f }; in createTestDevice()
103 …VK_QUEUE_GRAPHICS_BIT) == VK_QUEUE_GRAPHICS_BIT && (queueProps[queueNdx].queueCount >= queueCount)) in createTestDevice()
111 msg << "Cannot create device with " << queueCount << " graphics queues"; in createTestDevice()
124 queueInfo.queueCount = queueCount; in createTestDevice()
DvktSynchronizationBasicSemaphoreTests.cpp200 if (queues[FIRST].queueFamilyIndex != queueNdx || queueFamilyProperties[queueNdx].queueCount > 1u) in basicMultiQueueCase()
219 …queueInfo.queueCount = (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex) ? 2 : … in basicMultiQueueCase()
DvktSynchronizationInternallySynchronizedObjectsTests.cpp211 …eues.addQueueFamilyIndex(queuePropertiesNdx, queueFamilyProperties[queuePropertiesNdx].queueCount); in createQueues()
234 …const deUint32 queueCount = static_cast<deUint32>(queues.getQueues(queueFamilyIndexNdx).queues.s… in createQueues() local
242 queueInfo.queueCount = queueCount; in createQueues()
DvktSynchronizationOperationMultiQueueTests.cpp101 std::min(2u, queueFamilyProperties[queuePropertiesNdx].queueCount), in MultiQueues()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp282 queueInfo[0].queueCount = 1u; in createDefaultDevice()
291 queueInfo[1].queueCount = 1u; in createDefaultDevice()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c848 .queueCount = 1, in radv_get_physical_device_queue_family_properties()
863 .queueCount = pdevice->rad_info.num_compute_rings, in radv_get_physical_device_queue_family_properties()
1091 … queue_create->queueCount * sizeof(struct radv_queue), 8, VK_SYSTEM_ALLOCATION_SCOPE_DEVICE); in radv_CreateDevice()
1097 memset(device->queues[qfi], 0, queue_create->queueCount * sizeof(struct radv_queue)); in radv_CreateDevice()
1099 device->queue_count[qfi] = queue_create->queueCount; in radv_CreateDevice()
1101 for (unsigned q = 0; q < queue_create->queueCount; q++) { in radv_CreateDevice()
/external/skqp/src/compute/hs/vk/bench/
Dmain.c568 .queueCount = 1, in main()
/external/skia/src/compute/hs/vk/bench/
Dmain.c568 .queueCount = 1, in main()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl254 deUint32 queueCount; member
285 deUint32 queueCount; member
DvkNullDriver.cpp967 props->queueCount = 4u; in getPhysicalDeviceQueueFamilyProperties()
/external/mesa3d/src/intel/vulkan/
Danv_device.c1005 .queueCount = 1,
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp236 for (uint32_t j = 0; j < pCreateInfo->pQueueCreateInfos[i].queueCount; ++j) { in manual_PreCallValidateCreateDevice()

12