Home
last modified time | relevance | path

Searched refs:has_explicit_attrib_location (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h159 if (!this->has_explicit_attrib_location()) { in check_explicit_attrib_location_allowed()
191 if (!this->has_explicit_attrib_location() || in check_explicit_uniform_location_allowed()
222 bool has_explicit_attrib_location() const in has_explicit_attrib_location() function
Dast_to_hir.cpp4784 && !state->has_explicit_attrib_location() in hir()