HomeSort by relevance Sort by last modified time
    Searched full:queue_count (Results 1 - 10 of 10) sorted by null

  /external/vulkan-validation-layers/demos/smoke/
Game.h 41 int queue_count; member in struct:Game::Settings
84 settings_.queue_count = 1;
Shell.cpp 310 const std::vector<float> queue_priorities(settings_.queue_count, 0.0f);
314 queue_info[0].queueCount = settings_.queue_count;
  /external/vulkan-validation-layers/demos/
vulkaninfo.c 119 uint32_t queue_count; member in struct:app_gpu
531 info.queueCreateInfoCount = gpu->queue_count;
720 vkGetPhysicalDeviceQueueFamilyProperties(gpu->obj, &gpu->queue_count, NULL);
722 gpu->queue_props = malloc(sizeof(gpu->queue_props[0]) * gpu->queue_count);
726 vkGetPhysicalDeviceQueueFamilyProperties(gpu->obj, &gpu->queue_count,
730 gpu->queue_reqs = malloc(sizeof(*gpu->queue_reqs) * gpu->queue_count);
733 for (i = 0; i < gpu->queue_count; i++) {
757 for (uint32_t i = 0; i < gpu->queue_count; i++) {
    [all...]
tri.c 257 uint32_t queue_count; member in struct:demo
    [all...]
cube.c 431 uint32_t queue_count; member in struct:demo
    [all...]
  /external/iproute2/man/man8/
ip-link.8.in 48 .IR QUEUE_COUNT " ]"
50 .IR QUEUE_COUNT " ]"
266 .BI numtxqueues " QUEUE_COUNT "
270 .BI numrxqueues " QUEUE_COUNT "
  /external/vulkan-validation-layers/tests/
vktestbinding.h 247 QUEUE_COUNT,
255 std::vector<Queue *> queues_[QUEUE_COUNT];
    [all...]
vktestbinding.cpp 265 for (int i = 0; i < QUEUE_COUNT; i++) {
  /external/iproute2/ip/
iplink.c 53 fprintf(stderr, " [ numtxqueues QUEUE_COUNT ]\n");
54 fprintf(stderr, " [ numrxqueues QUEUE_COUNT ]\n");
  /cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
VulkanDeviceInfo.java     [all...]

Completed in 1103 milliseconds