Home
last modified time | relevance | path

Searched refs:s_shaderTypes (Results 1 – 12 of 12) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fNegativePreciseTests.cpp53 static const glu::ShaderType s_shaderTypes[] = variable
166 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_shaderTypes); ++ndx) in precise_as_variable_name()
168 if (ctx.isShaderSupported(s_shaderTypes[ndx])) in precise_as_variable_name()
169 generateAndVerifyShader(ctx, s_shaderTypes[ndx], TEST_PRECISE_AS_VARIABLE_NAME); in precise_as_variable_name()
181 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_shaderTypes); ++ndx) in precise_as_function_name()
183 if (ctx.isShaderSupported(s_shaderTypes[ndx])) in precise_as_function_name()
184 generateAndVerifyShader(ctx, s_shaderTypes[ndx], TEST_PRECISE_AS_FUNCTION_NAME); in precise_as_function_name()
196 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_shaderTypes); ++ndx) in precise_as_function_argument()
198 if (ctx.isShaderSupported(s_shaderTypes[ndx])) in precise_as_function_argument()
199 generateAndVerifyShader(ctx, s_shaderTypes[ndx], TEST_PRECISE_AS_ARGUMENT_NAME); in precise_as_function_argument()
/external/deqp/modules/gles2/functional/
Des2fShaderIndexingTests.cpp1003 static const ShaderType s_shaderTypes[] = in init() local
1050 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1052 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1078 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1080 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1114 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1116 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1150 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1152 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
Des2fShaderLoopTests.cpp1268 static const ShaderType s_shaderTypes[] = in init() local
1304 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1306 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1327 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1329 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
Des2fShaderOperatorTests.cpp1194 static const ShaderType s_shaderTypes[] = in init() local
1280 … for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1282 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1432 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1434 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1495 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1497 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
/external/deqp/modules/gles3/functional/
Des3fShaderIndexingTests.cpp969 static const ShaderType s_shaderTypes[] = in init() local
1016 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1018 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1044 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1046 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1080 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1082 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1122 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1124 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
Des3fShaderLoopTests.cpp1144 static const ShaderType s_shaderTypes[] = in init() local
1180 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1182 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1203 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1205 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
Des3fShaderOperatorTests.cpp1824 static const ShaderType s_shaderTypes[] = in init() local
1918 … for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1920 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
2085 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
2087 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
2150 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
2152 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
/external/deqp/external/openglcts/modules/common/
DglcShaderIndexingTests.cpp1107 static const ShaderType s_shaderTypes[] = { SHADERTYPE_VERTEX, SHADERTYPE_FRAGMENT }; in init() local
1149 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1151 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1182 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1184 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1220 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1222 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1260 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1262 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
DglcShaderLoopTests.cpp1140 static const ShaderType s_shaderTypes[] = { SHADERTYPE_VERTEX, SHADERTYPE_FRAGMENT }; in init() local
1169 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1171 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1195 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1197 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp1060 static const ShaderType s_shaderTypes[] = in init() local
1108 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1110 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1138 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1140 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1176 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1178 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1220 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1222 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
DvktShaderRenderLoopTests.cpp1504 static const glu::ShaderType s_shaderTypes[] = in init() local
1547 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1549 glu::ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1571 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1573 glu::ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
DvktShaderRenderOperatorTests.cpp1785 static const ShaderType s_shaderTypes[] = in init() local
1878 … for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1880 const ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
2045 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
2047 const ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
2110 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
2112 const ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()