Searched refs:record_compare (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/compiler/ |
D | glsl_types.h | 1228 bool record_compare(const glsl_type *b, bool match_name,
|
D | glsl_types.cpp | 1186 return record_compare(b, in compare_no_precision() 1193 glsl_type::record_compare(const glsl_type *b, bool match_name, in record_compare() function in glsl_type 1309 key1->record_compare(key2, true); in record_key_compare()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | link_varyings.cpp | 230 if (!output->type->record_compare(type_to_match, in cross_validate_types_and_qualifiers()
|
D | ast_to_hir.cpp | 7870 if (match != NULL && state->is_version(130, 0) && match->record_compare(type, true, false)) in hir()
|