Searched refs:CommonFunctionTestInstance (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderCommonFunctionTests.cpp | 395 class CommonFunctionTestInstance : public TestInstance class 398 …CommonFunctionTestInstance (Context& context, const ShaderSpec& spec, int numValues, const char* n… in CommonFunctionTestInstance() function in vkt::shaderexecutor::__anonda5909ae0111::CommonFunctionTestInstance 423 tcu::TestStatus CommonFunctionTestInstance::iterate (void) in iterate() 493 class AbsCaseInstance : public CommonFunctionTestInstance 497 : CommonFunctionTestInstance (context, spec, numValues, name) in AbsCaseInstance() 561 class SignCaseInstance : public CommonFunctionTestInstance 565 : CommonFunctionTestInstance (context, spec, numValues, name) in SignCaseInstance() 675 class IsnanCaseInstance : public CommonFunctionTestInstance 679 : CommonFunctionTestInstance (context, spec, numValues, name) in IsnanCaseInstance() 757 class IsinfCaseInstance : public CommonFunctionTestInstance [all …]
|