Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_program.h193 struct st_geometry_program struct
234 static INLINE struct st_geometry_program * argument
235 st_geometry_program( struct gl_geometry_program *gp ) in st_geometry_program() function
237 return (struct st_geometry_program *)gp; in st_geometry_program()
252 struct st_geometry_program **ptr, in st_reference_geomprog()
253 struct st_geometry_program *prog) in st_reference_geomprog()
285 struct st_geometry_program *stgp,
308 struct st_geometry_program *stgp);
Dst_cb_program.c109 struct st_geometry_program *prog = ST_CALLOC_STRUCT(st_geometry_program); in st_new_program()
140 struct st_geometry_program *stgp = in st_delete_program()
141 (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_shader.c177 struct st_geometry_program *stgp; in update_gp()
185 stgp = st_geometry_program(st->ctx->GeometryProgram._Current); in update_gp()
Dst_program.c155 st_release_gp_variants(struct st_context *st, struct st_geometry_program *stgp) in st_release_gp_variants()
805 struct st_geometry_program *stgp, in st_translate_geometry_program()
1069 struct st_geometry_program *stgp, in st_get_gp_variant()
1198 struct st_geometry_program *stgp = in destroy_program_variants()
1199 (struct st_geometry_program *) program; in destroy_program_variants()
Dst_atom_constbuf.c161 struct st_geometry_program *gp = st->gp; in update_gs_constants()
Dst_context.h133 struct st_geometry_program *gp; /**< Currently bound geometry program */
Dst_glsl_to_tgsi.cpp4955 struct st_geometry_program *stgp; in get_mesa_program()
4967 stgp = (struct st_geometry_program *)prog; in get_mesa_program()