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.h293 static const glsl_type *get_subroutine_instance(const char *subroutine_name);
Dglsl_types.cpp1046 glsl_type::get_subroutine_instance(const char *subroutine_name) in get_subroutine_instance() function in glsl_type
/external/mesa3d/src/compiler/glsl/
Dglsl_parser.yy888 state->symbols->add_type($2, glsl_type::get_subroutine_instance($2));
Dast_to_hir.cpp5739 …if (!state->symbols->add_type(this->identifier, glsl_type::get_subroutine_instance(this->identifie… in hir()