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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_draw.c562 lima_stencil_op(enum pipe_stencil_op pipe) function in typeref:typename:int
667 (lima_stencil_op(stencil[0].fail_op) << 3) |
668 (lima_stencil_op(stencil[0].zfail_op) << 6) |
669 (lima_stencil_op(stencil[0].zpass_op) << 9) |
676 (lima_stencil_op(stencil[1].fail_op) << 3) |
677 (lima_stencil_op(stencil[1].zfail_op) << 6) |
678 (lima_stencil_op(stencil[1].zpass_op) << 9) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_draw.c1013 lima_stencil_op(enum pipe_stencil_op pipe) function in typeref:typename:int
1111 (lima_stencil_op(stencil[0].fail_op) << 3) |
1112 (lima_stencil_op(stencil[0].zfail_op) << 6) |
1113 (lima_stencil_op(stencil[0].zpass_op) << 9) |
1117 (lima_stencil_op(stencil[1].fail_op) << 3) |
1118 (lima_stencil_op(stencil[1].zfail_op) << 6) |
1119 (lima_stencil_op(stencil[1].zpass_op) << 9) |

Completed in 5 milliseconds