Home
last modified time | relevance | path

Searched refs:gl_subroutine_function (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dshader_types.h596 struct gl_subroutine_function *SubroutineFunctions;
808 struct gl_subroutine_function struct
Dshader_query.cpp64 DECL_RESOURCE_FUNC(SUB, gl_subroutine_function);
1637 struct gl_subroutine_function *fn = &p->sh.SubroutineFunctions[i]; in _mesa_program_resource_prop()
Dshaderapi.c2926 struct gl_subroutine_function *fn = &p->sh.SubroutineFunctions[i]; in _mesa_GetActiveSubroutineUniformiv()
3067 struct gl_subroutine_function *subfn = NULL; in _mesa_UniformSubroutinesuiv()
3759 struct gl_subroutine_function *fn = &p->sh.SubroutineFunctions[i]; in find_compat_subroutine()
/third_party/mesa3d/src/compiler/glsl/
Dlinker_util.cpp342 struct gl_subroutine_function *fn = &p->sh.SubroutineFunctions[f]; in link_util_calculate_subroutine_compat()
Dserialize.cpp73 struct gl_subroutine_function *subs; in read_subroutines()
86 subs = rzalloc_array(prog, struct gl_subroutine_function, in read_subroutines()
774 if (strcmp(((gl_subroutine_function *)res->Data)->name.string, in write_shader_subroutine_index()
Dlinker.cpp3381 struct gl_subroutine_function, in link_assign_subroutine_types()