Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_depth.c51 gl_stencil_op_to_pipe(GLenum func) in gl_stencil_op_to_pipe() function
71 assert("invalid GL token in gl_stencil_op_to_pipe()" == NULL); in gl_stencil_op_to_pipe()
103 dsa->stencil[0].fail_op = gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[0]); in st_update_depth_stencil_alpha()
104 dsa->stencil[0].zfail_op = gl_stencil_op_to_pipe(ctx->Stencil.ZFailFunc[0]); in st_update_depth_stencil_alpha()
105 dsa->stencil[0].zpass_op = gl_stencil_op_to_pipe(ctx->Stencil.ZPassFunc[0]); in st_update_depth_stencil_alpha()
114 dsa->stencil[1].fail_op = gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[back]); in st_update_depth_stencil_alpha()
115 dsa->stencil[1].zfail_op = gl_stencil_op_to_pipe(ctx->Stencil.ZFailFunc[back]); 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()

Completed in 1 milliseconds