Searched refs:st_compare_func_to_pipe (Results 1 – 3 of 3) sorted by relevance
49 st_compare_func_to_pipe(GLenum func) in st_compare_func_to_pipe() function108 dsa->depth.func = st_compare_func_to_pipe(ctx->Depth.Func); in update_depth_stencil_alpha()113 dsa->stencil[0].func = st_compare_func_to_pipe(ctx->Stencil.Function[0]); in update_depth_stencil_alpha()124 dsa->stencil[1].func = st_compare_func_to_pipe(ctx->Stencil.Function[back]); in update_depth_stencil_alpha()144 dsa->alpha.func = st_compare_func_to_pipe(ctx->Color.AlphaFunc); in update_depth_stencil_alpha()
73 GLuint st_compare_func_to_pipe(GLenum func);
196 = st_compare_func_to_pipe(msamp->CompareFunc); in convert_sampler()