Home
last modified time | relevance | path

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

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