Home
last modified time | relevance | path

Searched refs:current_program (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c1130 if (i915->current_program == p) in i915BindProgram()
1133 if (i915->current_program) { in i915BindProgram()
1134 i915->current_program->on_hardware = 0; in i915BindProgram()
1135 i915->current_program->params_uptodate = 0; in i915BindProgram()
1138 i915->current_program = p; in i915BindProgram()
1183 if (i915->current_program == p) in i915DeleteProgram()
1184 i915->current_program = 0; in i915DeleteProgram()
1236 if (i915->current_program != fp) { in i915_update_program()
1237 if (i915->current_program) { in i915_update_program()
1238 i915->current_program->on_hardware = 0; in i915_update_program()
[all …]
Di915_context.h250 struct i915_fragment_program *current_program; member