Home
last modified time | relevance | path

Searched refs:supportedFamilyIndices (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp116 vector<deUint32> supportedFamilyIndices; in getSupportedQueueFamilyIndices() local
121 supportedFamilyIndices.push_back(queueFamilyNdx); in getSupportedQueueFamilyIndices()
124 return supportedFamilyIndices; in getSupportedQueueFamilyIndices()
129 …const vector<deUint32> supportedFamilyIndices = getSupportedQueueFamilyIndices(vki, physicalDevice… in chooseQueueFamilyIndex() local
131 if (supportedFamilyIndices.empty()) in chooseQueueFamilyIndex()
134 return supportedFamilyIndices[0]; in chooseQueueFamilyIndex()
DvktWsiDisplayTimingTests.cpp109 vector<deUint32> supportedFamilyIndices; in getSupportedQueueFamilyIndices() local
114 supportedFamilyIndices.push_back(queueFamilyNdx); in getSupportedQueueFamilyIndices()
117 return supportedFamilyIndices; in getSupportedQueueFamilyIndices()
122 …const vector<deUint32> supportedFamilyIndices = getSupportedQueueFamilyIndices(vki, physicalDevice… in chooseQueueFamilyIndex() local
124 if (supportedFamilyIndices.empty()) in chooseQueueFamilyIndex()
127 return supportedFamilyIndices[0]; in chooseQueueFamilyIndex()
DvktWsiIncrementalPresentTests.cpp112 vector<deUint32> supportedFamilyIndices; in getSupportedQueueFamilyIndices() local
117 supportedFamilyIndices.push_back(queueFamilyNdx); in getSupportedQueueFamilyIndices()
120 return supportedFamilyIndices; in getSupportedQueueFamilyIndices()
125 …const vector<deUint32> supportedFamilyIndices = getSupportedQueueFamilyIndices(vki, physicalDevice… in chooseQueueFamilyIndex() local
127 if (supportedFamilyIndices.empty()) in chooseQueueFamilyIndex()
130 return supportedFamilyIndices[0]; in chooseQueueFamilyIndex()
DvktWsiSwapchainTests.cpp179 vector<deUint32> supportedFamilyIndices; in getSupportedQueueFamilyIndices() local
184 supportedFamilyIndices.push_back(queueFamilyNdx); in getSupportedQueueFamilyIndices()
187 return supportedFamilyIndices; in getSupportedQueueFamilyIndices()
192 …const vector<deUint32> supportedFamilyIndices = getSupportedQueueFamilyIndices(vki, physicalDevice… in chooseQueueFamilyIndex() local
194 if (supportedFamilyIndices.empty()) in chooseQueueFamilyIndex()
197 return supportedFamilyIndices[0]; in chooseQueueFamilyIndex()