Home
last modified time | relevance | path

Searched refs:custom_dsa_flush (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c94 if (rctx->custom_dsa_flush) { in r600_destroy_context()
95 rctx->b.b.delete_depth_stencil_alpha_state(&rctx->b.b, rctx->custom_dsa_flush); in r600_destroy_context()
179 rctx->custom_dsa_flush = r600_create_db_flush_dsa(rctx); in r600_create_context()
194 rctx->custom_dsa_flush = evergreen_create_db_flush_dsa(rctx); in r600_create_context()
Dr600_blit.c183 rctx->custom_dsa_flush, depth); in r600_blit_decompress_depth()
246 rctx->custom_dsa_flush, 1.0f); in r600_blit_decompress_depth_in_place()
Dr600_pipe.h502 void *custom_dsa_flush; member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c216 if (sctx->custom_dsa_flush) in si_destroy_context()
217 sctx->b.delete_depth_stencil_alpha_state(&sctx->b, sctx->custom_dsa_flush); in si_destroy_context()
Dsi_blit.c156 sctx->custom_dsa_flush, 1.0f); in si_blit_dbcb_copy()
218 util_blitter_custom_depth_stencil(sctx->blitter, zsurf, NULL, ~0, sctx->custom_dsa_flush, in si_blit_decompress_zs_planes_in_place()
Dsi_pipe.h928 void *custom_dsa_flush; member
Dsi_state.c4975 sctx->custom_dsa_flush = si_create_db_flush_dsa(sctx); in si_init_state_functions()
/external/mesa3d/docs/relnotes/
D7.10.rst2529 - r600g: Delete custom_dsa_flush on shutdown.