Home
last modified time | relevance | path

Searched refs:st_geometry_program (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_program.h251 struct st_geometry_program struct
317 static inline struct st_geometry_program *
318 st_geometry_program( struct gl_program *gp ) in st_geometry_program() function
320 return (struct st_geometry_program *)gp; in st_geometry_program()
353 struct st_geometry_program **ptr, in st_reference_geomprog()
354 struct st_geometry_program *prog) in st_reference_geomprog()
479 struct st_geometry_program *stgp);
Dst_cb_program.c72 struct st_geometry_program *prog = rzalloc(NULL, in st_new_program()
73 struct st_geometry_program); in st_new_program()
118 struct st_geometry_program *stgp = in st_delete_program()
119 (struct st_geometry_program *) prog; in st_delete_program()
207 struct st_geometry_program *stgp = (struct st_geometry_program *) prog; in st_program_string_notify()
Dst_atom.c69 struct st_geometry_program *old_gp = st->gp; in check_program_state()
107 dirty |= st_geometry_program(new_gp)->affected_states; in check_program_state()
Dst_atom_shader.c219 struct st_geometry_program *stgp; in update_gp()
227 stgp = st_geometry_program(st->ctx->GeometryProgram._Current); in update_gp()
Dst_context.h160 struct st_geometry_program *gp; /**< Currently bound geometry program */
Dst_context.c136 struct st_geometry_program *gp = in st_get_active_states()
137 st_geometry_program(ctx->GeometryProgram._Current); in st_get_active_states()
Dst_program.c1484 struct st_geometry_program *stgp) in st_translate_geometry_program()
1759 struct st_geometry_program *gp = (struct st_geometry_program*)target; in destroy_program_variants()
1919 struct st_geometry_program *p = (struct st_geometry_program *)prog; in st_precompile_shader_variant()
Dst_atom_constbuf.c177 struct st_geometry_program *gp = st->gp; in update_gs_constants()
Dst_glsl_to_tgsi.cpp6600 struct st_geometry_program *stgp; in get_mesa_program_tgsi()
6615 stgp = (struct st_geometry_program *)prog; in get_mesa_program_tgsi()
6748 states = &((struct st_geometry_program*)prog)->affected_states; in get_mesa_program()