Home
last modified time | relevance | path

Searched refs:func_to_gallium (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c89 dsa->depth_func = func_to_gallium(ctx->Depth.Func); in st_update_depth_stencil_alpha()
102 dsa->stencil[0].func = func_to_gallium(ctx->Stencil.Function[0]); in st_update_depth_stencil_alpha()
113 dsa->stencil[1].func = func_to_gallium(ctx->Stencil.Function[back]); in st_update_depth_stencil_alpha()
134 dsa->alpha_func = func_to_gallium(ctx->Color.AlphaFunc); in st_update_depth_stencil_alpha()
/third_party/mesa3d/src/mesa/main/
Dsamplerobj.h132 func_to_gallium(GLenum func) in func_to_gallium() function
Dsamplerobj.c764 samp->Attrib.state.compare_func = func_to_gallium(param); in set_sampler_compare_func()
Dtexparam.c500 texObj->Sampler.Attrib.state.compare_func = func_to_gallium(params[0]); in set_tex_parameteri()