Home
last modified time | relevance | path

Searched refs:shaderTypeNdx (Results 1 – 19 of 19) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderPackingFunctionTests.cpp1190 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 …]
Des31fOpaqueTypeIndexingTests.cpp1314 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(shaderTypes); shaderTypeNdx++) in init() local
1316 const ShaderType shaderType = shaderTypes[shaderTypeNdx].type; in init()
1317 …Group* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, shaderTypes[shaderTypeNdx].name, ""); in init()
1347 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(shaderTypes); shaderTypeNdx++) in init() local
1349 const ShaderType shaderType = shaderTypes[shaderTypeNdx].type; in init()
1350 const string name = string(indexExprName) + "_" + shaderTypes[shaderTypeNdx].name; in init()
Des31fShaderIntegerFunctionTests.cpp1135 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()
Des31fShaderCommonFunctionTests.cpp2143 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/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderPackingFunctionTests.cpp1359 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(allShaderTypes); shaderTypeNdx++) in init() local
1360 addChild(new PackSnorm4x8Case(m_testCtx, allShaderTypes[shaderTypeNdx], glu::Precision(prec))); in init()
1364 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(allShaderTypes); shaderTypeNdx++) in init() local
1365 addChild(new UnpackSnorm4x8Case(m_testCtx, allShaderTypes[shaderTypeNdx])); in init()
1370 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(allShaderTypes); shaderTypeNdx++) in init() local
1371 addChild(new PackUnorm4x8Case(m_testCtx, allShaderTypes[shaderTypeNdx], glu::Precision(prec))); in init()
1375 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(allShaderTypes); shaderTypeNdx++) in init() local
1376 addChild(new UnpackUnorm4x8Case(m_testCtx, allShaderTypes[shaderTypeNdx])); in init()
1390 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(newShaderTypes); shaderTypeNdx++) in init() local
1391 addChild(new PackSnorm2x16Case(m_testCtx, newShaderTypes[shaderTypeNdx], glu::Precision(prec))); in init()
[all …]
DvktOpaqueTypeIndexingTests.cpp2081 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(shaderTypes); shaderTypeNdx++) in init() local
2083 const glu::ShaderType shaderType = shaderTypes[shaderTypeNdx].type; in init()
2084 …Group* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, shaderTypes[shaderTypeNdx].name, ""); in init()
2122 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(shaderTypes); shaderTypeNdx++) in init() local
2124 const glu::ShaderType shaderType = shaderTypes[shaderTypeNdx].type; in init()
2125 const std::string name = std::string(indexExprName) + "_" + shaderTypes[shaderTypeNdx].name; in init()
DvktShaderIntegerFunctionTests.cpp302 for (int shaderTypeNdx = 0; shaderTypeNdx < glu::SHADERTYPE_LAST; shaderTypeNdx++) in addFunctionCases() local
304 if (shaderBits & (1<<shaderTypeNdx)) in addFunctionCases()
305 …), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec), glu::ShaderType(shaderTypeNdx))); in addFunctionCases()
DvktShaderCommonFunctionTests.cpp431 for (int shaderTypeNdx = 0; shaderTypeNdx < glu::SHADERTYPE_LAST; shaderTypeNdx++) in addFunctionCases() local
433 if (shaderBits & (1<<shaderTypeNdx)) in addFunctionCases()
434 …), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec), glu::ShaderType(shaderTypeNdx))); in addFunctionCases()
/external/deqp/modules/gles3/functional/
Des3fShaderIndexingTests.cpp1015 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()
Des3fShaderLoopTests.cpp1180 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local
1182 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1203 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local
1205 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
Des3fShaderOperatorTests.cpp1918 … 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/modules/gles2/functional/
Des2fShaderIndexingTests.cpp1050 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()
Des2fShaderLoopTests.cpp1304 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local
1306 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1327 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local
1329 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
Des2fShaderOperatorTests.cpp1280 … 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/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp1108 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local
1110 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1138 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local
1140 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1176 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local
1178 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1220 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local
1222 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
DvktShaderRenderLoopTests.cpp1321 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local
1323 glu::ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1345 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local
1347 glu::ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
DvktShaderRenderOperatorTests.cpp1877 … for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local
1879 const ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
2044 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local
2046 const ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
2109 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local
2111 const ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFormatTests.cpp504 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(shaderTypes); shaderTypeNdx++) in populatePerFormatGroup() local
509 const glu::ShaderType shaderType = shaderTypes[shaderTypeNdx].value; in populatePerFormatGroup()
510 const char* const shaderTypeName = shaderTypes[shaderTypeNdx].name; in populatePerFormatGroup()
DvktYCbCrImageQueryTests.cpp752 for (int shaderTypeNdx = 0; shaderTypeNdx < glu::SHADERTYPE_LAST; ++shaderTypeNdx) in populateQueryGroup() local
754 const glu::ShaderType shaderType = (glu::ShaderType)shaderTypeNdx; in populateQueryGroup()