Searched refs:current_program (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c1160 if (i915->current_program == p)
1161 i915->current_program = 0;
1213 if (i915->current_program != fp) {
1214 if (i915->current_program) {
1215 i915->current_program->on_hardware = 0;
1216 i915->current_program->params_uptodate = 0;
1219 i915->current_program = fp;
H A Di915_context.h252 struct i915_fragment_program *current_program; member in struct:i915_context
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c1160 if (i915->current_program == p)
1161 i915->current_program = 0;
1213 if (i915->current_program != fp) {
1214 if (i915->current_program) {
1215 i915->current_program->on_hardware = 0;
1216 i915->current_program->params_uptodate = 0;
1219 i915->current_program = fp;
H A Di915_context.h252 struct i915_fragment_program *current_program; member in struct:i915_context
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_context.h271 struct gl_program *current_program[MESA_SHADER_STAGES]; member in union:st_context::__anona857cd8d030a
H A Dst_program.c2024 if (st->current_program[prog->info.stage] == prog) {

Completed in 12 milliseconds