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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_blit.c220 rctx->db_misc_state.flush_depth_inplace = true;
260 rctx->db_misc_state.flush_depth_inplace = false;
H A Dr600_pipe.h140 bool flush_depth_inplace; member in struct:r600_db_misc_state
H A Dr600_state.c1634 } else if (a->flush_depth_inplace || a->flush_stencil_inplace) {
1635 db_render_control |= S_028D0C_DEPTH_COMPRESS_DISABLE(a->flush_depth_inplace) |
H A Devergreen_state.c2104 } else if (a->flush_depth_inplace || a->flush_stencil_inplace) {
2105 db_render_control |= S_028000_DEPTH_COMPRESS_DISABLE(a->flush_depth_inplace) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_blit.c220 rctx->db_misc_state.flush_depth_inplace = true;
260 rctx->db_misc_state.flush_depth_inplace = false;
H A Dr600_pipe.h140 bool flush_depth_inplace; member in struct:r600_db_misc_state
H A Dr600_state.c1637 } else if (a->flush_depth_inplace || a->flush_stencil_inplace) {
1638 db_render_control |= S_028D0C_DEPTH_COMPRESS_DISABLE(a->flush_depth_inplace) |
H A Devergreen_state.c2110 } else if (a->flush_depth_inplace || a->flush_stencil_inplace) {
2111 db_render_control |= S_028000_DEPTH_COMPRESS_DISABLE(a->flush_depth_inplace) |

Completed in 30 milliseconds