Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp41 QueueFamilyQueuesCount() : queueCount(0u) {}; in QueueFamilyQueuesCount()
43 deUint32 queueCount; member
103 …yCount = deMin32(queueFamilyProperties[queueFamilyIndex].queueCount, queueRequirement.queueCount -… in createDeviceSupportingQueues()
105 …eueFamilies[queueFamilyIndex].queueCount = deMax32(queuesPerFamilyCount, selectedQueueFamilies[que… in createDeviceSupportingQueues()
119 } while (queuesFoundCount < queueRequirement.queueCount); in createDeviceSupportingQueues()
126 for (deUint32 queueNdx = 0; queueNdx < queueFamilyIter->second.queueCount; ++queueNdx) in createDeviceSupportingQueues()
135 queueFamilyIter->second.queueCount, // uint32_t queueCount; in createDeviceSupportingQueues()
DvktSparseResourcesBase.hpp51 , queueCount(qCount) in QueueRequirements()
55 deUint32 queueCount; member
/external/skia/src/gpu/vk/
DGrVkBackendContext.cpp166 uint32_t queueCount; in Create() local
167 grVkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, nullptr); in Create()
168 if (!queueCount) { in Create()
174 SkAutoMalloc queuePropsAlloc(queueCount * sizeof(VkQueueFamilyProperties)); in Create()
178 grVkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, queueProps); in Create()
181 uint32_t graphicsQueueIndex = queueCount; in Create()
182 for (uint32_t i = 0; i < queueCount; i++) { in Create()
188 if (graphicsQueueIndex == queueCount) { in Create()
195 uint32_t presentQueueIndex = queueCount; in Create()
197 for (uint32_t i = 0; i < queueCount; i++) { in Create()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp362 const deUint32 queueCount = 1; in createDeviceTest() local
371 queueCount, //queueCount; in createDeviceTest()
407 const deUint32 queueCount = 1; in createMultipleDevicesTest() local
416 queueCount, //queueCount; in createMultipleDevicesTest()
548 maxQueueCount = de::max(maxQueueCount, queueFamilyProperties[queueFamilyNdx].queueCount); in getGlobalMaxQueueCount()
568 const deUint32 maxQueueCount = queueFamilyProperties[queueFamilyNdx].queueCount; in createDeviceWithVariousQueueCountsTest()
570 for (deUint32 queueCount = 1; queueCount <= maxQueueCount; queueCount += queueCountDiff) in createDeviceWithVariousQueueCountsTest() local
578 queueCount, in createDeviceWithVariousQueueCountsTest()
605 const deUint32 queueCount = deviceCreateInfo.pQueueCreateInfos->queueCount; in createDeviceWithVariousQueueCountsTest() local
607 for (deUint32 queueIndex = 0; queueIndex < queueCount; queueIndex++) in createDeviceWithVariousQueueCountsTest()
[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/
Dloader_validation_tests.cpp144 DeviceQueueCreateInfo &queueCount(uint32_t const &queueCount) { in queueCount() function
145 info.queueCount = queueCount; in queueCount()
345 … VK::DeviceQueueCreateInfo().queueFamilyIndex(q).queueCount(1).pQueuePriorities(priorities)}; in TEST()
401 … VK::DeviceQueueCreateInfo().queueFamilyIndex(q).queueCount(1).pQueuePriorities(priorities)}; in TEST()
706 … VK::DeviceQueueCreateInfo().queueFamilyIndex(q).queueCount(1).pQueuePriorities(priorities)}; in TEST()
Dvktestbinding.cpp262 qi.queueCount = queue_props[i].queueCount; in init()
264 queue_priorities.emplace_back(qi.queueCount, 0.0f); in init()
319 for (uint32_t j = 0; j < queue_props[i].queueCount; j++) { in init_queues()
Dlayer_validation_tests.cpp1971 qi.queueCount = queue_props[i].queueCount; in TEST_F()
1972 queue_priorities.emplace_back(qi.queueCount, 0.0f); in TEST_F()
9741 queue_create_info.queueCount = 1; in TEST_F()
16805 if ((m_device->queue_props.empty()) || (m_device->queue_props[0].queueCount < 2)) in TEST_F()
16926 if ((m_device->queue_props.empty()) || (m_device->queue_props[0].queueCount < 2)) in TEST_F()
17167 if ((m_device->queue_props.empty()) || (m_device->queue_props[0].queueCount < 2)) in TEST_F()
17266 if ((m_device->queue_props.empty()) || (m_device->queue_props[0].queueCount < 2)) in TEST_F()
17371 if ((m_device->queue_props.empty()) || (m_device->queue_props[0].queueCount < 2)) in TEST_F()
17472 if ((m_device->queue_props.empty()) || (m_device->queue_props[0].queueCount < 2)) { in TEST_F()
17545 if ((m_device->queue_props.empty()) || (m_device->queue_props[0].queueCount < 2)) in TEST_F()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicSemaphoreTests.cpp147 if (queues[FIRST].queueFamilyIndex != queueNdx || queueFamilyProperties[queueNdx].queueCount > 1u) in basicMultiQueueCase()
166 …queueInfo.queueCount = (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex) ? 2 : … in basicMultiQueueCase()
DvktSynchronizationSmokeTests.cpp93 const deUint32 queueCount = 2u; in createTestDevice() local
94 const float queuePriority[queueCount] = { 1.0f, 1.0f }; in createTestDevice()
101 …VK_QUEUE_GRAPHICS_BIT) == VK_QUEUE_GRAPHICS_BIT && (queueProps[queueNdx].queueCount >= queueCount)) in createTestDevice()
109 msg << "Cannot create device with " << queueCount << " graphics queues"; in createTestDevice()
122 queueInfo.queueCount = queueCount; in createTestDevice()
DvktSynchronizationInternallySynchronizedObjectsTests.cpp208 …eues.addQueueFamilyIndex(queuePropertiesNdx, queueFamilyProperties[queuePropertiesNdx].queueCount); in createQueues()
231 …const deUint32 queueCount = static_cast<deUint32>(queues.getQueues(queueFamilyIndexNdx).queues.s… in createQueues() local
239 queueInfo.queueCount = queueCount; in createQueues()
DvktSynchronizationOperationMultiQueueTests.cpp99 std::min(2u, queueFamilyProperties[queuePropertiesNdx].queueCount), in MultiQueues()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c630 .queueCount = 1, in radv_GetPhysicalDeviceQueueFamilyProperties()
643 .queueCount = pdevice->rad_info.compute_rings, in radv_GetPhysicalDeviceQueueFamilyProperties()
767 … queue_create->queueCount * sizeof(struct radv_queue), 8, VK_SYSTEM_ALLOCATION_SCOPE_DEVICE); in radv_CreateDevice()
773 memset(device->queues[qfi], 0, queue_create->queueCount * sizeof(struct radv_queue)); in radv_CreateDevice()
775 device->queue_count[qfi] = queue_create->queueCount; in radv_CreateDevice()
777 for (unsigned q = 0; q < queue_create->queueCount; q++) { in radv_CreateDevice()
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c734 malloc(gpu->queue_props[i].queueCount * sizeof(float)); in app_gpu_init()
736 gpu->queue_props[i].queueCount * sizeof(float)); in app_gpu_init()
740 gpu->queue_reqs[i].queueCount = gpu->queue_props[i].queueCount; in app_gpu_init()
1306 printf("\tqueueCount = %u\n", props->queueCount); in app_gpu_dump_queue_props()
Dcube.c2951 queues[0].queueCount = 1; in demo_create_device()
2971 queues[1].queueCount = 1; in demo_create_device()
/external/vulkan-validation-layers/demos/smoke/
DShell.cpp287 queue_info[0].queueCount = settings_.queue_count; in create_dev()
293 queue_info[1].queueCount = 1; in create_dev()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp185 queueInfo.queueCount = 1u; in createDefaultDevice()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl254 deUint32 queueCount; member
285 deUint32 queueCount; member
DvkNullDriver.cpp803 props->queueCount = 4u; in getPhysicalDeviceQueueFamilyProperties()
/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc307 visitor->Visit("queueCount", &properties->queueCount) && in Iterate()
/external/vulkan-validation-layers/layers/
Dparameter_validation.cpp1560 for (uint32_t j = 0; j < pCreateInfo->pQueueCreateInfos[i].queueCount; ++j) { in validateDeviceCreateInfo()
1579 } else if (pCreateInfo->pQueueCreateInfos[i].queueCount > in validateDeviceCreateInfo()
1580 properties[pCreateInfo->pQueueCreateInfos[i].queueFamilyIndex].queueCount) { in validateDeviceCreateInfo()
1655 …pCreateInfo->pQueueCreateInfos[i].queueFamilyIndex, pCreateInfo->pQueueCreateInfos[i].queueCount)); in storeCreateDeviceData()
/external/mesa3d/src/intel/vulkan/
Danv_device.c665 .queueCount = 1, in anv_GetPhysicalDeviceQueueFamilyProperties()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp5475 , queueCount( queueCount_ ) in DeviceQueueCreateInfo()
5517 queueCount = queueCount_; in setQueueCount()
5538 && ( queueCount == rhs.queueCount ) in operator ==()
5554 uint32_t queueCount; member
9376 && ( queueCount == rhs.queueCount ) in operator ==()
9387 uint32_t queueCount; member
Dvulkan.h1416 uint32_t queueCount; member
1443 uint32_t queueCount; member
/external/mesa3d/include/vulkan/
Dvulkan.h1425 uint32_t queueCount; member
1452 uint32_t queueCount; member

12