Searched refs:get_subroutine_instance (Results 1 – 4 of 4) sorted by relevance
299 static const glsl_type *get_subroutine_instance(const char *subroutine_name);
1169 glsl_type::get_subroutine_instance(const char *subroutine_name) in get_subroutine_instance() function in glsl_type2273 return glsl_type::get_subroutine_instance(blob_read_string(blob)); in decode_type_from_blob()
881 state->symbols->add_type($2, glsl_type::get_subroutine_instance($2));
6069 …if (!state->symbols->add_type(this->identifier, glsl_type::get_subroutine_instance(this->identifie… in hir()