Searched refs:CommonFunctionTestInstance (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderCommonFunctionTests.cpp | 489 class CommonFunctionTestInstance : public TestInstance class 492 …CommonFunctionTestInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, ShaderE… in CommonFunctionTestInstance() function in vkt::shaderexecutor::__anon2c2bd4020111::CommonFunctionTestInstance 518 tcu::TestStatus CommonFunctionTestInstance::iterate (void) in iterate() 586 class AbsCaseInstance : public CommonFunctionTestInstance 590 : CommonFunctionTestInstance (context, shaderType, spec, executor, numValues, name) in AbsCaseInstance() 683 class SignCaseInstance : public CommonFunctionTestInstance 687 : CommonFunctionTestInstance (context, shaderType, spec, executor, numValues, name) in SignCaseInstance() 804 class RoundEvenCaseInstance : public CommonFunctionTestInstance 808 : CommonFunctionTestInstance (context, shaderType, spec, executor, numValues, name) in RoundEvenCaseInstance() 930 class ModfCaseInstance : public CommonFunctionTestInstance [all …]
|