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.c61 get_stencil_op(unsigned op) in get_stencil_op() function
186 nv04->ctrl[2] |= get_stencil_op(ctx->Stencil.ZPassFunc[0]) << 8 | in nv04_emit_control()
187 get_stencil_op(ctx->Stencil.ZFailFunc[0]) << 4 | in nv04_emit_control()
188 get_stencil_op(ctx->Stencil.FailFunc[0]); in nv04_emit_control()