Searched refs:scissor_bottom (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_emit.c405 uint32_t scissor_bottom = local in function:etna_emit_state
412 scissor_bottom = MIN2(ctx->scissor.SE_SCISSOR_BOTTOM, scissor_bottom);
418 /*00C0C*/ EMIT_STATE_FIXP(SE_SCISSOR_BOTTOM, scissor_bottom);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_state.c671 uint32_t scissor_bottom = MIN2(fb->height, ctx->viewport.SE_SCISSOR_BOTTOM); local in function:etna_update_clipping
678 scissor_bottom = MIN2(ctx->scissor.maxy, scissor_bottom);
684 ctx->clipping.maxy = scissor_bottom;

Completed in 4 milliseconds