Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/
Dglsl_types.cpp196 glsl_type::glsl_type(const char *subroutine_name) : in glsl_type() argument
207 assert(subroutine_name != NULL); in glsl_type()
208 this->name = ralloc_strdup(this->mem_ctx, subroutine_name); in glsl_type()
1046 glsl_type::get_subroutine_instance(const char *subroutine_name) in get_subroutine_instance() argument
1048 const glsl_type key(subroutine_name); in get_subroutine_instance()
1061 const glsl_type *t = new glsl_type(subroutine_name); in get_subroutine_instance()
1068 assert(strcmp(((glsl_type *) entry->data)->name, subroutine_name) == 0); in get_subroutine_instance()
Dglsl_types.h293 static const glsl_type *get_subroutine_instance(const char *subroutine_name);