HomeSort by relevance Sort by last modified time
    Searched refs:queueCount (Results 1 - 25 of 31) sorted by null

1 2

  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBase.cpp 37 QueueFamilyQueuesCount() : queueCount(0u), counter(0u) {};
39 deUint32 queueCount;
83 selectedQueueFamilies[queueFamilyIndex].queueCount += queueRequirement.queueCount;
84 for (deUint32 queueNdx = 0; queueNdx < queueRequirement.queueCount; ++queueNdx)
101 queueInfo.queueCount = queueFamilyIter->second.queueCount;
135 for (deUint32 queueNdx = 0; queueNdx < queueRequirement.queueCount; ++queueNdx)
vktSparseResourcesBase.hpp 62 , queueCount(qCount)
66 deUint32 queueCount;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiDeviceInitializationTests.cpp 345 const deUint32 queueCount = 1;
354 queueCount, //queueCount;
391 const deUint32 queueCount = 1;
400 queueCount, //queueCount;
434 DE_ASSERT(queueIndex < queueCount);
485 1, //queueCount;
534 maxQueueCount = de::max(maxQueueCount, queueFamilyProperties[queueFamilyNdx].queueCount);
554 const deUint32 maxQueueCount = queueFamilyProperties[queueFamilyNdx].queueCount;
    [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 98 uint32_t queueCount;
99 vkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, nullptr);
100 SkASSERT(queueCount >= 1);
102 SkAutoMalloc queuePropsAlloc(queueCount * sizeof(VkQueueFamilyProperties));
106 vkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, queueProps);
110 for (uint32_t i = 0; i < queueCount; i++) {
116 SkASSERT(graphicsQueueIndex < queueCount);
124 1, // queueCount
    [all...]
  /hardware/libhardware/modules/sensors/
multihal.cpp 335 int queueCount = 0;
339 queueCount = (int)this->queues.size();
341 while (empties < queueCount && eventsRead < maxReads) {
357 this->nextReadIndex = (this->nextReadIndex + 1) % queueCount;
  /external/vulkan-validation-layers/layers/
device_limits.cpp 413 } else if (pCreateInfo->pQueueCreateInfos[i].queueCount >
414 phy_dev_data->queueFamilyProperties[requestedIndex]->queueCount) {
419 "requested queueCount is %u.",
420 requestedIndex, phy_dev_data->queueFamilyProperties[requestedIndex]->queueCount,
421 pCreateInfo->pQueueCreateInfos[i].queueCount);
543 } else if (queueIndex >= phy_dev_data->queueFamilyProperties[queueFamilyIndex]->queueCount) {
548 queueFamilyIndex, phy_dev_data->queueFamilyProperties[queueFamilyIndex]->queueCount, queueIndex);
    [all...]
object_tracker.h 113 static uint32_t queueCount = 0;
271 queueCount = count;
    [all...]
parameter_validation.cpp     [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 290 qi.queueCount = queue_props[i].queueCount;
292 queue_priorities.emplace_back(qi.queueCount, 0.0);
341 for (uint32_t j = 0; j < queue_props[i].queueCount; j++) {
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp 91 const deUint32 queueCount = 2u;
92 const float queuePriority[queueCount] = { 1.0f, 1.0f };
99 if ((queueProps[queueNdx].queueFlags & VK_QUEUE_GRAPHICS_BIT) == VK_QUEUE_GRAPHICS_BIT && (queueProps[queueNdx].queueCount >= queueCount))
107 msg << "Cannot create device with " << queueCount << " graphics queues";
120 queueInfo.queueCount = queueCount;
    [all...]
vktTestCase.cpp 160 queueInfo.queueCount = 1u;
  /external/v8/benchmarks/
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/demos/
vulkaninfo.c 735 malloc(gpu->queue_props[i].queueCount * sizeof(float));
737 gpu->queue_props[i].queueCount * sizeof(float));
741 gpu->queue_reqs[i].queueCount = gpu->queue_props[i].queueCount;
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Shell.cpp 314 queue_info[0].queueCount = settings_.queue_count;
320 queue_info[1].queueCount = 1;
  /frameworks/native/vulkan/tools/
vkinfo.cpp 179 .queueCount = 1,
547 Indent(indent + 1), family, qprops.queueCount, flags_str,
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp 489 props->queueCount = 1u;
vkStructTypes.inl 254 deUint32 queueCount;
285 deUint32 queueCount;
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc 307 visitor->Visit("queueCount", &properties->queueCount) &&
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp 525 properties->queueCount = 1;
    [all...]
  /external/skia/third_party/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h     [all...]

Completed in 837 milliseconds

1 2