Searched refs:supportedFamilyIndices (Results 1 – 1 of 1) sorted by relevance
166 vector<deUint32> supportedFamilyIndices; in getSupportedQueueFamilyIndices() local171 supportedFamilyIndices.push_back(queueFamilyNdx); in getSupportedQueueFamilyIndices()174 return supportedFamilyIndices; in getSupportedQueueFamilyIndices()179 …const vector<deUint32> supportedFamilyIndices = getSupportedQueueFamilyIndices(vki, physicalDevice… in chooseQueueFamilyIndex() local181 if (supportedFamilyIndices.empty()) in chooseQueueFamilyIndex()184 return supportedFamilyIndices[0]; in chooseQueueFamilyIndex()