/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderStructTests.cpp | 203 #define LOCAL_STRUCT_CASE(NAME, DESCRIPTION, SHADER_SRC, EVAL_FUNC_BODY) \ in init() macro 216 LOCAL_STRUCT_CASE(basic, "Basic struct usage", in init() 235 LOCAL_STRUCT_CASE(nested, "Nested struct", in init() 259 LOCAL_STRUCT_CASE(array_member, "Struct with array member", in init() 282 LOCAL_STRUCT_CASE(array_member_dynamic_index, "Struct with array member, dynamic indexing", in init() 307 LOCAL_STRUCT_CASE(struct_array, "Struct array", in init() 330 LOCAL_STRUCT_CASE( in init() 355 LOCAL_STRUCT_CASE( in init() 418 LOCAL_STRUCT_CASE(nested_struct_array_dynamic_index, "Nested struct array with dynamic indexing", in init() 484 LOCAL_STRUCT_CASE(paramete in init() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderStructTests.cpp | 195 #define LOCAL_STRUCT_CASE(NAME, DESCRIPTION, SHADER_SRC, EVAL_FUNC_BODY) \ in init() macro 198 LOCAL_STRUCT_CASE(basic, "Basic struct usage", in init() 220 LOCAL_STRUCT_CASE(nested, "Nested struct", in init() 247 LOCAL_STRUCT_CASE(array_member, "Struct with array member", in init() 273 LOCAL_STRUCT_CASE(array_member_dynamic_index, "Struct with array member, dynamic indexing", in init() 301 LOCAL_STRUCT_CASE(struct_array, "Struct array", in init() 327 LOCAL_STRUCT_CASE(struct_array_dynamic_index, "Struct array with dynamic indexing", in init() 353 LOCAL_STRUCT_CASE(nested_struct_array, "Nested struct array", in init() 417 LOCAL_STRUCT_CASE(nested_struct_array_dynamic_index, "Nested struct array with dynamic indexing", in init() 481 LOCAL_STRUCT_CASE(paramete in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderStructTests.cpp | 146 #define LOCAL_STRUCT_CASE(NAME, SHADER_SRC, SET_UNIFORMS_BODY, EVAL_FUNC_BODY) \ in init() macro 155 LOCAL_STRUCT_CASE(basic, in init() 181 LOCAL_STRUCT_CASE(nested, in init() 213 LOCAL_STRUCT_CASE(array_member, in init() 243 LOCAL_STRUCT_CASE(array_member_dynamic_index, in init() 277 LOCAL_STRUCT_CASE(struct_array, in init() 309 LOCAL_STRUCT_CASE(struct_array_dynamic_index, in init() 341 LOCAL_STRUCT_CASE(nested_struct_array, in init() 417 LOCAL_STRUCT_CASE(nested_struct_array_dynamic_index, in init() 493 LOCAL_STRUCT_CASE(paramete in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderStructTests.cpp | 148 #define LOCAL_STRUCT_CASE(NAME, DESCRIPTION, SHADER_SRC, SET_UNIFORMS_BODY, EVAL_FUNC_BODY) \ in init() macro 156 LOCAL_STRUCT_CASE(basic, "Basic struct usage", in init() 181 LOCAL_STRUCT_CASE(nested, "Nested struct", in init() 212 LOCAL_STRUCT_CASE(array_member, "Struct with array member", in init() 241 LOCAL_STRUCT_CASE(array_member_dynamic_index, "Struct with array member, dynamic indexing", in init() 274 LOCAL_STRUCT_CASE(struct_array, "Struct array", in init() 305 LOCAL_STRUCT_CASE(struct_array_dynamic_index, "Struct array with dynamic indexing", in init() 336 LOCAL_STRUCT_CASE(nested_struct_array, "Nested struct array", in init() 411 LOCAL_STRUCT_CASE(nested_struct_array_dynamic_index, "Nested struct array with dynamic indexing", in init() 486 LOCAL_STRUCT_CASE(paramete in init() [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderStructTests.cpp | 226 #define LOCAL_STRUCT_CASE(NAME, DESCRIPTION, FLAGS, SHADER_SRC, EVAL_FUNC_BODY) \ in init() macro 229 LOCAL_STRUCT_CASE(basic, "Basic struct usage", 0, in init() 251 LOCAL_STRUCT_CASE(nested, "Nested struct", 0, in init() 278 LOCAL_STRUCT_CASE(array_member, "Struct with array member", 0, in init() 304 LOCAL_STRUCT_CASE(array_member_dynamic_index, "Struct with array member, dynamic indexing", FLAG_REQUIRES_DYNAMIC_INDEXING, in init() 332 LOCAL_STRUCT_CASE(struct_array, "Struct array", 0, in init() 358 LOCAL_STRUCT_CASE(struct_array_dynamic_index, "Struct array with dynamic indexing", FLAG_REQUIRES_DYNAMIC_INDEXING, in init() 384 LOCAL_STRUCT_CASE(nested_struct_array, "Nested struct array", 0, in init() 448 LOCAL_STRUCT_CASE(nested_struct_array_dynamic_index, "Nested struct array with dynamic indexing", FLAG_REQUIRES_DYNAMIC_INDEXING, in init() 512 LOCAL_STRUCT_CASE(paramete in init() [all...] |