Lines Matching refs:LOCAL_STRUCT_CASE
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_R… 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_… 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", … in init()
512 LOCAL_STRUCT_CASE(parameter, "Struct as a function parameter", 0, in init()
594 LOCAL_STRUCT_CASE(parameter_nested, "Nested struct as a function parameter", 0, in init()
678 LOCAL_STRUCT_CASE(return, "Struct as a return value", 0, in init()
706 LOCAL_STRUCT_CASE(return_nested, "Nested struct", 0, in init()
739 LOCAL_STRUCT_CASE(conditional_assignment, "Conditional struct assignment", 0, in init()
764 LOCAL_STRUCT_CASE(loop_assignment, "Struct assignment in loop", 0, in init()
791 …LOCAL_STRUCT_CASE(dynamic_loop_assignment, "Struct assignment in loop", FLAG_REQUIRES_DYNAMIC_INDE… in init()
819 LOCAL_STRUCT_CASE(nested_conditional_assignment, "Conditional assignment of nested struct", 0, in init()
848 LOCAL_STRUCT_CASE(nested_loop_assignment, "Nested struct assignment in loop", 0, in init()
880 …LOCAL_STRUCT_CASE(nested_dynamic_loop_assignment, "Nested struct assignment in dynamic loop", FLAG… in init()
913 LOCAL_STRUCT_CASE(loop_struct_array, "Struct array usage in loop", 0, in init()
947 LOCAL_STRUCT_CASE(loop_nested_struct_array, "Nested struct array usage in loop", 0, in init()
1022 …LOCAL_STRUCT_CASE(dynamic_loop_struct_array, "Struct array usage in dynamic loop", FLAG_REQUIRES_D… in init()
1057 …LOCAL_STRUCT_CASE(dynamic_loop_nested_struct_array, "Nested struct array usage in dynamic loop", F… in init()
1133 LOCAL_STRUCT_CASE(basic_equal, "Basic struct equality", 0, in init()
1164 LOCAL_STRUCT_CASE(basic_not_equal, "Basic struct equality", 0, in init()
1196 LOCAL_STRUCT_CASE(nested_equal, "Nested struct struct equality", 0, in init()
1231 LOCAL_STRUCT_CASE(nested_not_equal, "Nested struct struct equality", 0, in init()