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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_raster.c61 get_stencil_op(unsigned op) function in typeref:typename:unsigned
186 nv04->ctrl[2] |= get_stencil_op(ctx->Stencil.ZPassFunc[0]) << 8 |
187 get_stencil_op(ctx->Stencil.ZFailFunc[0]) << 4 |
188 get_stencil_op(ctx->Stencil.FailFunc[0]);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_raster.c61 get_stencil_op(unsigned op) function in typeref:typename:unsigned
186 nv04->ctrl[2] |= get_stencil_op(ctx->Stencil.ZPassFunc[0]) << 8 |
187 get_stencil_op(ctx->Stencil.ZFailFunc[0]) << 4 |
188 get_stencil_op(ctx->Stencil.FailFunc[0]);

Completed in 2 milliseconds