Searched refs:queue_props2 (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/demos/
H A Dvulkaninfo.c176 VkQueueFamilyProperties2KHR *queue_props2; member in struct:AppGpu
878 gpu->queue_props2 = malloc(sizeof(gpu->queue_props2[0]) * gpu->queue_count);
880 if (!gpu->queue_props2) ERR_EXIT(VK_ERROR_OUT_OF_HOST_MEMORY);
883 gpu->queue_props2[i].sType = VK_STRUCTURE_TYPE_QUEUE_FAMILY_PROPERTIES_2_KHR;
884 gpu->queue_props2[i].pNext = NULL;
887 inst->vkGetPhysicalDeviceQueueFamilyProperties2KHR(gpu->obj, &gpu->queue_count, gpu->queue_props2);
939 free(gpu->queue_props2);

Completed in 79 milliseconds