/external/deqp/modules/gles31/functional/ |
D | es31fShaderPackingFunctionTests.cpp | 1162 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(allShaderTypes); shaderTypeNdx++) in init() local 1163 addChild(new PackSnorm4x8Case(m_context, allShaderTypes[shaderTypeNdx], glu::Precision(prec))); in init() 1167 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(allShaderTypes); shaderTypeNdx++) in init() local 1168 addChild(new UnpackSnorm4x8Case(m_context, allShaderTypes[shaderTypeNdx])); in init() 1173 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(allShaderTypes); shaderTypeNdx++) in init() local 1174 addChild(new PackUnorm4x8Case(m_context, allShaderTypes[shaderTypeNdx], glu::Precision(prec))); in init() 1178 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(allShaderTypes); shaderTypeNdx++) in init() local 1179 addChild(new UnpackUnorm4x8Case(m_context, allShaderTypes[shaderTypeNdx])); in init() 1193 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(newShaderTypes); shaderTypeNdx++) in init() local 1194 addChild(new PackSnorm2x16Case(m_context, newShaderTypes[shaderTypeNdx], glu::Precision(prec))); in init() [all …]
|
D | es31fShaderUniformIntegerFunctionTests.cpp | 213 for (int shaderTypeNdx = 0; shaderTypeNdx < glu::SHADERTYPE_LAST; shaderTypeNdx++) in addFunctionCases() local 215 if (executorSupported(glu::ShaderType(shaderTypeNdx))) in addFunctionCases() 217 …(new TestClass(parent->getContext(), input, glu::Precision(prec), glu::ShaderType(shaderTypeNdx))); in addFunctionCases()
|
D | es31fOpaqueTypeIndexingTests.cpp | 1326 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(shaderTypes); shaderTypeNdx++) in init() local 1328 const ShaderType shaderType = shaderTypes[shaderTypeNdx].type; in init() 1329 …Group* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, shaderTypes[shaderTypeNdx].name, ""); in init() 1359 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(shaderTypes); shaderTypeNdx++) in init() local 1361 const ShaderType shaderType = shaderTypes[shaderTypeNdx].type; in init() 1362 const string name = string(indexExprName) + "_" + shaderTypes[shaderTypeNdx].name; in init()
|
D | es31fShaderIntegerFunctionTests.cpp | 1107 for (int shaderTypeNdx = 0; shaderTypeNdx < glu::SHADERTYPE_LAST; shaderTypeNdx++) in addFunctionCases() local 1109 if (shaderBits & (1<<shaderTypeNdx)) in addFunctionCases() 1110 …), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec), glu::ShaderType(shaderTypeNdx))); in addFunctionCases()
|
D | es31fShaderCommonFunctionTests.cpp | 2107 for (int shaderTypeNdx = 0; shaderTypeNdx < glu::SHADERTYPE_LAST; shaderTypeNdx++) in addFunctionCases() local 2109 if (shaderBits & (1<<shaderTypeNdx)) in addFunctionCases() 2110 …), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec), glu::ShaderType(shaderTypeNdx))); in addFunctionCases()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderPackingFunctionTests.cpp | 1390 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(allShaderTypes); shaderTypeNdx++) in init() local 1391 addChild(new PackSnorm4x8Case(m_testCtx, allShaderTypes[shaderTypeNdx], glu::Precision(prec))); in init() 1395 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(allShaderTypes); shaderTypeNdx++) in init() local 1396 addChild(new UnpackSnorm4x8Case(m_testCtx, allShaderTypes[shaderTypeNdx])); in init() 1401 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(allShaderTypes); shaderTypeNdx++) in init() local 1402 addChild(new PackUnorm4x8Case(m_testCtx, allShaderTypes[shaderTypeNdx], glu::Precision(prec))); in init() 1406 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(allShaderTypes); shaderTypeNdx++) in init() local 1407 addChild(new UnpackUnorm4x8Case(m_testCtx, allShaderTypes[shaderTypeNdx])); in init() 1421 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(newShaderTypes); shaderTypeNdx++) in init() local 1422 addChild(new PackSnorm2x16Case(m_testCtx, newShaderTypes[shaderTypeNdx], glu::Precision(prec))); in init() [all …]
|
D | vktAtomicOperationTests.cpp | 1244 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(shaderTypes); shaderTypeNdx++) in addAtomicOperationTests() local 1258 …if (kMemoryTypes[memoryTypeNdx].type == AtomicMemoryType::SHARED && shaderTypes[shaderTypeNdx].typ… in addAtomicOperationTests() 1262 …+ std::string(dataSign[signNdx].name) + "_" + std::string(shaderTypes[shaderTypeNdx].name) + kMemo… in addAtomicOperationTests() 1264 …tCtx, name.c_str(), description.c_str(), AtomicShaderType(shaderTypes[shaderTypeNdx].type, kMemory… in addAtomicOperationTests()
|
D | vktOpaqueTypeIndexingTests.cpp | 2014 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(shaderTypes); shaderTypeNdx++) in init() local 2016 const glu::ShaderType shaderType = shaderTypes[shaderTypeNdx].type; in init() 2017 …Group* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, shaderTypes[shaderTypeNdx].name, ""); in init() 2055 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(shaderTypes); shaderTypeNdx++) in init() local 2057 const glu::ShaderType shaderType = shaderTypes[shaderTypeNdx].type; in init() 2058 const std::string name = std::string(indexExprName) + "_" + shaderTypes[shaderTypeNdx].name; in init()
|
D | vktShaderIntegerFunctionTests.cpp | 274 for (int shaderTypeNdx = 0; shaderTypeNdx < glu::SHADERTYPE_LAST; shaderTypeNdx++) in addFunctionCases() local 276 if (shaderBits & (1<<shaderTypeNdx)) in addFunctionCases() 277 …), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec), glu::ShaderType(shaderTypeNdx))); in addFunctionCases()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderIndexingTests.cpp | 1095 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1097 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1123 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1125 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1159 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1161 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1195 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1197 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
|
D | es2fShaderLoopTests.cpp | 1304 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()
|
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 | 1016 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1018 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1044 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1046 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1080 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1082 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1122 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1124 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
|
D | es3fShaderLoopTests.cpp | 1180 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()
|
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/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderIndexingTests.cpp | 1150 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1152 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1180 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1182 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1218 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1220 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1262 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1264 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
|
D | vktShaderRenderLoopTests.cpp | 1547 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1549 glu::ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1571 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1573 glu::ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
|
D | vktShaderRenderOperatorTests.cpp | 1731 … for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1733 const ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1898 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1900 const ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1963 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1965 const ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderIndexingTests.cpp | 1149 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1151 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1182 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1184 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() 1260 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1262 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
|
D | glcShaderLoopTests.cpp | 1169 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1171 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() 1195 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init() local 1197 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessBufferAccessTests.cpp | 1440 for (int shaderTypeNdx = 0; shaderTypeNdx < SHADER_TYPE_COUNT; shaderTypeNdx++) in addBufferAccessTests() local 1447 …stCaseGroup> shaderTypeTests (new tcu::TestCaseGroup(testCtx, shaderTypeNames[shaderTypeNdx], "")); in addBufferAccessTests() 1449 if ((ShaderType)shaderTypeNdx == SHADER_TYPE_TEXEL_COPY) in addBufferAccessTests() 1470 …rangeMultiplier = ((ShaderType)shaderTypeNdx == SHADER_TYPE_TEXEL_COPY) ? mapVkFormat(bufferFormat… in addBufferAccessTests() 1472 if (!isFloatFormat(bufferFormat) && ((ShaderType)shaderTypeNdx) == SHADER_TYPE_MATRIX_COPY) in addBufferAccessTests() 1490 …obustBufferReadTest(testCtx, rangeConfig.name, "", stage, (ShaderType)shaderTypeNdx, bufferFormat,… in addBufferAccessTests() 1491 …obustBufferReadTest(testCtx, rangeConfig.name, "", stage, (ShaderType)shaderTypeNdx, bufferFormat,… in addBufferAccessTests() 1492 …bustBufferWriteTest(testCtx, rangeConfig.name, "", stage, (ShaderType)shaderTypeNdx, bufferFormat,… in addBufferAccessTests() 1507 …const VkFormat format = (((ShaderType)shaderTypeNdx == SHADER_TYPE_TEXEL_COPY ) ? VK_FORMAT_R32G32… in addBufferAccessTests() 1509 …ustBufferReadTest(testCtx, "oob_uniform_read", "", stage, (ShaderType)shaderTypeNdx, format, 16, f… in addBufferAccessTests() [all …]
|
/external/deqp/framework/opengl/ |
D | gluShaderProgram.cpp | 466 … for (deUint32 shaderTypeNdx = 0; shaderTypeNdx < shaderBinary.shaderTypes.size(); ++shaderTypeNdx) in init() local 468 ShaderType shaderType = shaderBinary.shaderTypes[shaderTypeNdx]; in init()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemShaderImageAccessTests.cpp | 1187 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(shaderTypes); ++shaderTypeNdx) in createShaderImageAccessTests() local 1189 const glu::ShaderType shaderType = shaderTypes[shaderTypeNdx].type; in createShaderImageAccessTests() 1190 …rGroup (new tcu::TestCaseGroup(testCtx, shaderTypes[shaderTypeNdx].name, shaderTypes[shaderTypeNd… in createShaderImageAccessTests()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrImageQueryTests.cpp | 849 for (int shaderTypeNdx = 0; shaderTypeNdx < glu::SHADERTYPE_LAST; ++shaderTypeNdx) in populateQueryGroup() local 851 const glu::ShaderType shaderType = (glu::ShaderType)shaderTypeNdx; in populateQueryGroup()
|