Searched refs:st_geometry_program (Results 1 – 9 of 9) sorted by relevance
251 struct st_geometry_program struct317 static inline struct st_geometry_program *318 st_geometry_program( struct gl_program *gp ) in st_geometry_program() function320 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);
72 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()
69 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()
219 struct st_geometry_program *stgp; in update_gp()227 stgp = st_geometry_program(st->ctx->GeometryProgram._Current); in update_gp()
1484 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()
160 struct st_geometry_program *gp; /**< Currently bound geometry program */
136 struct st_geometry_program *gp = in st_get_active_states()137 st_geometry_program(ctx->GeometryProgram._Current); in st_get_active_states()
177 struct st_geometry_program *gp = st->gp; in update_gs_constants()
6600 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()