Lines Matching defs:LOCAL_STRUCT_CASE
195 #define LOCAL_STRUCT_CASE(NAME, DESCRIPTION, SHADER_SRC, EVAL_FUNC_BODY) \
198 LOCAL_STRUCT_CASE(basic, "Basic struct usage",
220 LOCAL_STRUCT_CASE(nested, "Nested struct",
247 LOCAL_STRUCT_CASE(array_member, "Struct with array member",
273 LOCAL_STRUCT_CASE(array_member_dynamic_index, "Struct with array member, dynamic indexing",
301 LOCAL_STRUCT_CASE(struct_array, "Struct array",
327 LOCAL_STRUCT_CASE(struct_array_dynamic_index, "Struct array with dynamic indexing",
353 LOCAL_STRUCT_CASE(nested_struct_array, "Nested struct array",
417 LOCAL_STRUCT_CASE(nested_struct_array_dynamic_index, "Nested struct array with dynamic indexing",
481 LOCAL_STRUCT_CASE(parameter, "Struct as a function parameter",
565 LOCAL_STRUCT_CASE(parameter_nested, "Nested struct as a function parameter",
649 LOCAL_STRUCT_CASE(return, "Struct as a return value",
677 LOCAL_STRUCT_CASE(return_nested, "Nested struct",
710 LOCAL_STRUCT_CASE(conditional_assignment, "Conditional struct assignment",
735 LOCAL_STRUCT_CASE(loop_assignment, "Struct assignment in loop",
762 LOCAL_STRUCT_CASE(dynamic_loop_assignment, "Struct assignment in loop",
790 LOCAL_STRUCT_CASE(nested_conditional_assignment, "Conditional assignment of nested struct",
819 LOCAL_STRUCT_CASE(nested_loop_assignment, "Nested struct assignment in loop",
851 LOCAL_STRUCT_CASE(nested_dynamic_loop_assignment, "Nested struct assignment in dynamic loop",
884 LOCAL_STRUCT_CASE(loop_struct_array, "Struct array usage in loop",
918 LOCAL_STRUCT_CASE(loop_nested_struct_array, "Nested struct array usage in loop",
993 LOCAL_STRUCT_CASE(dynamic_loop_struct_array, "Struct array usage in dynamic loop",
1028 LOCAL_STRUCT_CASE(dynamic_loop_nested_struct_array, "Nested struct array usage in dynamic loop",
1104 LOCAL_STRUCT_CASE(basic_equal, "Basic struct equality",
1135 LOCAL_STRUCT_CASE(basic_not_equal, "Basic struct equality",
1167 LOCAL_STRUCT_CASE(nested_equal, "Nested struct struct equality",
1202 LOCAL_STRUCT_CASE(nested_not_equal, "Nested struct struct equality",
1238 LOCAL_STRUCT_CASE(array_member_equality, "Struct with array members equality",