Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderMultisampleInterpolationStateQueryTests.cpp64 const TestType m_testType; member in deqp::gles31::Functional::__anon50d406040111::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::__anon196ef6fa0111::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::__anon196ef6fa0111::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::__anon65ce3c8d0111::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/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemStorageBufferTests.cpp197 const SSBOTestType m_testType; member in vkt::ProtectedMem::__anon04d113d90111::StorageBufferTestInstance
216 , m_testType (testType) in StorageBufferTestCase()
225 … return new StorageBufferTestInstance<T>(ctx, m_testType, m_shaderType, m_testInput, m_validator); in createInstance()
232 const SSBOTestType m_testType; member in vkt::ProtectedMem::__anon04d113d90111::StorageBufferTestCase
246 , m_testType (testType) in StorageBufferTestInstance()
330 switch (m_testType) { in initPrograms()
456 if (m_testType == SSBO_READ || m_testType == SSBO_ATOMIC) in executeFragmentTest()
458 vk::VkBuffer targetBuffer = (m_testType == SSBO_ATOMIC) ? **testBuffer : **testBufferSource; in executeFragmentTest()
627 deUint32 dispatchCount = (m_testType == SSBO_ATOMIC) ? 4u : 1u; in executeComputeTest()
631 if (m_testType == SSBO_READ || m_testType == SSBO_ATOMIC) in executeComputeTest()
[all …]
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp1001 const TestType m_testType; member in deqp::gles2::Stress::__anon1d06e4520111::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/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/gles3/stress/
Des3sSpecialFloatTests.cpp1365 const TestType m_testType; member in deqp::gles3::Stress::__anon1d6cc7340111::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 …]