Home
last modified time | relevance | path

Searched refs:record_compare (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/
Dglsl_types.h804 bool record_compare(const glsl_type *b, bool match_locations = true) const;
Dglsl_types.cpp984 glsl_type::record_compare(const glsl_type *b, bool match_locations) const in record_compare() function in glsl_type
1074 return strcmp(key1->name, key2->name) == 0 && key1->record_compare(key2); in record_key_compare()
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp7514 if (match != NULL && state->is_version(130, 0) && match->record_compare(type, false)) in hir()