Searched refs:i915_emit_texld (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_program.h114 extern GLuint i915_emit_texld(struct i915_fragment_program *p,
H A Di915_program.c217 GLuint i915_emit_texld( struct i915_fragment_program *p, function in typeref:typename:GLuint
242 i915_emit_texld( p, 0, tmp, A0_DEST_CHANNEL_ALL, sampler, coord, op );
H A Di915_fragprog.c289 i915_emit_texld( p, get_live_regs(p, inst), \
597 i915_emit_texld(p, get_live_regs(p, inst),
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_program.h114 extern GLuint i915_emit_texld(struct i915_fragment_program *p,
H A Di915_program.c217 GLuint i915_emit_texld( struct i915_fragment_program *p, function in typeref:typename:GLuint
242 i915_emit_texld( p, 0, tmp, A0_DEST_CHANNEL_ALL, sampler, coord, op );
H A Di915_fragprog.c289 i915_emit_texld( p, get_live_regs(p, inst), \
597 i915_emit_texld(p, get_live_regs(p, inst),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_fpc_emit.c186 uint i915_emit_texld( struct i915_fp_compile *p, function in typeref:typename:uint
238 i915_emit_texld( p, tmp, A0_DEST_CHANNEL_ALL, sampler, coord, opcode, num_coord );
H A Di915_fpc.h201 extern uint i915_emit_texld(struct i915_fp_compile *p,
H A Di915_fpc_translate.c410 i915_emit_texld( p,
635 i915_emit_texld(p,
648 i915_emit_texld(p,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_fpc_emit.c177 i915_emit_texld(struct i915_fp_compile *p, uint32_t dest, uint32_t destmask, function in typeref:typename:uint32_t
228 i915_emit_texld(p, tmp, A0_DEST_CHANNEL_ALL, sampler, coord, opcode,
H A Di915_fpc.h185 extern uint32_t i915_emit_texld(struct i915_fp_compile *p, uint32_t dest,
H A Di915_fpc_translate.c365 i915_emit_texld(p, get_result_vector(p, &inst->Dst[0]),
519 i915_emit_texld(p, tmp, /* dest reg: a dummy reg */
531 i915_emit_texld(p, tmp, /* dest reg: a dummy reg */

Completed in 13 milliseconds