Home
last modified time | relevance | path

Searched refs:i915_emit_texld (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_emit.c186 uint i915_emit_texld( struct i915_fp_compile *p, in i915_emit_texld() function
238 i915_emit_texld( p, tmp, A0_DEST_CHANNEL_ALL, sampler, coord, opcode, num_coord ); in i915_emit_texld()
Di915_fpc.h201 extern uint i915_emit_texld(struct i915_fp_compile *p,
Di915_fpc_translate.c425 i915_emit_texld( p, in emit_tex()
662 i915_emit_texld(p, in i915_translate_instruction()
675 i915_emit_texld(p, in i915_translate_instruction()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_program.h114 extern GLuint i915_emit_texld(struct i915_fragment_program *p,
Di915_program.c217 GLuint i915_emit_texld( struct i915_fragment_program *p, in i915_emit_texld() function
242 i915_emit_texld( p, 0, tmp, A0_DEST_CHANNEL_ALL, sampler, coord, op ); in i915_emit_texld()
Di915_fragprog.c288 i915_emit_texld( p, get_live_regs(p, inst), \
596 i915_emit_texld(p, get_live_regs(p, inst), in upload_program()