/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_viewport.c | 653 unsigned num_rectangles = sctx->num_window_rectangles; in si_emit_window_rectangles() local 657 assert(num_rectangles <= 4); in si_emit_window_rectangles() 659 if (num_rectangles == 0) in si_emit_window_rectangles() 662 rule = ~outside[num_rectangles - 1]; in si_emit_window_rectangles() 664 rule = outside[num_rectangles - 1]; in si_emit_window_rectangles() 669 if (num_rectangles == 0) { in si_emit_window_rectangles() 674 radeon_set_context_reg_seq(R_028210_PA_SC_CLIPRECT_0_TL, num_rectangles * 2); in si_emit_window_rectangles() 675 for (unsigned i = 0; i < num_rectangles; i++) { in si_emit_window_rectangles() 683 unsigned num_rectangles, in si_set_window_rectangles() 688 sctx->num_window_rectangles = num_rectangles; in si_set_window_rectangles() 682 si_set_window_rectangles(struct pipe_context *ctx, bool include, unsigned num_rectangles, const struct pipe_scissor_state *rects) si_set_window_rectangles() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_blitter.h | 580 unsigned num_rectangles, in util_blitter_save_window_rectangles() 584 blitter->saved_num_window_rectangles = num_rectangles; in util_blitter_save_window_rectangles() 585 if (num_rectangles > 0) { in util_blitter_save_window_rectangles() 586 assert(num_rectangles < ARRAY_SIZE(blitter->saved_window_rectangles)); in util_blitter_save_window_rectangles() 588 sizeof(*rects) * num_rectangles); in util_blitter_save_window_rectangles() 578 util_blitter_save_window_rectangles(struct blitter_context *blitter, boolean include, unsigned num_rectangles, const struct pipe_scissor_state *rects) util_blitter_save_window_rectangles() argument
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_context.h | 495 unsigned num_rectangles,
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
H A D | noop_state.c | 276 unsigned num_rectangles, in noop_set_window_rectangles() 274 noop_set_window_rectangles(struct pipe_context *ctx, bool include, unsigned num_rectangles, const struct pipe_scissor_state *rects) noop_set_window_rectangles() argument
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_context.c | 425 unsigned num_rectangles, in dd_context_set_window_rectangles() 431 pipe->set_window_rectangles(pipe, include, num_rectangles, rects); in dd_context_set_window_rectangles() 423 dd_context_set_window_rectangles(struct pipe_context *_pipe, bool include, unsigned num_rectangles, const struct pipe_scissor_state *rects) dd_context_set_window_rectangles() argument
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
H A D | tegra_context.c | 541 unsigned int num_rectangles, in tegra_set_window_rectangles() 546 context->gpu->set_window_rectangles(context->gpu, include, num_rectangles, in tegra_set_window_rectangles() 540 tegra_set_window_rectangles(struct pipe_context *pcontext, bool include, unsigned int num_rectangles, const struct pipe_scissor_state *rectangles) tegra_set_window_rectangles() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_state.c | 1057 unsigned num_rectangles, in nv50_set_window_rectangles() 1063 nv50->window_rect.rects = MIN2(num_rectangles, NV50_MAX_WINDOW_RECTANGLES); in nv50_set_window_rectangles() 1055 nv50_set_window_rectangles(struct pipe_context *pipe, bool include, unsigned num_rectangles, const struct pipe_scissor_state *rectangles) nv50_set_window_rectangles() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_state.c | 981 unsigned num_rectangles, in nvc0_set_window_rectangles() 987 nvc0->window_rect.rects = MIN2(num_rectangles, NVC0_MAX_WINDOW_RECTANGLES); in nvc0_set_window_rectangles() 979 nvc0_set_window_rectangles(struct pipe_context *pipe, bool include, unsigned num_rectangles, const struct pipe_scissor_state *rectangles) nvc0_set_window_rectangles() argument
|