Home
last modified time | relevance | path

Searched defs:PrecisionCase (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderInvarianceTests.cpp466 static const struct PrecisionCase in init() struct
468 glu::Precision prec; in init()
469 const char* name; in init()
472 const char* highValue; // !< highValue < maxValue in init()
473 const char* invHighValue; in init()
474 const char* mediumValue; // !< mediumValue^2 < maxValue in init()
475 const char* lowValue; // !< lowValue^4 < maxValue in init()
476 const char* invlowValue; in init()
477 int loopIterations; in init()
478 int loopPartialIterations; in init()
[all …]
/external/deqp/modules/gles2/functional/
Des2fShaderInvarianceTests.cpp464 static const struct PrecisionCase in init() struct
466 glu::Precision prec; in init()
467 const char* name; in init()
470 const char* highValue; // !< highValue < maxValue in init()
471 const char* invHighValue; in init()
472 const char* mediumValue; // !< mediumValue^2 < maxValue in init()
473 const char* lowValue; // !< lowValue^4 < maxValue in init()
474 const char* invlowValue; in init()
475 int loopIterations; in init()
476 int loopPartialIterations; in init()
[all …]
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp4373 class PrecisionCase : public TestCase class
4379 PrecisionCase (const Context& context, in PrecisionCase() function in deqp::gls::BuiltinPrecisionTests::PrecisionCase