/external/deqp/modules/gles31/functional/ |
D | es31fShaderPackingFunctionTests.cpp | 1190 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(allShaderTypes); shaderTypeNdx++) in init() local 1191 addChild(new PackSnorm4x8Case(m_context, allShaderTypes[shaderTypeNdx], glu::Precision(prec))); in init() 1195 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(allShaderTypes); shaderTypeNdx++) in init() local 1196 addChild(new UnpackSnorm4x8Case(m_context, allShaderTypes[shaderTypeNdx])); in init() 1201 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(allShaderTypes); shaderTypeNdx++) in init() local 1202 addChild(new PackUnorm4x8Case(m_context, allShaderTypes[shaderTypeNdx], glu::Precision(prec))); in init() 1206 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(allShaderTypes); shaderTypeNdx++) in init() local 1207 addChild(new UnpackUnorm4x8Case(m_context, allShaderTypes[shaderTypeNdx])); in init() 1221 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(newShaderTypes); shaderTypeNdx++) in init() local 1222 addChild(new PackSnorm2x16Case(m_context, newShaderTypes[shaderTypeNdx], glu::Precision(prec))); in init() [all …]
|
D | es31fOpaqueTypeIndexingTests.cpp | 1206 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(shaderTypes); shaderTypeNdx++) in init() local 1208 const ShaderType shaderType = shaderTypes[shaderTypeNdx].type; in init() 1209 …Group* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, shaderTypes[shaderTypeNdx].name, ""); in init() 1239 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(shaderTypes); shaderTypeNdx++) in init() local 1241 const ShaderType shaderType = shaderTypes[shaderTypeNdx].type; in init() 1242 const string name = string(indexExprName) + "_" + shaderTypes[shaderTypeNdx].name; in init()
|
D | es31fShaderIntegerFunctionTests.cpp | 1135 for (int shaderTypeNdx = 0; shaderTypeNdx < glu::SHADERTYPE_LAST; shaderTypeNdx++) in addFunctionCases() local 1137 if (shaderBits & (1<<shaderTypeNdx)) in addFunctionCases() 1138 …), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec), glu::ShaderType(shaderTypeNdx))); in addFunctionCases()
|
D | es31fShaderCommonFunctionTests.cpp | 2143 for (int shaderTypeNdx = 0; shaderTypeNdx < glu::SHADERTYPE_LAST; shaderTypeNdx++) in addFunctionCases() local 2145 if (shaderBits & (1<<shaderTypeNdx)) in addFunctionCases() 2146 …), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec), glu::ShaderType(shaderTypeNdx))); in addFunctionCases()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderIndexingTests.cpp | 1050 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1052 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1078 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1080 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1114 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1116 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1150 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1152 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
|
D | es2fShaderLoopTests.cpp | 1303 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1305 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1326 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1328 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
|
D | es2fShaderOperatorTests.cpp | 1280 … for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1282 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1432 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1434 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1495 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1497 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderIndexingTests.cpp | 1015 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1017 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1043 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1045 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1079 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1081 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1121 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1123 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
|
D | es3fShaderLoopTests.cpp | 1179 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1181 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1202 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1204 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
|
D | es3fShaderOperatorTests.cpp | 1918 … for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1920 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 2085 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 2087 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 2150 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 2152 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
|
/external/deqp/framework/opengl/ |
D | gluShaderProgram.cpp | 452 for (int shaderTypeNdx = 0; shaderTypeNdx < SHADERTYPE_LAST; shaderTypeNdx++) in operator <<() local 454 const glu::ShaderType shaderType = (glu::ShaderType)shaderTypeNdx; in operator <<() 486 for (int shaderTypeNdx = 0; shaderTypeNdx < SHADERTYPE_LAST; shaderTypeNdx++) in operator <<() local 488 const glu::ShaderType shaderType = (glu::ShaderType)shaderTypeNdx; in operator <<()
|