Searched refs:match_name (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | glX_proto_size.py | 64 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 D | nir_types.cpp | 464 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 D | nir_types.h | 174 bool match_name, bool match_locations,
|
H A D | glsl_types.h | 1244 bool record_compare(const glsl_type *b, bool match_name,
|
H A D | glsl_types.cpp | 1298 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 D | udev-rules.c | 2773 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