Searched refs:T0_TEXLD (Results 1 – 14 of 14) sorted by relevance
319 else if (opcode >= T0_TEXLD && opcode <= T0_TEXKILL) in i915_disassemble_program()
499 #define T0_TEXLD (0x15<<24) /* Sample texture using predeclared macro
936 EMIT_TEX(T0_TEXLD); in upload_program()
162 #define T0_TEXLD (0x15<<24) /* Sample texture using predeclared macro369 OUT_BATCH(T0_TEXLD | \
198 OUT_BATCH(T0_TEXLD | in gen3_render_copyfunc()
611 #define T0_TEXLD (0x15<<24) /* Sample texture using predeclared macro
349 else if (opcode >= T0_TEXLD && opcode < T0_TEXKILL) in i915_disassemble_program()
627 #define T0_TEXLD (0x15<<24) /* Sample texture using predeclared macro
935 emit_tex(p, inst, T0_TEXLD, fs); in i915_translate_instruction()
211 *b++ = (T0_TEXLD | in copy()
224 *b++ = (T0_TEXLD | in copy()
237 *b++ = (T0_TEXLD | in render_copy()