Home | History | Annotate | Download | only in vulkan-validation-layers

Lines Matching refs:struct_op

690         struct_op = "->"
692 struct_op = "."
748 print_arg = ", %s,%s %s(%s%s%s)%s" % (pre_var_name, array_index, cast_type, struct_var_name, struct_op, member_name, member_post) # section of print passed to portion in quotes
1916 struct_op = "->"
1919 struct_op = "."
1972 print_arg = ", %s,%s %s(%s%s%s)%s\n" % (pre_var_name, array_index, cast_type, struct_var_name, struct_op, member_name, member_post) # section of print passed to portion in quotes