Home
last modified time | relevance | path

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

/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.h499 #define T0_TEXLD (0x15<<24) /* Sample texture using predeclared macro
Di915_fragprog.c935 EMIT_TEX(T0_TEXLD); in upload_program()
/external/mesa3d/src/gallium/drivers/i915/
Di915_debug_fp.c349 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_fpc_translate.c1026 emit_tex(p, inst, T0_TEXLD, fs); in i915_translate_instruction()