Searched defs:PrecisionCase (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderInvarianceTests.cpp455 static const struct PrecisionCase struct
/external/deqp/modules/gles3/functional/
H A Des3fShaderInvarianceTests.cpp457 static const struct PrecisionCase struct
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp4594 class PrecisionCase : public TestCase class in namespace:vkt::shaderexecutor
4597 PrecisionCase (const CaseContext& context, const string& name, const string& extension = "") function in class:vkt::shaderexecutor::PrecisionCase
4626 void PrecisionCase::testStatement (const Variables<In, Out>& variables, const Statement& stmt)
4824 class FuncCaseBase : public PrecisionCase
4828 : PrecisionCase (context, name, func.getRequiredExtension())
4946 PrecisionCase* createFuncCase (const CaseContext& context, const string& name, const Func<Sig>& func)
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp4412 class PrecisionCase : public TestCase class in namespace:deqp::gls::BuiltinPrecisionTests
4418 PrecisionCase (const Context& context, function in class:deqp::gls::BuiltinPrecisionTests::PrecisionCase
4457 IterateResult PrecisionCase::iterate (void)
4465 void PrecisionCase::testStatement (const Variables<In, Out>& variables,
4854 class FuncCaseBase : public PrecisionCase
4863 : PrecisionCase (context, name, func.getRequiredExtension()) {}
4996 PrecisionCase* createFuncCase (const Context& context,

Completed in 165 milliseconds