Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_reg.h448 #define A0_DEST_CHANNEL_Z (4<<10) macro
456 #define A0_DEST_CHANNEL_XYZ (A0_DEST_CHANNEL_XY|A0_DEST_CHANNEL_Z)
Di915_debug_fp.c229 if (dword & A0_DEST_CHANNEL_Z) in print_dest_reg()
Di915_fragprog.c251 flags |= A0_DEST_CHANNEL_Z; in get_result_flags()
/external/mesa3d/src/gallium/drivers/i915/
Di915_reg.h576 #define A0_DEST_CHANNEL_Z (4<<10) macro
584 #define A0_DEST_CHANNEL_XYZ (A0_DEST_CHANNEL_XY|A0_DEST_CHANNEL_Z)
Di915_debug_fp.c244 if (dword & A0_DEST_CHANNEL_Z) in print_dest_reg()
Di915_fpc_translate.c340 flags |= A0_DEST_CHANNEL_Z; in get_result_flags()