Searched refs:LOCAL_STRUCT_CASE (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderStructTests.cpp | 186 #define LOCAL_STRUCT_CASE(NAME, DESCRIPTION, SHADER_SRC, EVAL_FUNC_BODY) \ in init() macro 193 LOCAL_STRUCT_CASE(basic, "Basic struct usage", in init() 215 LOCAL_STRUCT_CASE(nested, "Nested struct", in init() 242 LOCAL_STRUCT_CASE(array_member, "Struct with array member", in init() 268 LOCAL_STRUCT_CASE(array_member_dynamic_index, "Struct with array member, dynamic indexing", in init() 296 LOCAL_STRUCT_CASE(struct_array, "Struct array", in init() 322 LOCAL_STRUCT_CASE(struct_array_dynamic_index, "Struct array with dynamic indexing", in init() 348 LOCAL_STRUCT_CASE(nested_struct_array, "Nested struct array", in init() 412 LOCAL_STRUCT_CASE(nested_struct_array_dynamic_index, "Nested struct array with dynamic indexing", in init() 476 LOCAL_STRUCT_CASE(parameter, "Struct as a function parameter", in init() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderStructTests.cpp | 212 #define LOCAL_STRUCT_CASE(NAME, DESCRIPTION, FLAGS, SHADER_SRC, EVAL_FUNC_BODY) \ in init() macro 219 LOCAL_STRUCT_CASE(basic, "Basic struct usage", 0, in init() 241 LOCAL_STRUCT_CASE(nested, "Nested struct", 0, in init() 268 LOCAL_STRUCT_CASE(array_member, "Struct with array member", 0, in init() 294 …LOCAL_STRUCT_CASE(array_member_dynamic_index, "Struct with array member, dynamic indexing", FLAG_R… in init() 322 LOCAL_STRUCT_CASE(struct_array, "Struct array", 0, in init() 348 …LOCAL_STRUCT_CASE(struct_array_dynamic_index, "Struct array with dynamic indexing", FLAG_REQUIRES_… in init() 374 LOCAL_STRUCT_CASE(nested_struct_array, "Nested struct array", 0, in init() 438 …LOCAL_STRUCT_CASE(nested_struct_array_dynamic_index, "Nested struct array with dynamic indexing", … in init() 502 LOCAL_STRUCT_CASE(parameter, "Struct as a function parameter", 0, in init() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
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(parameter, "Struct as a function parameter", in init() [all …]
|