Home
last modified time | relevance | path

Searched refs:s_shaderTypes (Results 1 – 10 of 10) 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/gles3/functional/
Des3fShaderIndexingTests.cpp968 static const ShaderType s_shaderTypes[] = in init() local
1015 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1017 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1043 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1045 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1079 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1081 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1121 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1123 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/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/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.cpp1278 static const glu::ShaderType s_shaderTypes[] = in init() local
1321 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1323 glu::ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1345 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1347 glu::ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
DvktShaderRenderOperatorTests.cpp1784 static const ShaderType s_shaderTypes[] = in init() local
1877 … for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1879 const ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
2044 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
2046 const ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
2109 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
2111 const ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()