Home | History | Annotate | Download | only in nvc0

Lines Matching refs:window_rect

892    nvc0->window_rect.inclusive = include;
893 nvc0->window_rect.rects = MIN2(num_rectangles, NVC0_MAX_WINDOW_RECTANGLES);
894 memcpy(nvc0->window_rect.rect, rectangles,
895 sizeof(struct pipe_scissor_state) * nvc0->window_rect.rects);