Searched refs:CommonFunctionTestInstance (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 420 class CommonFunctionTestInstance : public TestInstance class 423 …CommonFunctionTestInstance(Context &context, const ShaderSpec &spec, int numValues, const char *na… in CommonFunctionTestInstance() function in vkt::shaderexecutor::__anone4a428780111::CommonFunctionTestInstance 448 tcu::TestStatus CommonFunctionTestInstance::iterate(void) in iterate() 522 class AbsCaseInstance : public CommonFunctionTestInstance 526 : CommonFunctionTestInstance(context, spec, numValues, name) in AbsCaseInstance() 586 class SignCaseInstance : public CommonFunctionTestInstance 590 : CommonFunctionTestInstance(context, spec, numValues, name) in SignCaseInstance() 713 class IsnanCaseInstance : public CommonFunctionTestInstance 717 : CommonFunctionTestInstance(context, spec, numValues, name) in IsnanCaseInstance() 795 class IsinfCaseInstance : public CommonFunctionTestInstance [all …]
|