Home
last modified time | relevance | path

Searched refs:PrecisionCase (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderInvarianceTests.cpp457 static const struct PrecisionCase in init() struct
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderInvarianceTests.cpp455 static const struct PrecisionCase in init() struct
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderInvarianceTests.cpp370 static const struct PrecisionCase in createShaderInvarianceTests() struct
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp4563 class PrecisionCase : public TestCase class
4569 PrecisionCase (const Context& context, in PrecisionCase() function in deqp::gls::BuiltinPrecisionTests::PrecisionCase
4608 IterateResult PrecisionCase::iterate (void) in iterate()
4616 void PrecisionCase::testStatement (const Variables<In, Out>& variables, in testStatement()
5051 class FuncCaseBase : public PrecisionCase
5060 : PrecisionCase (context, name, func.getRequiredExtension(context.renderContext)) {} in FuncCaseBase()
5194 PrecisionCase* createFuncCase (const Context& context, in createFuncCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp6394 class PrecisionCase : public TestCase class
6397PrecisionCase (const CaseContext& context, const string& name, const Interval& inputRange, const s… in PrecisionCase() function in vkt::shaderexecutor::PrecisionCase
6428 void PrecisionCase::testStatement (const Variables<In, Out>& variables, const Statement& stmt, Spir… in testStatement()
6650 class FuncCaseBase : public PrecisionCase
6654 …: PrecisionCase (context, name, func.getInputRange(!context.isFloat64b && (context.precision == gl… in FuncCaseBase()
6775 PrecisionCase* createFuncCase (const CaseContext& context, const string& name, const Func<Sig>& fun… in createFuncCase()