HomeSort by: relevance | last modified time | path
    Searched defs:scissor_bottom (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
etnaviv_emit.c 405 uint32_t scissor_bottom = local
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/
etnaviv_state.c 671 uint32_t scissor_bottom = MIN2(fb->height, ctx->viewport.SE_SCISSOR_BOTTOM); local
678 scissor_bottom = MIN2(ctx->scissor.maxy, scissor_bottom);
684 ctx->clipping.maxy = scissor_bottom;

Completed in 25 milliseconds