Searched refs:T0_TEXLD (Results 1 – 6 of 6) sorted by relevance
316 else if (opcode >= T0_TEXLD && opcode <= T0_TEXKILL) in i915_disassemble_program()
499 #define T0_TEXLD (0x15<<24) /* Sample texture using predeclared macro
935 EMIT_TEX(T0_TEXLD); in upload_program()
349 else if (opcode >= T0_TEXLD && opcode < T0_TEXKILL) in i915_disassemble_program()
627 #define T0_TEXLD (0x15<<24) /* Sample texture using predeclared macro
1026 emit_tex(p, inst, T0_TEXLD, fs); in i915_translate_instruction()