Searched refs:clip_bottom (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast.h285 int clip_bottom; member in struct:_ASTRec
H A Dast_accel.c1503 ASTSetupCLIP2(pSingleCMD, pAST->clip_right + 1, pAST->clip_bottom - delta_y + 1);
1512 ASTSetupCLIP2_MMIO(pAST->clip_right + 1, pAST->clip_bottom - delta_y + 1);
1532 pAST->clip_bottom = bottom;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_emit.c433 uint32_t clip_bottom = local in function:etna_emit_state
438 clip_bottom = MIN2(ctx->scissor.SE_CLIP_BOTTOM, clip_bottom);
442 /*00C24*/ EMIT_STATE_FIXP(SE_CLIP_BOTTOM, clip_bottom);

Completed in 5 milliseconds