Searched refs:testsArr (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiVersionCheck.cpp | 264 …:TestLog& log, deUint32& failsQuantity, const vector<pair<const char*, FunctionOrigin> >& testsArr) in mixupAddressProcCheck() argument 267 for (deUint32 ndx = 0u; ndx < testsArr.size(); ++ndx) in mixupAddressProcCheck() 269 …if (deStringEqual(testsArr[ndx].first, "vkGetInstanceProcAddr") || deStringEqual(testsArr[ndx].fir… in mixupAddressProcCheck() 272 const char* functionName = testsArr[ndx].first; in mixupAddressProcCheck() 273 const deUint32 functionType = testsArr[ndx].second; in mixupAddressProcCheck() 285 …:TestLog& log, deUint32& failsQuantity, const vector<pair<const char*, FunctionOrigin> >& testsArr) in specialCasesCheck() argument 288 for (deUint32 ndx = 0u; ndx < testsArr.size(); ++ndx) in specialCasesCheck() 290 const deUint32 functionType = testsArr[ndx].second; in specialCasesCheck() 292 checkPlatformFunction(log, testsArr[ndx].first, DE_FALSE, failsQuantity); in specialCasesCheck() 294 checkInstanceFunction(log, testsArr[ndx].first, DE_FALSE, failsQuantity); in specialCasesCheck() [all …]
|