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

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_raster.c60 get_stencil_op(unsigned op) function
184 nv04->ctrl[2] |= get_stencil_op(ctx->Stencil.ZPassFunc[0]) << 8 |
185 get_stencil_op(ctx->Stencil.ZFailFunc[0]) << 4 |
186 get_stencil_op(ctx->Stencil.FailFunc[0]);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_raster.c60 get_stencil_op(unsigned op) function
184 nv04->ctrl[2] |= get_stencil_op(ctx->Stencil.ZPassFunc[0]) << 8 |
185 get_stencil_op(ctx->Stencil.ZFailFunc[0]) << 4 |
186 get_stencil_op(ctx->Stencil.FailFunc[0]);

Completed in 236 milliseconds