/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fNegativePreciseTests.cpp | 53 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/ |
D | es3fShaderIndexingTests.cpp | 969 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()
|
D | es3fShaderLoopTests.cpp | 1144 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()
|
D | es3fShaderOperatorTests.cpp | 2037 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/ |
D | es2fShaderIndexingTests.cpp | 1048 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()
|
D | es2fShaderLoopTests.cpp | 1268 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()
|
D | es2fShaderOperatorTests.cpp | 1194 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/ |
D | vktShaderRenderIndexingTests.cpp | 1102 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()
|
D | vktShaderRenderLoopTests.cpp | 1504 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()
|
D | vktShaderRenderOperatorTests.cpp | 1638 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/ |
D | vktShaderRenderIndexingTests.cpp | 1102 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()
|
D | vktShaderRenderLoopTests.cpp | 1504 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()
|
D | vktShaderRenderOperatorTests.cpp | 1638 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/ |
D | glcShaderIndexingTests.cpp | 1150 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()
|
D | glcShaderLoopTests.cpp | 1140 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()
|