Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativePreciseTests.cpp53 static const glu::ShaderType s_shaderTypes[] = variable
172 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_shaderTypes); ++ndx) in precise_as_variable_name()
174 if (ctx.isShaderSupported(s_shaderTypes[ndx])) in precise_as_variable_name()
175 generateAndVerifyShader(ctx, s_shaderTypes[ndx], TEST_PRECISE_AS_VARIABLE_NAME); in precise_as_variable_name()
186 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_shaderTypes); ++ndx) in precise_as_function_name()
188 if (ctx.isShaderSupported(s_shaderTypes[ndx])) in precise_as_function_name()
189 generateAndVerifyShader(ctx, s_shaderTypes[ndx], TEST_PRECISE_AS_FUNCTION_NAME); in precise_as_function_name()
200 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_shaderTypes); ++ndx) in precise_as_function_argument()
202 if (ctx.isShaderSupported(s_shaderTypes[ndx])) in precise_as_function_argument()
203 generateAndVerifyShader(ctx, s_shaderTypes[ndx], TEST_PRECISE_AS_ARGUMENT_NAME); in precise_as_function_argument()
/third_party/vk-gl-cts/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.cpp2037 static const ShaderType s_shaderTypes[] = local
2142 … for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++)
2144 ShaderType shaderType = s_shaderTypes[shaderTypeNdx];
2309 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++)
2311 ShaderType shaderType = s_shaderTypes[shaderTypeNdx];
2374 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++)
2376 ShaderType shaderType = s_shaderTypes[shaderTypeNdx];
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderIndexingTests.cpp1048 static const ShaderType s_shaderTypes[] = in init() local
1095 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1097 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1123 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1125 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1159 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1161 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()
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[] = local
1280 … for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++)
1282 ShaderType shaderType = s_shaderTypes[shaderTypeNdx];
1432 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++)
1434 ShaderType shaderType = s_shaderTypes[shaderTypeNdx];
1495 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++)
1497 ShaderType shaderType = s_shaderTypes[shaderTypeNdx];
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp1102 static const ShaderType s_shaderTypes[] = in init() local
1150 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1152 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1180 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1182 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1218 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1220 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1262 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1264 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.cpp1638 static const ShaderType s_shaderTypes[] = in init() local
1743 … for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1745 const ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1910 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1912 const ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1975 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1977 const ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp1102 static const ShaderType s_shaderTypes[] = in init() local
1150 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1152 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1180 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1182 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1218 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1220 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1262 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1264 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.cpp1638 static const ShaderType s_shaderTypes[] = in init() local
1743 … for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1745 const ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1910 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1912 const ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1975 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1977 const ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderIndexingTests.cpp1150 static const ShaderType s_shaderTypes[] = { SHADERTYPE_VERTEX, SHADERTYPE_FRAGMENT }; in init() local
1192 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1194 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1225 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1227 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1265 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1267 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init()
1305 for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(s_shaderTypes); shaderTypeNdx++) in init()
1307 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()