Home
last modified time | relevance | path

Searched refs:m_testType (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderMultisampleInterpolationStateQueryTests.cpp64 const TestType m_testType; member in deqp::gles31::Functional::__anonfa87013a0111::InterpolationOffsetCase
70 , m_testType (testType) in InterpolationOffsetCase()
72 DE_ASSERT(m_testType < TEST_LAST); in InterpolationOffsetCase()
93 if (m_testType == TEST_MAX_OFFSET) in iterate()
95 else if (m_testType == TEST_MIN_OFFSET) in iterate()
Des31fLayoutBindingTests.cpp332 const TestType m_testType; member in deqp::gles31::Functional::__anon58470bf00111::LayoutBindingRenderCase
366 , m_testType (testType) in LayoutBindingRenderCase()
429 switch (m_testType) in init()
549 switch (m_testType) in initBindingPoints()
705 const TestType m_testType; member in deqp::gles31::Functional::__anon58470bf00111::LayoutBindingNegativeCase
741 , m_testType (testType) in LayoutBindingNegativeCase()
834 switch (m_testType) in init()
1088 …const bool arrayInstance = (m_testType == TESTTYPE_BINDING_ARRAY || m_testType == TESTTYPE_BIND… in iterate()
1127 …const bool arrayInstance = (m_testType == TESTTYPE_BINDING_ARRAY || m_testType == TESTTYPE_BIND… in generateShaders()
1264 …const bool arrayInstance = (m_testType == TESTTYPE_BINDING_ARRAY || m_testType == TESTTYPE_BIND… in generateShaders()
[all …]
Des31fShaderMultisampleInterpolationTests.cpp1213 const TestType m_testType; member in deqp::gles31::Functional::__anonb3959c430111::InterpolateAtOffsetCase
1218 , m_testType (testType) in InterpolateAtOffsetCase()
1253 …if (m_testType == TEST_QUALIFIER_NONE || m_testType == TEST_QUALIFIER_CENTROID || m_testType == TE… in genVertexSource()
1255 …const char* const qualifier = (m_testType == TEST_QUALIFIER_CENTROID) ? ("centroid ") : (m_testTyp… in genVertexSource()
1259 else if (m_testType == TEST_ARRAY_ELEMENT) in genVertexSource()
1271 if (m_testType != TEST_ARRAY_ELEMENT) in genVertexSource()
1287 const char* const arrayIndexing = (m_testType == TEST_ARRAY_ELEMENT) ? ("[1]") : (""); in genFragmentSource()
1293 …if (m_testType == TEST_QUALIFIER_NONE || m_testType == TEST_QUALIFIER_CENTROID || m_testType == TE… in genFragmentSource()
1295 …const char* const qualifier = (m_testType == TEST_QUALIFIER_CENTROID) ? ("centroid ") : (m_testTyp… in genFragmentSource()
1299 else if (m_testType == TEST_ARRAY_ELEMENT) in genFragmentSource()
/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp375 , m_testType (testType) in ASTCBlockCase2D()
381 …DE_ASSERT(!(tcu::isAstcSRGBFormat(m_format) && tcu::astc::isBlockTestTypeHDROnly(m_testType))); //… in ASTCBlockCase2D()
391 …64, 64, tcu::astc::getBlockTestTypeColorScale(m_testType), tcu::astc::getBlockTestTypeColorBias(m_… in init()
393 generateBlockCaseTestData(m_blockData, m_format, m_testType); in init()
411 …enderer->getASTCSupport() == ASTCSUPPORTLEVEL_LDR && tcu::astc::isBlockTestTypeHDROnly(m_testType)) in iterate()
Des3fASTCDecompressionCases.hpp67 const tcu::astc::BlockTestType m_testType; member in deqp::gles3::Functional::ASTCBlockCase2D
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp1001 const TestType m_testType; member in deqp::gles2::Stress::__anonac5c42080111::TextureSamplerCase
1008 , m_testType (testType) in TextureSamplerCase()
1059 if (m_testType == TEST_TEX_COORD) in init()
1069 else if (m_testType == TEST_LOD) in init()
1082 else if (m_testType == TEST_TEX_COORD_CUBE) in init()
1175 if (m_testType != TEST_TEX_COORD_CUBE) in iterate()
1226 if (m_testType != TEST_TEX_COORD_CUBE) in genVertexSource()
1235 if (m_testType == TEST_TEX_COORD) in genVertexSource()
1237 else if (m_testType == TEST_LOD) in genVertexSource()
1239 else if (m_testType == TEST_TEX_COORD_CUBE) in genVertexSource()
[all …]
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp1365 const TestType m_testType; member in deqp::gles3::Stress::__anonacc224ea0111::TextureSamplerCase
1372 , m_testType (testType) in TextureSamplerCase()
1414 if (m_testType == TEST_TEX_COORD) in init()
1424 else if (m_testType == TEST_LOD || m_testType == TEST_GRAD) in init()
1437 else if (m_testType == TEST_TEX_COORD_CUBE) in init()
1530 if (m_testType != TEST_TEX_COORD_CUBE) in iterate()
1582 if (m_testType != TEST_TEX_COORD_CUBE) in genVertexSource()
1591 if (m_testType == TEST_TEX_COORD) in genVertexSource()
1593 else if (m_testType == TEST_LOD) in genVertexSource()
1595 else if (m_testType == TEST_GRAD) in genVertexSource()
[all …]