Searched refs:T0_TEXLD (Results 1 – 14 of 14) sorted by relevance
317 else if (opcode >= T0_TEXLD && opcode <= T0_TEXKILL) in i915_disassemble_program()
499 #define T0_TEXLD (0x15<<24) /* Sample texture using predeclared macro
1049 EMIT_TEX(T0_TEXLD); in upload_program()
350 else if (opcode >= T0_TEXLD && opcode < T0_TEXKILL) in i915_disassemble_program()
627 #define T0_TEXLD (0x15<<24) /* Sample texture using predeclared macro
320 return ( (op == T0_TEXLD) || in is_tex_instruction()
1061 emit_tex(p, inst, T0_TEXLD, fs); in i915_translate_instruction()