Searched refs:numTotalFamilyIndices (Results 1 – 2 of 2) sorted by relevance
468 deUint32 numTotalFamilyIndices; in getSupportedQueueFamilyIndices() local469 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()
84 deUint32 numTotalFamilyIndices; in chooseQueueFamilyIndex() local85 vki.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &numTotalFamilyIndices, DE_NULL); in chooseQueueFamilyIndex()87 for (deUint32 queueFamilyNdx = 0; queueFamilyNdx < numTotalFamilyIndices; ++queueFamilyNdx) in chooseQueueFamilyIndex()