Home | History | Annotate | Download | only in nvc0

Lines Matching refs:window_rect

791       struct nvc0_window_rect_stateobj window_rect;
1077 ctx->saved.window_rect = nvc0->window_rect;
1087 nvc0->window_rect.rects =
1089 nvc0->window_rect.inclusive = info->window_rectangle_include;
1090 if (nvc0->window_rect.rects)
1091 memcpy(nvc0->window_rect.rect, info->window_rectangles,
1092 sizeof(struct pipe_scissor_state) * nvc0->window_rect.rects);
1154 nvc0->window_rect = blit->saved.window_rect;