Home
last modified time | relevance | path

Searched refs:st_compare_func_to_pipe (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c52 st_compare_func_to_pipe(GLenum func) in st_compare_func_to_pipe() function
112 dsa->depth.func = st_compare_func_to_pipe(ctx->Depth.Func); in st_update_depth_stencil_alpha()
123 dsa->stencil[0].func = st_compare_func_to_pipe(ctx->Stencil.Function[0]); in st_update_depth_stencil_alpha()
134 dsa->stencil[1].func = st_compare_func_to_pipe(ctx->Stencil.Function[back]); in st_update_depth_stencil_alpha()
155 dsa->alpha.func = st_compare_func_to_pipe(ctx->Color.AlphaFunc); in st_update_depth_stencil_alpha()
Dst_atom.h54 GLuint st_compare_func_to_pipe(GLenum func);
Dst_atom_sampler.c209 sampler->compare_func = st_compare_func_to_pipe(msamp->CompareFunc); in st_convert_sampler()