Searched refs:svga_translate_stencil_op (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c56 svga_translate_stencil_op(unsigned op) function in typeref:typename:unsigned
138 ds->stencil[0].fail = svga_translate_stencil_op(templ->stencil[0].fail_op);
139 ds->stencil[0].zfail = svga_translate_stencil_op(templ->stencil[0].zfail_op);
140 ds->stencil[0].pass = svga_translate_stencil_op(templ->stencil[0].zpass_op);
160 ds->stencil[1].fail = svga_translate_stencil_op(templ->stencil[1].fail_op);
161 ds->stencil[1].zfail = svga_translate_stencil_op(templ->stencil[1].zfail_op);
162 ds->stencil[1].pass = svga_translate_stencil_op(templ->stencil[1].zpass_op);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c56 svga_translate_stencil_op(unsigned op) function in typeref:typename:unsigned
147 ds->stencil[0].fail = svga_translate_stencil_op(templ->stencil[0].fail_op);
148 ds->stencil[0].zfail = svga_translate_stencil_op(templ->stencil[0].zfail_op);
149 ds->stencil[0].pass = svga_translate_stencil_op(templ->stencil[0].zpass_op);
169 ds->stencil[1].fail = svga_translate_stencil_op(templ->stencil[1].fail_op);
170 ds->stencil[1].zfail = svga_translate_stencil_op(templ->stencil[1].zfail_op);
171 ds->stencil[1].pass = svga_translate_stencil_op(templ->stencil[1].zpass_op);

Completed in 3 milliseconds