/external/swiftshader/src/Vulkan/ |
D | VkDevice.cpp | 33 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()
|
D | VkDevice.hpp | 51 uint32_t queueCount = 0; member in vk::Device
|
D | VkPhysicalDevice.cpp | 655 pQueueFamilyProperties[i].queueCount = 1; in getQueueFamilyProperties()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBase.cpp | 43 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()
|
D | vktSparseResourcesBase.hpp | 52 , queueCount(qCount) in QueueRequirements() 56 deUint32 queueCount; member
|
/external/skqp/tests/ |
D | VkPriorityExtensionTest.cpp | 155 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/ |
D | VkPriorityExtensionTest.cpp | 155 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/ |
D | vktApiDeviceInitializationTests.cpp | 394 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/ |
D | VkTestUtils.cpp | 532 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/ |
D | VkTestUtils.cpp | 528 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/ |
D | richards.js | 71 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/ |
D | vktestbinding.cpp | 227 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()
|
D | vkrenderframework.cpp | 653 if (matches && ((flags & without) == 0) && (queue_props[i].queueCount > 0)) { in QueueFamilyMatching()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 95 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()
|
D | vktSynchronizationBasicSemaphoreTests.cpp | 200 if (queues[FIRST].queueFamilyIndex != queueNdx || queueFamilyProperties[queueNdx].queueCount > 1u) in basicMultiQueueCase() 219 …queueInfo.queueCount = (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex) ? 2 : … in basicMultiQueueCase()
|
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 211 …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()
|
D | vktSynchronizationOperationMultiQueueTests.cpp | 101 std::min(2u, queueFamilyProperties[queuePropertiesNdx].queueCount), in MultiQueues()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 282 queueInfo[0].queueCount = 1u; in createDefaultDevice() 291 queueInfo[1].queueCount = 1u; in createDefaultDevice()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 848 .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/ |
D | main.c | 568 .queueCount = 1, in main()
|
/external/skia/src/compute/hs/vk/bench/ |
D | main.c | 568 .queueCount = 1, in main()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 254 deUint32 queueCount; member 285 deUint32 queueCount; member
|
D | vkNullDriver.cpp | 967 props->queueCount = 4u; in getPhysicalDeviceQueueFamilyProperties()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 1005 .queueCount = 1,
|
/external/vulkan-validation-layers/layers/ |
D | parameter_validation_utils.cpp | 236 for (uint32_t j = 0; j < pCreateInfo->pQueueCreateInfos[i].queueCount; ++j) { in manual_PreCallValidateCreateDevice()
|