Home
last modified time | relevance | path

Searched refs:queueCount (Results 1 – 25 of 28) 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.cpp138 uint32_t queueCount; in Create() local
139 vkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, nullptr); in Create()
140 SkASSERT(queueCount >= 1); in Create()
142 SkAutoMalloc queuePropsAlloc(queueCount * sizeof(VkQueueFamilyProperties)); in Create()
146 vkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, queueProps); in Create()
149 uint32_t graphicsQueueIndex = queueCount; in Create()
150 for (uint32_t i = 0; i < queueCount; i++) { in Create()
156 SkASSERT(graphicsQueueIndex < queueCount); in Create()
161 for (uint32_t i = 0; i < queueCount; i++) { in Create()
167 SkASSERT(presentQueueIndex < queueCount); in Create()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp362 const deUint32 queueCount = 1; in createDeviceTest() local
371 queueCount, //queueCount; in createDeviceTest()
408 const deUint32 queueCount = 1; in createMultipleDevicesTest() local
417 queueCount, //queueCount; in createMultipleDevicesTest()
451 DE_ASSERT(queueIndex < queueCount); in createMultipleDevicesTest()
551 maxQueueCount = de::max(maxQueueCount, queueFamilyProperties[queueFamilyNdx].queueCount); in getGlobalMaxQueueCount()
571 const deUint32 maxQueueCount = queueFamilyProperties[queueFamilyNdx].queueCount; in createDeviceWithVariousQueueCountsTest()
573 for (deUint32 queueCount = 1; queueCount <= maxQueueCount; queueCount += queueCountDiff) in createDeviceWithVariousQueueCountsTest() local
581 queueCount, in createDeviceWithVariousQueueCountsTest()
608 const deUint32 queueCount = deviceCreateInfo.pQueueCreateInfos->queueCount; in createDeviceWithVariousQueueCountsTest() local
[all …]
DvktApiBufferTests.cpp157 queueInfo.queueCount = 1u; in createSparseContext()
/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.cpp171 if (queues[FIRST].queueFamilyIndex != queueNdx || queueFamilyProperties[queueNdx].queueCount > 1u) in basicMultiQueueCase()
190 …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.cpp98 std::min(2u, queueFamilyProperties[queuePropertiesNdx].queueCount), in MultiQueues()
/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.cpp179 queueInfo.queueCount = 1u; in createDefaultDevice()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl254 deUint32 queueCount; member
285 deUint32 queueCount; member
DvkNullDriver.cpp744 props->queueCount = 4u; in getPhysicalDeviceQueueFamilyProperties()
/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc300 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/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/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1450 uint32_t queueCount; member
1477 uint32_t queueCount; member
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp641 queueInfo.queueCount = 1u; in createDevice()

12