HomeSort by: relevance | last modified time | path
    Searched refs:clipping (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_context.h 158 struct pipe_scissor_state clipping; member in struct:etna_context
etnaviv_emit.c 397 /*00C00*/ EMIT_STATE_FIXP(SE_SCISSOR_LEFT, ctx->clipping.minx << 16);
398 /*00C04*/ EMIT_STATE_FIXP(SE_SCISSOR_TOP, ctx->clipping.miny << 16);
399 /*00C08*/ EMIT_STATE_FIXP(SE_SCISSOR_RIGHT, (ctx->clipping.maxx << 16) + ETNA_SE_SCISSOR_MARGIN_RIGHT);
400 /*00C0C*/ EMIT_STATE_FIXP(SE_SCISSOR_BOTTOM, (ctx->clipping.maxy << 16) + ETNA_SE_SCISSOR_MARGIN_BOTTOM);
410 /*00C20*/ EMIT_STATE_FIXP(SE_CLIP_RIGHT, (ctx->clipping.maxx << 16) + ETNA_SE_CLIP_MARGIN_RIGHT);
411 /*00C24*/ EMIT_STATE_FIXP(SE_CLIP_BOTTOM, (ctx->clipping.maxy << 16) + ETNA_SE_CLIP_MARGIN_BOTTOM);
etnaviv_state.c 254 VIVS_PE_DEPTH_CONFIG_UNK18; /* something to do with clipping? */
681 ctx->clipping.minx = scissor_left;
682 ctx->clipping.miny = scissor_top;
683 ctx->clipping.maxx = scissor_right;
684 ctx->clipping.maxy = scissor_bottom;
  /xsrc/external/mit/mesa-demos/dist/src/samples/
README 185 UP Move clipping plane.
186 DOWN Move clipping plane.
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_driver.h 189 Bool clipping; member in struct:_twodContext
via_exa_h2.c 45 * Emit clipping borders to the command buffer and update the 2D context
46 * current command with clipping info.
55 if (tdc->clipping) {
via_exa_h6.c 45 * Emit clipping borders to the command buffer and update the 2D context
46 * current command with clipping info.
55 if (tdc->clipping) {
via_exa.c 252 * Switch 2D state clipping on.
260 tdc->clipping = TRUE;
  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
release.txt 33 * Fixed GX2 left clipping for 4:2:0 video.
  /xsrc/external/mit/xterm/dist/
util.c 3426 TRACE(("clipping @(%3d,%3d) (%3d,%3d)..(%3d,%3d)\n",
3662 * Or they may be larger, requiring clipping. Check for both cases.

Completed in 24 milliseconds