Searched refs:num_rectangles (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_viewport.c551 unsigned num_rectangles = sctx->num_window_rectangles; local in function:si_emit_window_rectangles
555 assert(num_rectangles <= 4);
557 if (num_rectangles == 0)
560 rule = ~outside[num_rectangles - 1];
562 rule = outside[num_rectangles - 1];
566 if (num_rectangles == 0)
570 num_rectangles * 2);
571 for (unsigned i = 0; i < num_rectangles; i++) {
581 unsigned num_rectangles,
586 sctx->num_window_rectangles = num_rectangles;
579 si_set_window_rectangles(struct pipe_context * ctx,boolean include,unsigned num_rectangles,const struct pipe_scissor_state * rects) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_viewport.c627 unsigned num_rectangles = sctx->num_window_rectangles; local in function:si_emit_window_rectangles
631 assert(num_rectangles <= 4);
633 if (num_rectangles == 0)
636 rule = ~outside[num_rectangles - 1];
638 rule = outside[num_rectangles - 1];
643 if (num_rectangles == 0) {
648 radeon_set_context_reg_seq(R_028210_PA_SC_CLIPRECT_0_TL, num_rectangles * 2);
649 for (unsigned i = 0; i < num_rectangles; i++) {
657 unsigned num_rectangles,
662 sctx->num_window_rectangles = num_rectangles;
656 si_set_window_rectangles(struct pipe_context * ctx,bool include,unsigned num_rectangles,const struct pipe_scissor_state * rects) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_blitter.h573 unsigned num_rectangles,
577 blitter->saved_num_window_rectangles = num_rectangles;
578 if (num_rectangles > 0) {
579 assert(num_rectangles < ARRAY_SIZE(blitter->saved_window_rectangles));
581 sizeof(*rects) * num_rectangles);
571 util_blitter_save_window_rectangles(struct blitter_context * blitter,boolean include,unsigned num_rectangles,const struct pipe_scissor_state * rects) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_blitter.h588 unsigned num_rectangles,
592 blitter->saved_num_window_rectangles = num_rectangles;
593 if (num_rectangles > 0) {
594 assert(num_rectangles < ARRAY_SIZE(blitter->saved_window_rectangles));
596 sizeof(*rects) * num_rectangles);
586 util_blitter_save_window_rectangles(struct blitter_context * blitter,boolean include,unsigned num_rectangles,const struct pipe_scissor_state * rects) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c252 unsigned num_rectangles,
250 noop_set_window_rectangles(struct pipe_context * ctx,boolean include,unsigned num_rectangles,const struct pipe_scissor_state * rects) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_context.h319 unsigned num_rectangles,
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_context.h479 unsigned num_rectangles,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c276 unsigned num_rectangles,
274 noop_set_window_rectangles(struct pipe_context * ctx,bool include,unsigned num_rectangles,const struct pipe_scissor_state * rects) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c415 unsigned num_rectangles,
421 pipe->set_window_rectangles(pipe, include, num_rectangles, rects);
413 dd_context_set_window_rectangles(struct pipe_context * _pipe,boolean include,unsigned num_rectangles,const struct pipe_scissor_state * rects) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c425 unsigned num_rectangles,
431 pipe->set_window_rectangles(pipe, include, num_rectangles, rects);
423 dd_context_set_window_rectangles(struct pipe_context * _pipe,bool include,unsigned num_rectangles,const struct pipe_scissor_state * rects) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/tegra/
H A Dtegra_context.c527 unsigned int num_rectangles,
532 context->gpu->set_window_rectangles(context->gpu, include, num_rectangles,
526 tegra_set_window_rectangles(struct pipe_context * pcontext,boolean include,unsigned int num_rectangles,const struct pipe_scissor_state * rectangles) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c1055 unsigned num_rectangles,
1061 nv50->window_rect.rects = MIN2(num_rectangles, NV50_MAX_WINDOW_RECTANGLES);
1053 nv50_set_window_rectangles(struct pipe_context * pipe,boolean include,unsigned num_rectangles,const struct pipe_scissor_state * rectangles) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c955 unsigned num_rectangles,
961 nvc0->window_rect.rects = MIN2(num_rectangles, NVC0_MAX_WINDOW_RECTANGLES);
953 nvc0_set_window_rectangles(struct pipe_context * pipe,boolean include,unsigned num_rectangles,const struct pipe_scissor_state * rectangles) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/tegra/
H A Dtegra_context.c541 unsigned int num_rectangles,
546 context->gpu->set_window_rectangles(context->gpu, include, num_rectangles,
540 tegra_set_window_rectangles(struct pipe_context * pcontext,bool include,unsigned int num_rectangles,const struct pipe_scissor_state * rectangles) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c1057 unsigned num_rectangles,
1063 nv50->window_rect.rects = MIN2(num_rectangles, NV50_MAX_WINDOW_RECTANGLES);
1055 nv50_set_window_rectangles(struct pipe_context * pipe,bool include,unsigned num_rectangles,const struct pipe_scissor_state * rectangles) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c981 unsigned num_rectangles,
987 nvc0->window_rect.rects = MIN2(num_rectangles, NVC0_MAX_WINDOW_RECTANGLES);
979 nvc0_set_window_rectangles(struct pipe_context * pipe,bool include,unsigned num_rectangles,const struct pipe_scissor_state * rectangles) argument

Completed in 57 milliseconds