Searched refs:T0_TEXLD (Results 1 – 6 of 6) 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()
289 else if (opcode >= T0_TEXLD && opcode < T0_TEXKILL) in i915_disassemble_program()
599 #define T0_TEXLD \ macro
729 emit_tex(p, inst, T0_TEXLD, fs); in i915_translate_instruction()