Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/i915/
Di915_debug_fp.c349 else if (opcode >= T0_TEXLD && opcode < T0_TEXKILL) in i915_disassemble_program()
351 else if (opcode == T0_TEXKILL) in i915_disassemble_program()
Di915_reg.h640 #define T0_TEXKILL (0x18<<24) /* Does not perform a sampling macro
Di915_fpc_translate.c667 T0_TEXKILL, /* opcode */ in i915_translate_instruction()
680 T0_TEXKILL, /* opcode */ in i915_translate_instruction()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_debug_fp.c316 else if (opcode >= T0_TEXLD && opcode <= T0_TEXKILL) in i915_disassemble_program()
Di915_reg.h512 #define T0_TEXKILL (0x18<<24) /* Does not perform a sampling macro
Di915_fragprog.c598 0, src0, T0_TEXKILL); in upload_program()