Home | History | Annotate | Download | only in i915

Lines Matching defs:draw_x

588    uint32_t draw_x, draw_y, draw_offset;
652 idrb && irb && (idrb->draw_x != irb->draw_x ||
656 draw_x = irb->draw_x;
659 draw_x = idrb->draw_x;
662 draw_x = 0;
666 draw_offset = (draw_y << 16) | draw_x;
669 (ctx->DrawBuffer->Width + draw_x > 2048) ||
682 ((ctx->DrawBuffer->Width + draw_x - 1) & 0xffff) |