Home
last modified time | relevance | path

Searched refs:get_subroutine_instance (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/
Dglsl_types.h299 static const glsl_type *get_subroutine_instance(const char *subroutine_name);
Dglsl_types.cpp1169 glsl_type::get_subroutine_instance(const char *subroutine_name) in get_subroutine_instance() function in glsl_type
2273 return glsl_type::get_subroutine_instance(blob_read_string(blob)); in decode_type_from_blob()
/external/mesa3d/src/compiler/glsl/
Dglsl_parser.yy881 state->symbols->add_type($2, glsl_type::get_subroutine_instance($2));
Dast_to_hir.cpp6069 …if (!state->symbols->add_type(this->identifier, glsl_type::get_subroutine_instance(this->identifie… in hir()