Searched refs:zs_buffers (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_clear.c | 55 unsigned zs_buffers = buffers & PIPE_CLEAR_DEPTHSTENCIL; local in function:softpipe_clear 76 if (zs_buffers && 78 zs_buffers != PIPE_CLEAR_DEPTHSTENCIL) { 80 util_clear_depth_stencil(pipe, zsbuf, zs_buffers, depth, stencil, 83 else if (zs_buffers) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_clear.c | 57 unsigned zs_buffers = buffers & PIPE_CLEAR_DEPTHSTENCIL; local in function:softpipe_clear 78 if (zs_buffers && 80 zs_buffers != PIPE_CLEAR_DEPTHSTENCIL) { 82 util_clear_depth_stencil(pipe, zsbuf, zs_buffers, depth, stencil, 85 else if (zs_buffers) {
|
Completed in 2 milliseconds