Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dstate.c92 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()
Dcontext.c1331 _mesa_reference_program(ctx, &ctx->ComputeProgram._Current, NULL); in _mesa_free_context_data()
Dmtypes.h4846 struct gl_compute_program_state ComputeProgram; member
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_texture.c299 if (ctx->ComputeProgram._Current) { in st_update_compute_textures()
302 ctx->ComputeProgram._Current, in st_update_compute_textures()
Dst_atom_shader.c257 if (!st->ctx->ComputeProgram._Current) { in st_update_cp()
263 stcp = st_compute_program(st->ctx->ComputeProgram._Current); in st_update_cp()
Dst_atom_sampler.c403 if (ctx->ComputeProgram._Current) { in st_update_compute_samplers()
406 ctx->ComputeProgram._Current, in st_update_compute_samplers()
Dst_atom.c213 struct gl_program *new_cp = ctx->ComputeProgram._Current; in st_validate_state()
Dst_context.c147 st_compute_program(ctx->ComputeProgram._Current); in st_get_active_states()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_cs.c167 util_last_bit(ctx->ComputeProgram._Current->SamplersUsed); in brw_upload_cs_prog()
Dbrw_state_upload.c512 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()
Dbrw_draw.c412 mark_textures_used_for_txf(used_for_txf, ctx->ComputeProgram._Current); in brw_predraw_resolve_inputs()