Searched refs:R300_CLIPRECT_OFFSET (Results 1 – 2 of 2) sorted by relevance
97 box.x1 = (box.x1 + R300_CLIPRECT_OFFSET) & in r300_emit_cliprects()99 box.y1 = (box.y1 + R300_CLIPRECT_OFFSET) & in r300_emit_cliprects()101 box.x2 = (box.x2 + R300_CLIPRECT_OFFSET) & in r300_emit_cliprects()103 box.y2 = (box.y2 + R300_CLIPRECT_OFFSET) & in r300_emit_cliprects()
756 # define R300_CLIPRECT_OFFSET 1440 macro