Home
last modified time | relevance | path

Searched refs:match_precision (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dlink_interface_blocks.cpp113 bool match_precision) in intrastage_match() argument
154 bool type_match = (match_precision ? in intrastage_match()
163 !validate_intrastage_arrays(prog, b, a, match_precision)) in intrastage_match()
Dlinker.h58 bool match_precision = true);
Dlinker.cpp788 bool match_precision) in validate_intrastage_arrays() argument
800 type_matches = (match_precision ? in validate_intrastage_arrays()
/third_party/mesa3d/src/compiler/
Dnir_types.cpp464 bool match_name, bool match_locations, bool match_precision) in glsl_record_compare() argument
466 return a->record_compare(b, match_name, match_locations, match_precision); in glsl_record_compare()
Dnir_types.h175 bool match_precision);
Dglsl_types.h1246 bool match_precision = true) const;
Dglsl_types.cpp1305 bool match_locations, bool match_precision) const in record_compare()
1340 if (match_precision) { in record_compare()
1394 if (match_precision && in record_compare()