Searched refs:queueFamilyPropertiesCount (Results 1 – 1 of 1) sorted by relevance
351 uint32_t queueFamilyPropertiesCount = 0; in getBestComputeQueue() local353 physicalDevice, &queueFamilyPropertiesCount, nullptr); in getBestComputeQueue()356 queueFamilyPropertiesCount); in getBestComputeQueue()358 physicalDevice, &queueFamilyPropertiesCount, familyProperties.data()); in getBestComputeQueue()362 for (uint32_t i = 0; i < queueFamilyPropertiesCount; ++i) { in getBestComputeQueue()372 for (uint32_t i = 0; i < queueFamilyPropertiesCount; ++i) { in getBestComputeQueue()