Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dstate.c183 const struct gl_program *prevGP = ctx->GeometryProgram._Current; in update_program()
238 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current, gsProg); in update_program()
241 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current, NULL); in update_program()
296 bool gp_changed = ctx->GeometryProgram._Current != prevGP; in update_program()
297 if (ctx->GeometryProgram._Current) { in update_program()
309 ctx->GeometryProgram._Current != prevGP || in update_program()
353 update_single_program_constants(ctx, ctx->GeometryProgram._Current, in update_program_constants()
Dcontext.c1124 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current, NULL); in _mesa_free_context_data()
Dmtypes.h3438 struct gl_geometry_program_state GeometryProgram; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_util.h95 if (ctx->GeometryProgram._Current) in st_point_size_per_vertex()
96 last = ctx->GeometryProgram._Current; in st_point_size_per_vertex()
Dst_atom_shader.c228 if (!st->ctx->GeometryProgram._Current && in st_update_vp()
285 !st->ctx->GeometryProgram._Current)) in st_update_common_program()
306 st->ctx->GeometryProgram._Current, in st_update_gp()
Dst_atom_texture.c303 if (ctx->GeometryProgram._Current) { in st_update_geometry_textures()
305 ctx->GeometryProgram._Current); in st_update_geometry_textures()
Dst_atom_sampler.c323 if (ctx->GeometryProgram._Current) { in st_update_geometry_samplers()
326 ctx->GeometryProgram._Current, NULL, NULL); in st_update_geometry_samplers()
Dst_atom.c89 struct gl_program *new_gp = ctx->GeometryProgram._Current; in check_program_state()
Dst_context.c80 struct gl_program *gp = ctx->GeometryProgram._Current; in st_get_active_states()
181 if (ctx->GeometryProgram._Current) in st_invalidate_state()