/external/deqp/modules/gles31/functional/ |
D | es31fBuiltinPrecisionTests.cpp | 43 std::vector<glu::ShaderType> shaderTypes; in createBuiltinPrecisionTests() local 47 shaderTypes.push_back(glu::SHADERTYPE_COMPUTE); in createBuiltinPrecisionTests() 52 shaderTypes, in createBuiltinPrecisionTests() 55 shaderTypes.clear(); in createBuiltinPrecisionTests() 56 shaderTypes.push_back(glu::SHADERTYPE_VERTEX); in createBuiltinPrecisionTests() 57 shaderTypes.push_back(glu::SHADERTYPE_FRAGMENT); in createBuiltinPrecisionTests() 58 shaderTypes.push_back(glu::SHADERTYPE_COMPUTE); in createBuiltinPrecisionTests() 63 shaderTypes, in createBuiltinPrecisionTests()
|
D | es31fShaderStateQueryTests.cpp | 471 } shaderTypes[] = in init() local 481 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(shaderTypes); ++ndx) in init() 482 addChild(new ShaderLogCase(m_context, shaderTypes[ndx].caseName, "", shaderTypes[ndx].caseType)); in init()
|
D | es31fOpaqueTypeIndexingTests.cpp | 1265 } shaderTypes[] = in init() local 1314 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(shaderTypes); shaderTypeNdx++) in init() 1316 const ShaderType shaderType = shaderTypes[shaderTypeNdx].type; in init() 1317 …tcu::TestCaseGroup* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, shaderTypes[shaderTypeN… in init() 1347 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(shaderTypes); shaderTypeNdx++) in init() 1349 const ShaderType shaderType = shaderTypes[shaderTypeNdx].type; in init() 1350 const string name = string(indexExprName) + "_" + shaderTypes[shaderTypeNdx].name; in init()
|
D | es31fProgramStateQueryTests.cpp | 847 } shaderTypes[] = in init() local 855 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(shaderTypes); ++ndx) in init() 856 … addChild(new ProgramLogCase(m_context, shaderTypes[ndx].caseName, "", shaderTypes[ndx].caseType)); in init()
|
D | es31fNegativeShaderApiTests.cpp | 2272 const GLenum shaderTypes[] = { in link_compute_shader() local 2281 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(shaderTypes); ndx++) in link_compute_shader() 2286 GLuint otherShader = ctx.glCreateShader(shaderTypes[ndx]); in link_compute_shader() 2287 const char* otherShaderSource = (shaderTypes[ndx] != GL_GEOMETRY_SHADER) ? in link_compute_shader()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderMacroTests.cpp | 116 std::vector<glu::ShaderType> shaderTypes; in init() local 117 shaderTypes.push_back(glu::SHADERTYPE_VERTEX); in init() 118 shaderTypes.push_back(glu::SHADERTYPE_FRAGMENT); in init() 123 shaderTypes.push_back(glu::SHADERTYPE_GEOMETRY); in init() 124 shaderTypes.push_back(glu::SHADERTYPE_TESSELLATION_CONTROL); in init() 125 shaderTypes.push_back(glu::SHADERTYPE_TESSELLATION_EVALUATION); in init() 133 shaderTypes.push_back(glu::SHADERTYPE_GEOMETRY); in init() 139 shaderTypes.push_back(glu::SHADERTYPE_TESSELLATION_CONTROL); in init() 140 shaderTypes.push_back(glu::SHADERTYPE_TESSELLATION_EVALUATION); in init() 144 for (std::size_t typeIndex = 0; typeIndex < shaderTypes.size(); ++typeIndex) in init() [all …]
|
D | glcShaderConstExprTests.cpp | 191 std::vector<glu::ShaderType> shaderTypes; in createTestCasesForAllShaderTypes() local 195 shaderTypes.push_back(glu::SHADERTYPE_VERTEX); in createTestCasesForAllShaderTypes() 196 shaderTypes.push_back(glu::SHADERTYPE_FRAGMENT); in createTestCasesForAllShaderTypes() 197 shaderTypes.push_back(glu::SHADERTYPE_COMPUTE); in createTestCasesForAllShaderTypes() 198 shaderTypes.push_back(glu::SHADERTYPE_GEOMETRY); in createTestCasesForAllShaderTypes() 199 shaderTypes.push_back(glu::SHADERTYPE_TESSELLATION_CONTROL); in createTestCasesForAllShaderTypes() 200 shaderTypes.push_back(glu::SHADERTYPE_TESSELLATION_EVALUATION); in createTestCasesForAllShaderTypes() 205 shaderTypes.push_back(glu::SHADERTYPE_GEOMETRY); in createTestCasesForAllShaderTypes() 206 shaderTypes.push_back(glu::SHADERTYPE_TESSELLATION_CONTROL); in createTestCasesForAllShaderTypes() 207 shaderTypes.push_back(glu::SHADERTYPE_TESSELLATION_EVALUATION); in createTestCasesForAllShaderTypes() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fBuiltinPrecisionTests.cpp | 43 std::vector<glu::ShaderType> shaderTypes; in createBuiltinPrecisionTests() local 46 shaderTypes.push_back(glu::SHADERTYPE_VERTEX); in createBuiltinPrecisionTests() 47 shaderTypes.push_back(glu::SHADERTYPE_FRAGMENT); in createBuiltinPrecisionTests() 52 shaderTypes, in createBuiltinPrecisionTests()
|
D | es3fShaderStateQueryTests.cpp | 671 const GLenum shaderTypes[] = {GL_VERTEX_SHADER, GL_FRAGMENT_SHADER}; in test() local 672 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(shaderTypes); ++ndx) in test() 674 const GLuint shader = glCreateShader(shaderTypes[ndx]); in test() 675 verifyShaderParam(m_testCtx, *this, shader, GL_SHADER_TYPE, shaderTypes[ndx]); in test()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrConversionTests.cpp | 1146 const glu::ShaderType shaderTypes[] = in initTests() local 1196 …shaderType (rng.choose<glu::ShaderType>(DE_ARRAY_BEGIN(shaderTypes), DE_ARRAY_END(shaderTypes))); in initTests() 1235 …shaderType (rng.choose<glu::ShaderType>(DE_ARRAY_BEGIN(shaderTypes), DE_ARRAY_END(shaderTypes))); in initTests() 1291 … shaderType (rng.choose<glu::ShaderType>(DE_ARRAY_BEGIN(shaderTypes), DE_ARRAY_END(shaderTypes))); in initTests() 1320 … shaderType (rng.choose<glu::ShaderType>(DE_ARRAY_BEGIN(shaderTypes), DE_ARRAY_END(shaderTypes))); in initTests() 1365 … shaderType (rng.choose<glu::ShaderType>(DE_ARRAY_BEGIN(shaderTypes), DE_ARRAY_END(shaderTypes))); in initTests() 1375 … shaderType (rng.choose<glu::ShaderType>(DE_ARRAY_BEGIN(shaderTypes), DE_ARRAY_END(shaderTypes))); in initTests() 1387 … shaderType (rng.choose<glu::ShaderType>(DE_ARRAY_BEGIN(shaderTypes), DE_ARRAY_END(shaderTypes))); in initTests() 1397 … shaderType (rng.choose<glu::ShaderType>(DE_ARRAY_BEGIN(shaderTypes), DE_ARRAY_END(shaderTypes))); in initTests() 1416 … shaderType (rng.choose<glu::ShaderType>(DE_ARRAY_BEGIN(shaderTypes), DE_ARRAY_END(shaderTypes))); in initTests() [all …]
|
D | vktYCbCrFormatTests.cpp | 529 } shaderTypes[] = in populatePerFormatGroup() local 548 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(shaderTypes); shaderTypeNdx++) in populatePerFormatGroup() 553 const glu::ShaderType shaderType = shaderTypes[shaderTypeNdx].value; in populatePerFormatGroup() 554 const char* const shaderTypeName = shaderTypes[shaderTypeNdx].name; in populatePerFormatGroup()
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.hpp | 57 const std::vector<glu::ShaderType>& shaderTypes,
|
D | glsBuiltinPrecisionTests.cpp | 5500 , shaderTypes (shaderTypes_) in PrecisionTestContext() 5511 vector<ShaderType> shaderTypes; member 5530 for (size_t shaderNdx = 0; shaderNdx < ctx.shaderTypes.size(); ++shaderNdx) in createFuncGroup() 5532 const ShaderType shaderType = ctx.shaderTypes[shaderNdx]; in createFuncGroup() 5548 const vector<ShaderType>& shaderTypes, in addBuiltinPrecisionTests() argument 5564 shaderTypes, numRandoms); in addBuiltinPrecisionTests()
|
/external/deqp/framework/opengl/ |
D | gluShaderProgram.hpp | 343 std::vector<ShaderType> shaderTypes; member 356 shaderTypes.push_back(shaderType_); in ShaderBinary() 362 shaderTypes.push_back(shaderType); in operator <<()
|
D | gluShaderProgram.cpp | 463 DE_ASSERT(shaderBinary.shaderEntryPoints.size() == shaderBinary.shaderTypes.size()); in init() 466 … for (deUint32 shaderTypeNdx = 0; shaderTypeNdx < shaderBinary.shaderTypes.size(); ++shaderTypeNdx) in init() 468 ShaderType shaderType = shaderBinary.shaderTypes[shaderTypeNdx]; in init()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemStorageBufferTests.cpp | 711 glu::ShaderType shaderTypes[] = { in createRWStorageBufferTests() local 716 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(shaderTypes); ++shaderNdx) in createRWStorageBufferTests() 718 const glu::ShaderType shaderType = shaderTypes[shaderNdx]; in createRWStorageBufferTests() 845 glu::ShaderType shaderTypes[] = { in createAtomicStorageBufferTests() local 853 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(shaderTypes); ++shaderNdx) in createAtomicStorageBufferTests() 855 const glu::ShaderType shaderType = shaderTypes[shaderNdx]; in createAtomicStorageBufferTests()
|
D | vktProtectedMemShaderImageAccessTests.cpp | 1151 } shaderTypes[] = in createShaderImageAccessTests() local 1182 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(shaderTypes); ++shaderTypeNdx) in createShaderImageAccessTests() 1184 const glu::ShaderType shaderType = shaderTypes[shaderTypeNdx].type; in createShaderImageAccessTests() 1185 …Group> shaderGroup (new tcu::TestCaseGroup(testCtx, shaderTypes[shaderTypeNdx].name, shaderTypes… in createShaderImageAccessTests()
|
D | vktProtectedMemYCbCrConversionTests.cpp | 1270 } shaderTypes[] = in createYCbCrConversionTests() local 1400 for (size_t shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(shaderTypes); shaderNdx++) in createYCbCrConversionTests() 1402 const char* shaderTypeName = shaderTypes[shaderNdx].name; in createYCbCrConversionTests() 1439 const TestConfig config (shaderTypes[shaderNdx].type, in createYCbCrConversionTests()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktAtomicOperationTests.cpp | 715 } shaderTypes[] = in addAtomicOperationTests() local 758 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(shaderTypes); shaderTypeNdx++) in addAtomicOperationTests() 761 ….name) + "_" + std::string(dataSign[signNdx].name) + "_" + std::string(shaderTypes[shaderTypeNdx].… in addAtomicOperationTests() 762 …ld(new AtomicOperationCase(testCtx, name.c_str(), description.c_str(), shaderTypes[shaderTypeNdx].… in addAtomicOperationTests()
|
D | vktShaderBuiltinPrecisionTests.cpp | 6913 , shaderTypes (shaderTypes_) in PrecisionTestContext() 6926 , shaderTypes(shaderTypes_) in PrecisionTestContext() 6934 vector<ShaderType> shaderTypes; member 6949 for (size_t shaderNdx = 0; shaderNdx < ctx.shaderTypes.size(); ++shaderNdx) in createFuncGroup() 6951 const ShaderType shaderType = ctx.shaderTypes[shaderNdx]; in createFuncGroup() 6969 for (size_t shaderNdx = 0; shaderNdx < ctx.shaderTypes.size(); ++shaderNdx) in createFuncGroup16Bit() 6971 const ShaderType shaderType = ctx.shaderTypes[shaderNdx]; in createFuncGroup16Bit() 6986 for (size_t shaderNdx = 0; shaderNdx < ctx.shaderTypes.size(); ++shaderNdx) in createFuncGroup16BitStorage32Bit() 6988 const ShaderType shaderType = ctx.shaderTypes[shaderNdx]; in createFuncGroup16BitStorage32Bit() 6999 const vector<ShaderType>& shaderTypes, in addBuiltinPrecisionTests() argument [all …]
|
D | vktOpaqueTypeIndexingTests.cpp | 1928 } shaderTypes[] = in init() local 1973 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(shaderTypes); shaderTypeNdx++) in init() 1975 const glu::ShaderType shaderType = shaderTypes[shaderTypeNdx].type; in init() 1976 …tcu::TestCaseGroup* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, shaderTypes[shaderTypeN… in init() 2014 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(shaderTypes); shaderTypeNdx++) in init() 2016 const glu::ShaderType shaderType = shaderTypes[shaderTypeNdx].type; in init() 2017 const std::string name = std::string(indexExprName) + "_" + shaderTypes[shaderTypeNdx].name; in init()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGlSpirvTests.cpp | 438 deUint8 count = (deUint8)binary.shaderTypes.size(); in writeSpirV() 440 for (int i = 0; i < (signed)binary.shaderTypes.size(); ++i) in writeSpirV() 442 fwrite((void*)&binary.shaderTypes[i], 1, sizeof(ShaderType), file); in writeSpirV() 466 binary.shaderTypes.resize(count); in readSpirV() 468 for (int i = 0; i < (signed)binary.shaderTypes.size(); ++i) in readSpirV() 470 resource->read((deUint8*)&binary.shaderTypes[i], sizeof(ShaderType)); in readSpirV()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderStateQueryTests.cpp | 503 const GLenum shaderTypes[] = {GL_VERTEX_SHADER, GL_FRAGMENT_SHADER}; in test() local 504 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(shaderTypes); ++ndx) in test() 506 const GLuint shader = glCreateShader(shaderTypes[ndx]); in test() 507 verifyShaderParam(m_testCtx, *this, shader, GL_SHADER_TYPE, shaderTypes[ndx]); in test()
|