Searched refs:window_rectangles (Results 1 – 11 of 11) sorted by relevance
45 struct pipe_scissor_state *dst_rect = &blit->window_rectangles[i]; in st_window_rectangles_to_blit()
622 struct pipe_scissor_state *rects = sctx->window_rectangles; in si_emit_window_rectangles()655 memcpy(sctx->window_rectangles, rects, sizeof(*rects) * num_rectangles); in si_set_window_rectangles()658 si_mark_atom_dirty(sctx, &sctx->atoms.s.window_rectangles); in si_set_window_rectangles()666 ctx->atoms.s.window_rectangles.emit = si_emit_window_rectangles; in si_init_viewport_functions()
229 struct si_atom window_rectangles; member244 SI_ATOM_BIT(stencil_ref) | SI_ATOM_BIT(scratch_state) | SI_ATOM_BIT(window_rectangles)); in si_atoms_that_always_roll_context()
531 si_mark_atom_dirty(ctx, &ctx->atoms.s.window_rectangles); in si_begin_new_gfx_cs()
1022 struct pipe_scissor_state window_rectangles[4]; member
62 sctx->num_window_rectangles, sctx->window_rectangles); in si_blitter_begin()
822 struct pipe_scissor_state window_rectangles[PIPE_MAX_WINDOW_RECTANGLES]; member
166 - radeonsi/gfx9: set that window_rectangles always roll the context
3748 - radeonsi/gfx9: set that window_rectangles always roll the context
1067 memcpy(nvc0->window_rect.rect, info->window_rectangles, in nvc0_blitctx_pre_blit()
1263 memcpy(nv50->window_rect.rect, info->window_rectangles, in nv50_blitctx_pre_blit()