Searched refs:ComputeProgram (Results 1 – 11 of 11) sorted by relevance
92 const struct gl_program *prevCP = ctx->ComputeProgram._Current; in update_program()201 _mesa_reference_program(ctx, &ctx->ComputeProgram._Current, csProg); in update_program()204 _mesa_reference_program(ctx, &ctx->ComputeProgram._Current, NULL); in update_program()214 ctx->ComputeProgram._Current != prevCP) in update_program()
1331 _mesa_reference_program(ctx, &ctx->ComputeProgram._Current, NULL); in _mesa_free_context_data()
4846 struct gl_compute_program_state ComputeProgram; member
299 if (ctx->ComputeProgram._Current) { in st_update_compute_textures()302 ctx->ComputeProgram._Current, in st_update_compute_textures()
257 if (!st->ctx->ComputeProgram._Current) { in st_update_cp()263 stcp = st_compute_program(st->ctx->ComputeProgram._Current); in st_update_cp()
403 if (ctx->ComputeProgram._Current) { in st_update_compute_samplers()406 ctx->ComputeProgram._Current, in st_update_compute_samplers()
213 struct gl_program *new_cp = ctx->ComputeProgram._Current; in st_validate_state()
147 st_compute_program(ctx->ComputeProgram._Current); in st_get_active_states()
167 util_last_bit(ctx->ComputeProgram._Current->SamplersUsed); in brw_upload_cs_prog()
512 if (brw->programs[MESA_SHADER_COMPUTE] != ctx->ComputeProgram._Current) { in brw_upload_pipeline_state()513 brw->programs[MESA_SHADER_COMPUTE] = ctx->ComputeProgram._Current; in brw_upload_pipeline_state()
412 mark_textures_used_for_txf(used_for_txf, ctx->ComputeProgram._Current); in brw_predraw_resolve_inputs()