Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dserialize.cpp73 struct gl_subroutine_function *subs; in read_subroutines()
86 subs = rzalloc_array(prog, struct gl_subroutine_function, in read_subroutines()
720 if (strcmp(((gl_subroutine_function *)res->Data)->name, in write_shader_subroutine_index()
Dlinker.cpp3266 struct gl_subroutine_function *fn = &p->sh.SubroutineFunctions[f]; in link_calculate_subroutine_compat()
4546 struct gl_subroutine_function, in link_assign_subroutine_types()
/external/mesa3d/src/mesa/main/
Dshader_query.cpp63 DECL_RESOURCE_FUNC(SUB, gl_subroutine_function);
1330 struct gl_subroutine_function *fn = &p->sh.SubroutineFunctions[i]; in _mesa_program_resource_prop()
Dshaderapi.c2724 struct gl_subroutine_function *fn = &p->sh.SubroutineFunctions[i]; in _mesa_GetActiveSubroutineUniformiv()
2865 struct gl_subroutine_function *subfn = NULL; in _mesa_UniformSubroutinesuiv()
3032 struct gl_subroutine_function *fn = &p->sh.SubroutineFunctions[i]; in find_compat_subroutine()
Dmtypes.h2154 struct gl_subroutine_function *SubroutineFunctions;
2418 struct gl_subroutine_function struct