Home
last modified time | relevance | path

Searched refs:match_name (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_size.py64 match_name = "Get"
66 match_name = func_name
72 if match_name in e.functions:
73 [count, mode] = e.functions[ match_name ]
/third_party/mesa3d/src/compiler/
H A Dnir_types.cpp464 bool match_name, bool match_locations, bool match_precision) in glsl_record_compare()
466 return a->record_compare(b, match_name, match_locations, match_precision); in glsl_record_compare()
463 glsl_record_compare(const struct glsl_type *a, const struct glsl_type *b, bool match_name, bool match_locations, bool match_precision) glsl_record_compare() argument
H A Dnir_types.h174 bool match_name, bool match_locations,
H A Dglsl_types.h1244 bool record_compare(const glsl_type *b, bool match_name,
H A Dglsl_types.cpp1298 true, /* match_name */ in compare_no_precision()
1304 glsl_type::record_compare(const glsl_type *b, bool match_name, in record_compare() argument
1335 if (match_name) in record_compare()
/third_party/eudev/src/udev/
H A Dudev-rules.c2773 int udev_rules_assigning_name_to(struct udev_rules *rules, const char *match_name) in udev_rules_assigning_name_to() argument
2812 if (streq(name_str,match_name)) { in udev_rules_assigning_name_to()

Completed in 13 milliseconds