Home
last modified time | relevance | path

Searched refs:copy_stencil (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.h142 bool copy_depth, copy_stencil; member
Dr600_blit.c148 rctx->db_misc_state.copy_stencil = util_format_has_stencil(desc); in r600_blit_decompress_depth()
Dr600_state.c1624 assert(a->copy_depth || a->copy_stencil); in r600_emit_db_misc_state()
1627 S_028D0C_STENCIL_COPY_ENABLE(a->copy_stencil) | in r600_emit_db_misc_state()
Devergreen_state.c2104 assert(a->copy_depth || a->copy_stencil); in evergreen_emit_db_misc_state()
2107 S_028000_STENCIL_COPY_ENABLE(a->copy_stencil) | in evergreen_emit_db_misc_state()