Home
last modified time | relevance | path

Searched refs:numTotalFamilyIndices (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiUtil.cpp468 deUint32 numTotalFamilyIndices; in getSupportedQueueFamilyIndices() local
469 vki.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &numTotalFamilyIndices, DE_NULL); in getSupportedQueueFamilyIndices()
471 std::vector<VkQueueFamilyProperties> queueFamilyProperties(numTotalFamilyIndices); in getSupportedQueueFamilyIndices()
472 …vki.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &numTotalFamilyIndices, &queueFamilyPro… in getSupportedQueueFamilyIndices()
475 for (deUint32 queueFamilyNdx = 0; queueFamilyNdx < numTotalFamilyIndices; ++queueFamilyNdx) in getSupportedQueueFamilyIndices()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayControlTests.cpp84 deUint32 numTotalFamilyIndices; in chooseQueueFamilyIndex() local
85 vki.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &numTotalFamilyIndices, DE_NULL); in chooseQueueFamilyIndex()
87 for (deUint32 queueFamilyNdx = 0; queueFamilyNdx < numTotalFamilyIndices; ++queueFamilyNdx) in chooseQueueFamilyIndex()