Home
last modified time | relevance | path

Searched refs:R300_CLIPRECT_Y_SHIFT (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/intel/io/drm/
H A Dr300_cmdbuf.c103 (box.y1 << R300_CLIPRECT_Y_SHIFT)); in r300_emit_cliprects()
105 (box.y2 << R300_CLIPRECT_Y_SHIFT)); in r300_emit_cliprects()
H A Dr300_reg.h677 #define R300_CLIPRECT_Y_SHIFT 13 macro