Searched refs:GeometryProgram (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | state.c | 183 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()
|
D | context.c | 1124 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current, NULL); in _mesa_free_context_data()
|
D | mtypes.h | 3438 struct gl_geometry_program_state GeometryProgram; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_util.h | 95 if (ctx->GeometryProgram._Current) in st_point_size_per_vertex() 96 last = ctx->GeometryProgram._Current; in st_point_size_per_vertex()
|
D | st_atom_shader.c | 228 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()
|
D | st_atom_texture.c | 303 if (ctx->GeometryProgram._Current) { in st_update_geometry_textures() 305 ctx->GeometryProgram._Current); in st_update_geometry_textures()
|
D | st_atom_sampler.c | 323 if (ctx->GeometryProgram._Current) { in st_update_geometry_samplers() 326 ctx->GeometryProgram._Current, NULL, NULL); in st_update_geometry_samplers()
|
D | st_atom.c | 89 struct gl_program *new_gp = ctx->GeometryProgram._Current; in check_program_state()
|
D | st_context.c | 80 struct gl_program *gp = ctx->GeometryProgram._Current; in st_get_active_states() 181 if (ctx->GeometryProgram._Current) in st_invalidate_state()
|