• Home
  • Raw
  • Download

Lines Matching refs:LOCAL_STRUCT_CASE

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(parameter, "Struct as a function parameter", in init()
565 LOCAL_STRUCT_CASE(parameter_nested, "Nested struct as a function parameter", in init()
649 LOCAL_STRUCT_CASE(return, "Struct as a return value", in init()
677 LOCAL_STRUCT_CASE(return_nested, "Nested struct", in init()
710 LOCAL_STRUCT_CASE(conditional_assignment, "Conditional struct assignment", in init()
735 LOCAL_STRUCT_CASE(loop_assignment, "Struct assignment in loop", in init()
762 LOCAL_STRUCT_CASE(dynamic_loop_assignment, "Struct assignment in loop", in init()
790 LOCAL_STRUCT_CASE(nested_conditional_assignment, "Conditional assignment of nested struct", in init()
819 LOCAL_STRUCT_CASE(nested_loop_assignment, "Nested struct assignment in loop", in init()
851 LOCAL_STRUCT_CASE(nested_dynamic_loop_assignment, "Nested struct assignment in dynamic loop", in init()
884 LOCAL_STRUCT_CASE(loop_struct_array, "Struct array usage in loop", in init()
918 LOCAL_STRUCT_CASE(loop_nested_struct_array, "Nested struct array usage in loop", in init()
993 LOCAL_STRUCT_CASE(dynamic_loop_struct_array, "Struct array usage in dynamic loop", in init()
1028 LOCAL_STRUCT_CASE(dynamic_loop_nested_struct_array, "Nested struct array usage in dynamic loop", in init()
1104 LOCAL_STRUCT_CASE(basic_equal, "Basic struct equality", in init()
1135 LOCAL_STRUCT_CASE(basic_not_equal, "Basic struct equality", in init()
1167 LOCAL_STRUCT_CASE(nested_equal, "Nested struct struct equality", in init()
1202 LOCAL_STRUCT_CASE(nested_not_equal, "Nested struct struct equality", in init()
1238 LOCAL_STRUCT_CASE(array_member_equality, "Struct with array members equality", in init()