Searched refs:func_to_gallium (Results 1 – 4 of 4) sorted by relevance
89 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()
132 func_to_gallium(GLenum func) in func_to_gallium() function
764 samp->Attrib.state.compare_func = func_to_gallium(param); in set_sampler_compare_func()
500 texObj->Sampler.Attrib.state.compare_func = func_to_gallium(params[0]); in set_tex_parameteri()