Home
last modified time | relevance | path

Searched refs:A0_DEST_CHANNEL_Z (Results 1 – 8 of 8) 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.c232 if (dword & A0_DEST_CHANNEL_Z) in print_dest_reg()
Di915_fragprog.c252 flags |= A0_DEST_CHANNEL_Z; in get_result_flags()
/external/igt-gpu-tools/lib/
Di915_reg.h563 #define A0_DEST_CHANNEL_Z (4<<10) macro
571 #define A0_DEST_CHANNEL_XYZ (A0_DEST_CHANNEL_XY|A0_DEST_CHANNEL_Z)
Di915_3d.h114 #define A0_DEST_CHANNEL_Z (4<<10) macro
122 #define A0_DEST_CHANNEL_XYZ (A0_DEST_CHANNEL_XY|A0_DEST_CHANNEL_Z)
/external/mesa3d/src/gallium/drivers/i915/
Di915_debug_fp.c244 if (dword & A0_DEST_CHANNEL_Z) in print_dest_reg()
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_fpc_translate.c325 flags |= A0_DEST_CHANNEL_Z; in get_result_flags()