HomeSort by relevance Sort by last modified time
    Searched refs:queue_props (Results 1 - 6 of 6) sorted by null

  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 278 const std::vector<VkQueueFamilyProperties> queue_props = local
281 queue_info.reserve(queue_props.size());
285 for (uint32_t i = 0; i < (uint32_t)queue_props.size(); i++) {
290 qi.queueCount = queue_props[i].queueCount;
295 if (queue_props[i].queueFlags & VK_QUEUE_GRAPHICS_BIT) {
332 VkQueueFamilyProperties *queue_props = local
336 queue_props);
341 for (uint32_t j = 0; j < queue_props[i].queueCount; j++) {
346 if (queue_props[i].queueFlags & VK_QUEUE_GRAPHICS_BIT) {
350 if (queue_props[i].queueFlags & VK_QUEUE_COMPUTE_BIT)
    [all...]
vkrenderframework.h 54 const VkQueueFamilyProperties *queue_props; member in class:VkDeviceObj
vkrenderframework.cpp 400 queue_props = phy().queue_properties().data();
410 queue_props = phy().queue_properties().data();
    [all...]
  /external/vulkan-validation-layers/demos/
vulkaninfo.c 120 VkQueueFamilyProperties *queue_props; member in struct:app_gpu
722 gpu->queue_props = malloc(sizeof(gpu->queue_props[0]) * gpu->queue_count);
724 if (!gpu->queue_props)
727 gpu->queue_props);
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;
761 free(gpu->queue_props);
    [all...]
cube.c 348 VkQueueFamilyProperties *queue_props; member in struct:demo
    [all...]
tri.c 178 VkQueueFamilyProperties *queue_props; member in struct:demo
    [all...]

Completed in 248 milliseconds