Searched refs:i915_get_temp (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_program.h109 extern GLuint i915_get_temp(struct i915_fragment_program *p);
H A Di915_program.c76 i915_get_temp(struct i915_fragment_program *p) function in typeref:typename:GLuint
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_program.h109 extern GLuint i915_get_temp(struct i915_fragment_program *p);
H A Di915_program.c76 i915_get_temp(struct i915_fragment_program *p) function in typeref:typename:GLuint
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_fpc_emit.c34 i915_get_temp(struct i915_fp_compile *p) function in typeref:typename:uint
38 i915_program_error(p, "i915_get_temp: out of temporaries");
221 temp = i915_get_temp(p); /* get temp reg index */
H A Di915_fpc.h196 extern uint i915_get_temp(struct i915_fp_compile *p);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_fpc_emit.c34 i915_get_temp(struct i915_fp_compile *p) function in typeref:typename:uint32_t
38 i915_program_error(p, "i915_get_temp: out of temporaries");
211 temp = i915_get_temp(p); /* get temp reg index */
H A Di915_fpc.h181 extern uint32_t i915_get_temp(struct i915_fp_compile *p);

Completed in 6 milliseconds