Searched refs:GeometryProgram (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | state.c | 159 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 D | context.c | 1138 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current, NULL); in _mesa_free_context_data()
|
H A D | mtypes.h | 3392 struct gl_geometry_program_state GeometryProgram; member
|
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_util.h | 96 if (ctx->GeometryProgram._Current) in st_point_size_per_vertex() 97 last = ctx->GeometryProgram._Current; in st_point_size_per_vertex()
|
H A D | st_atom_shader.c | 238 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 D | st_atom_texture.c | 324 if (ctx->GeometryProgram._Current) { in st_update_geometry_textures() 326 ctx->GeometryProgram._Current); in st_update_geometry_textures()
|
H A D | st_atom_sampler.c | 379 if (ctx->GeometryProgram._Current) { in st_update_geometry_samplers() 382 ctx->GeometryProgram._Current, NULL, NULL); in st_update_geometry_samplers()
|
H A D | st_atom_constbuf.c | 236 st_upload_constants(st, st->ctx->GeometryProgram._Current, in st_update_gs_constants()
|
H A D | st_context.c | 148 if (ctx->GeometryProgram._Current) in st_invalidate_state()
|
H A D | st_draw_hw_select.c | 664 if (ctx->GeometryProgram._Current || in st_draw_hw_select_prepare_common()
|
H A D | st_program.c | 1397 is_bound = prog == ctx->GeometryProgram._Current; in st_finalize_program()
|