Searched refs:T0_TEXKILL (Results 1 – 6 of 6) sorted by relevance
349 else if (opcode >= T0_TEXLD && opcode < T0_TEXKILL) in i915_disassemble_program()351 else if (opcode == T0_TEXKILL) in i915_disassemble_program()
640 #define T0_TEXKILL (0x18<<24) /* Does not perform a sampling macro
667 T0_TEXKILL, /* opcode */ in i915_translate_instruction()680 T0_TEXKILL, /* opcode */ in i915_translate_instruction()
316 else if (opcode >= T0_TEXLD && opcode <= T0_TEXKILL) in i915_disassemble_program()
512 #define T0_TEXKILL (0x18<<24) /* Does not perform a sampling macro
598 0, src0, T0_TEXKILL); in upload_program()