HomeSort by relevance Sort by last modified time
    Searched refs:custom_dsa_flush (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pipe.h 118 void *custom_dsa_flush; member in struct:r600_context
r600_blit.c 145 util_blitter_custom_depth_stencil(rctx->blitter, zsurf, cbsurf, ~0, rctx->custom_dsa_flush, depth);
radeonsi_pipe.c 178 rctx->context.delete_depth_stencil_alpha_state(&rctx->context, rctx->custom_dsa_flush);
si_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.h 118 void *custom_dsa_flush; member in struct:r600_context
r600_blit.c 145 util_blitter_custom_depth_stencil(rctx->blitter, zsurf, cbsurf, ~0, rctx->custom_dsa_flush, depth);
radeonsi_pipe.c 178 rctx->context.delete_depth_stencil_alpha_state(&rctx->context, rctx->custom_dsa_flush);
si_state.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_pipe.c 168 if (rctx->custom_dsa_flush) {
169 rctx->context.delete_depth_stencil_alpha_state(&rctx->context, rctx->custom_dsa_flush);
255 rctx->custom_dsa_flush = r600_create_db_flush_dsa(rctx);
272 rctx->custom_dsa_flush = evergreen_create_db_flush_dsa(rctx);
r600_blit.c 208 rctx->custom_dsa_flush, depth);
r600_pipe.h 331 void *custom_dsa_flush; member in struct:r600_context
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 168 if (rctx->custom_dsa_flush) {
169 rctx->context.delete_depth_stencil_alpha_state(&rctx->context, rctx->custom_dsa_flush);
255 rctx->custom_dsa_flush = r600_create_db_flush_dsa(rctx);
272 rctx->custom_dsa_flush = evergreen_create_db_flush_dsa(rctx);
r600_blit.c 208 rctx->custom_dsa_flush, depth);
r600_pipe.h 331 void *custom_dsa_flush; member in struct:r600_context

Completed in 601 milliseconds