Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_reg.h551 #define A0_DEST_CHANNEL_Z (4 << 10) macro
559 #define A0_DEST_CHANNEL_XYZ (A0_DEST_CHANNEL_XY | A0_DEST_CHANNEL_Z)
Di915_debug_fp.c181 if (dword & A0_DEST_CHANNEL_Z) in print_dest_reg()
Di915_fpc_translate.c324 flags |= A0_DEST_CHANNEL_Z; in get_result_flags()