Searched refs:GeometryProgram (Results 1 – 11 of 11) sorted by relevance
112 const struct gl_program *prevGP = ctx->GeometryProgram._Current; in update_program()185 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current, in update_program()189 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current, NULL); in update_program()261 if (ctx->GeometryProgram._Current != prevGP) { in update_program()265 ctx->GeometryProgram._Current); in update_program()
1305 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current, NULL); in _mesa_free_context_data()
4503 struct gl_geometry_program_state GeometryProgram; member
212 if (ctx->GeometryProgram._Current) in update_raster_state()213 last = ctx->GeometryProgram._Current; in update_raster_state()
236 if (ctx->GeometryProgram._Current) { in update_geometry_textures()239 ctx->GeometryProgram._Current, in update_geometry_textures()
221 if (!st->ctx->GeometryProgram._Current) { in update_gp()227 stgp = st_geometry_program(st->ctx->GeometryProgram._Current); in update_gp()
342 if (ctx->GeometryProgram._Current) { in update_samplers()345 ctx->GeometryProgram._Current, in update_samplers()
75 struct gl_program *new_gp = ctx->GeometryProgram._Current; in check_program_state()
137 st_geometry_program(ctx->GeometryProgram._Current); in st_get_active_states()
469 brw->gs.base.sampler_count = ctx->GeometryProgram._Current ? in brw_try_draw_prims()470 util_last_bit(ctx->GeometryProgram._Current->SamplersUsed) : 0; in brw_try_draw_prims()
809 if (brw->geometry_program != ctx->GeometryProgram._Current) { in brw_upload_pipeline_state()810 brw->geometry_program = ctx->GeometryProgram._Current; in brw_upload_pipeline_state()