/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBase.cpp | 41 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()
|
D | vktSparseResourcesBase.hpp | 51 , queueCount(qCount) in QueueRequirements() 55 deUint32 queueCount; member
|
/external/skia/src/gpu/vk/ |
D | GrVkBackendContext.cpp | 138 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/ |
D | vktApiDeviceInitializationTests.cpp | 362 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 …]
|
D | vktApiBufferTests.cpp | 157 queueInfo.queueCount = 1u; in createSparseContext()
|
/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 | loader_validation_tests.cpp | 144 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()
|
D | vktestbinding.cpp | 262 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()
|
D | layer_validation_tests.cpp | 1971 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/ |
D | vktSynchronizationBasicSemaphoreTests.cpp | 171 if (queues[FIRST].queueFamilyIndex != queueNdx || queueFamilyProperties[queueNdx].queueCount > 1u) in basicMultiQueueCase() 190 …queueInfo.queueCount = (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex) ? 2 : … in basicMultiQueueCase()
|
D | vktSynchronizationSmokeTests.cpp | 93 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()
|
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 208 …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()
|
D | vktSynchronizationOperationMultiQueueTests.cpp | 98 std::min(2u, queueFamilyProperties[queuePropertiesNdx].queueCount), in MultiQueues()
|
/external/vulkan-validation-layers/demos/ |
D | vulkaninfo.c | 734 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()
|
D | cube.c | 2951 queues[0].queueCount = 1; in demo_create_device() 2971 queues[1].queueCount = 1; in demo_create_device()
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Shell.cpp | 287 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/ |
D | vktTestCase.cpp | 179 queueInfo.queueCount = 1u; in createDefaultDevice()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 254 deUint32 queueCount; member 285 deUint32 queueCount; member
|
D | vkNullDriver.cpp | 744 props->queueCount = 4u; in getPhysicalDeviceQueueFamilyProperties()
|
/external/vulkan-validation-layers/libs/vkjson/ |
D | vkjson.cc | 300 visitor->Visit("queueCount", &properties->queueCount) && in Iterate()
|
/external/vulkan-validation-layers/layers/ |
D | parameter_validation.cpp | 1560 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/ |
D | vulkan.hpp | 5475 , 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
|
D | vulkan.h | 1416 uint32_t queueCount; member 1443 uint32_t queueCount; member
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 1450 uint32_t queueCount; member 1477 uint32_t queueCount; member
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 641 queueInfo.queueCount = 1u; in createDevice()
|