Home
last modified time | relevance | path

Searched refs:shaderTypes (Results 1 – 23 of 23) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fBuiltinPrecisionTests.cpp43 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()
Des31fShaderStateQueryTests.cpp471 } 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()
Des31fOpaqueTypeIndexingTests.cpp1265 } 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()
Des31fProgramStateQueryTests.cpp847 } 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()
Des31fNegativeShaderApiTests.cpp2272 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/
DglcShaderMacroTests.cpp116 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 …]
DglcShaderConstExprTests.cpp191 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/
Des3fBuiltinPrecisionTests.cpp43 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()
Des3fShaderStateQueryTests.cpp671 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/
DvktYCbCrConversionTests.cpp1146 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 …]
DvktYCbCrFormatTests.cpp529 } 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/
DglsBuiltinPrecisionTests.hpp57 const std::vector<glu::ShaderType>& shaderTypes,
DglsBuiltinPrecisionTests.cpp5500 , 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/
DgluShaderProgram.hpp343 std::vector<ShaderType> shaderTypes; member
356 shaderTypes.push_back(shaderType_); in ShaderBinary()
362 shaderTypes.push_back(shaderType); in operator <<()
DgluShaderProgram.cpp463 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/
DvktProtectedMemStorageBufferTests.cpp711 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()
DvktProtectedMemShaderImageAccessTests.cpp1151 } 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()
DvktProtectedMemYCbCrConversionTests.cpp1270 } 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/
DvktAtomicOperationTests.cpp715 } 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()
DvktShaderBuiltinPrecisionTests.cpp6913 , 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 …]
DvktOpaqueTypeIndexingTests.cpp1928 } 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/
Dgl4cGlSpirvTests.cpp438 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/
Des2fShaderStateQueryTests.cpp503 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()