Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dstate.c159 struct gl_program *gp = ctx->GeometryProgram._Current; in _mesa_get_active_states()
211 const struct gl_program *prevGP = ctx->GeometryProgram._Current; in update_program()
288 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current, gsProg); in update_program()
296 bool gp_changed = ctx->GeometryProgram._Current != prevGP; in update_program()
328 if (ctx->GeometryProgram._Current) in update_program()
329 dirty |= ctx->GeometryProgram._Current->affected_states; in update_program()
350 if (ctx->GeometryProgram._Current) { in update_program()
351 last_vertex_stage = ctx->GeometryProgram._Current; in update_program()
382 if (ctx->GeometryProgram._Current) { in update_program()
444 update_single_program_constants(ctx, ctx->GeometryProgram._Current, in update_program_constants()
H A Dcontext.c1138 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current, NULL); in _mesa_free_context_data()
H A Dmtypes.h3392 struct gl_geometry_program_state GeometryProgram; member
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_util.h96 if (ctx->GeometryProgram._Current) in st_point_size_per_vertex()
97 last = ctx->GeometryProgram._Current; in st_point_size_per_vertex()
H A Dst_atom_shader.c238 if (!st->ctx->GeometryProgram._Current && in st_update_vp()
295 !st->ctx->GeometryProgram._Current)) in st_update_common_program()
316 st->ctx->GeometryProgram._Current, in st_update_gp()
H A Dst_atom_texture.c324 if (ctx->GeometryProgram._Current) { in st_update_geometry_textures()
326 ctx->GeometryProgram._Current); in st_update_geometry_textures()
H A Dst_atom_sampler.c379 if (ctx->GeometryProgram._Current) { in st_update_geometry_samplers()
382 ctx->GeometryProgram._Current, NULL, NULL); in st_update_geometry_samplers()
H A Dst_atom_constbuf.c236 st_upload_constants(st, st->ctx->GeometryProgram._Current, in st_update_gs_constants()
H A Dst_context.c148 if (ctx->GeometryProgram._Current) in st_invalidate_state()
H A Dst_draw_hw_select.c664 if (ctx->GeometryProgram._Current || in st_draw_hw_select_prepare_common()
H A Dst_program.c1397 is_bound = prog == ctx->GeometryProgram._Current; in st_finalize_program()