Searched refs:st_compare_func_to_pipe (Results 1 – 3 of 3) sorted by relevance
52 st_compare_func_to_pipe(GLenum func) in st_compare_func_to_pipe() function112 dsa->depth.func = st_compare_func_to_pipe(ctx->Depth.Func); in update_depth_stencil_alpha()123 dsa->stencil[0].func = st_compare_func_to_pipe(ctx->Stencil.Function[0]); in update_depth_stencil_alpha()134 dsa->stencil[1].func = st_compare_func_to_pipe(ctx->Stencil.Function[back]); in update_depth_stencil_alpha()155 dsa->alpha.func = st_compare_func_to_pipe(ctx->Color.AlphaFunc); in update_depth_stencil_alpha()
57 GLuint st_compare_func_to_pipe(GLenum func);
232 sampler->compare_func = st_compare_func_to_pipe(msamp->CompareFunc); in convert_sampler()