Home
last modified time | relevance | path

Searched refs:T0_TEXLD (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_debug_fp.c317 else if (opcode >= T0_TEXLD && opcode <= T0_TEXKILL) in i915_disassemble_program()
Di915_reg.h499 #define T0_TEXLD (0x15<<24) /* Sample texture using predeclared macro
Di915_fragprog.c1049 EMIT_TEX(T0_TEXLD); in upload_program()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
Di915_debug_fp.c317 else if (opcode >= T0_TEXLD && opcode <= T0_TEXKILL) in i915_disassemble_program()
Di915_reg.h499 #define T0_TEXLD (0x15<<24) /* Sample texture using predeclared macro
Di915_fragprog.c1049 EMIT_TEX(T0_TEXLD); in upload_program()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
Di915_debug_fp.c350 else if (opcode >= T0_TEXLD && opcode < T0_TEXKILL) in i915_disassemble_program()
Di915_reg.h627 #define T0_TEXLD (0x15<<24) /* Sample texture using predeclared macro
Di915_state_emit.c320 return ( (op == T0_TEXLD) || in is_tex_instruction()
Di915_fpc_translate.c1061 emit_tex(p, inst, T0_TEXLD, fs); in i915_translate_instruction()
/external/mesa3d/src/gallium/drivers/i915/
Di915_debug_fp.c350 else if (opcode >= T0_TEXLD && opcode < T0_TEXKILL) in i915_disassemble_program()
Di915_reg.h627 #define T0_TEXLD (0x15<<24) /* Sample texture using predeclared macro
Di915_state_emit.c320 return ( (op == T0_TEXLD) || in is_tex_instruction()
Di915_fpc_translate.c1061 emit_tex(p, inst, T0_TEXLD, fs); in i915_translate_instruction()