Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dstencil.c307 ctx->Stencil.ZPassFunc[face] == zpass && in stencil_op()
313 ctx->Stencil.ZPassFunc[face] = zpass; in stencil_op()
320 ctx->Stencil.ZPassFunc[0] == zpass && in stencil_op()
321 ctx->Stencil.ZPassFunc[1] == zpass && in stencil_op()
328 ctx->Stencil.ZPassFunc[0] = ctx->Stencil.ZPassFunc[1] = zpass; in stencil_op()
399 ctx->Stencil.ZPassFunc[0] != zpass || in stencil_op_separate()
404 ctx->Stencil.ZPassFunc[0] = zpass; in stencil_op_separate()
412 ctx->Stencil.ZPassFunc[1] != zpass || in stencil_op_separate()
417 ctx->Stencil.ZPassFunc[1] = zpass; in stencil_op_separate()
581 ctx->Stencil.ZPassFunc[0] = GL_KEEP; in _mesa_init_stencil()
[all …]
Dstencil.h72 ctx->Stencil.ZPassFunc[0] != ctx->Stencil.ZPassFunc[face] || in _mesa_stencil_is_two_sided()
Dattrib.c1021 attr->Stencil.ZPassFunc[0]); in _mesa_PopAttrib()
1030 attr->Stencil.ZPassFunc[1]); in _mesa_PopAttrib()
Dmtypes.h731 GLenum16 ZPassFunc[3]; /**< Depth buffer pass function */ member
Dget.c907 v->value_enum16 = ctx->Stencil.ZPassFunc[ctx->Stencil.ActiveFace]; in find_custom_value()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c105 dsa->stencil[0].zpass_op = gl_stencil_op_to_pipe(ctx->Stencil.ZPassFunc[0]); in st_update_depth_stencil_alpha()
116 dsa->stencil[1].zpass_op = gl_stencil_op_to_pipe(ctx->Stencil.ZPassFunc[back]); in st_update_depth_stencil_alpha()
Dst_cb_drawpixels.c1543 ctx->Stencil.ZPassFunc[0] == GL_KEEP && in blit_copy_pixels()