Home
last modified time | relevance | path

Searched refs:testsArr (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiVersionCheck.cpp451 deBool mixupAddressProcCheck (const APIContext& ctx, tcu::TestLog& log, deUint32& failsQuantity, const vector<pair<const char*, FunctionOrigin> >& testsArr) in mixupAddressProcCheck() argument
454 for (deUint32 ndx = 0u; ndx < testsArr.size(); ++ndx) in mixupAddressProcCheck()
456 if (deStringEqual(testsArr[ndx].first, "vkGetInstanceProcAddr") || deStringEqual(testsArr[ndx].first, "vkEnumerateInstanceVersion")) in mixupAddressProcCheck()
459 const char* functionName = testsArr[ndx].first; in mixupAddressProcCheck()
460 const deUint32 functionType = testsArr[ndx].second; in mixupAddressProcCheck()
472 deBool specialCasesCheck (const APIContext& ctx, tcu::TestLog& log, deUint32& failsQuantity, const vector<pair<const char*, FunctionOrigin> >& testsArr) in specialCasesCheck() argument
475 for (deUint32 ndx = 0u; ndx < testsArr.size(); ++ndx) in specialCasesCheck()
477 const deUint32 functionType = testsArr[ndx].second; in specialCasesCheck()
479 checkPlatformFunction(ctx, log, testsArr[nd in specialCasesCheck()
488 regularCheck(const APIContext& ctx, tcu::TestLog& log, deUint32& failsQuantity, const vector<pair<const char*, FunctionOrigin> >& testsArr) regularCheck() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiVersionCheck.cpp455 deBool mixupAddressProcCheck (const APIContext& ctx, tcu::TestLog& log, deUint32& failsQuantity, const vector<pair<const char*, FunctionOrigin> >& testsArr) in mixupAddressProcCheck() argument
458 for (deUint32 ndx = 0u; ndx < testsArr.size(); ++ndx) in mixupAddressProcCheck()
460 if (deStringEqual(testsArr[ndx].first, "vkGetInstanceProcAddr") || deStringEqual(testsArr[ndx].first, "vkEnumerateInstanceVersion")) in mixupAddressProcCheck()
463 const char* functionName = testsArr[ndx].first; in mixupAddressProcCheck()
464 const deUint32 functionType = testsArr[ndx].second; in mixupAddressProcCheck()
476 deBool specialCasesCheck (const APIContext& ctx, tcu::TestLog& log, deUint32& failsQuantity, const vector<pair<const char*, FunctionOrigin> >& testsArr) in specialCasesCheck() argument
479 for (deUint32 ndx = 0u; ndx < testsArr.size(); ++ndx) in specialCasesCheck()
481 const deUint32 functionType = testsArr[ndx].second; in specialCasesCheck()
483 checkPlatformFunction(ctx, log, testsArr[nd in specialCasesCheck()
492 regularCheck(const APIContext& ctx, tcu::TestLog& log, deUint32& failsQuantity, const vector<pair<const char*, FunctionOrigin> >& testsArr) regularCheck() argument
[all...]

Completed in 3 milliseconds