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.c1217 if (i915->current_program == p) in i915BindProgram()
1220 if (i915->current_program) { in i915BindProgram()
1221 i915->current_program->on_hardware = 0; in i915BindProgram()
1222 i915->current_program->params_uptodate = 0; in i915BindProgram()
1225 i915->current_program = p; in i915BindProgram()
1268 if (i915->current_program == p) in i915DeleteProgram()
1269 i915->current_program = 0; in i915DeleteProgram()
1321 if (i915->current_program != fp) { in i915_update_program()
1322 if (i915->current_program) { in i915_update_program()
1323 i915->current_program->on_hardware = 0; in i915_update_program()
[all …]
Di915_context.h257 struct i915_fragment_program *current_program; member