Searched refs:copy_stencil (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe.h142 bool copy_depth, copy_stencil; member in struct:r600_db_misc_state
H A Dr600_blit.c148 rctx->db_misc_state.copy_stencil = util_format_has_stencil(desc);
H A Dr600_state.c1621 assert(a->copy_depth || a->copy_stencil);
1624 S_028D0C_STENCIL_COPY_ENABLE(a->copy_stencil) |
H A Devergreen_state.c2098 assert(a->copy_depth || a->copy_stencil);
2101 S_028000_STENCIL_COPY_ENABLE(a->copy_stencil) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe.h142 bool copy_depth, copy_stencil; member in struct:r600_db_misc_state
H A Dr600_blit.c148 rctx->db_misc_state.copy_stencil = util_format_has_stencil(desc);
H A Dr600_state.c1624 assert(a->copy_depth || a->copy_stencil);
1627 S_028D0C_STENCIL_COPY_ENABLE(a->copy_stencil) |
H A Devergreen_state.c2104 assert(a->copy_depth || a->copy_stencil);
2107 S_028000_STENCIL_COPY_ENABLE(a->copy_stencil) |

Completed in 29 milliseconds