HomeSort by: relevance | last modified time | path
    Searched refs:db_flush_depth_inplace (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_meta_decompress.c 208 .db_flush_depth_inplace = true,
221 .db_flush_depth_inplace = true,
radv_private.h 1440 bool db_flush_depth_inplace; member in struct:radv_graphics_pipeline_create_info
radv_pipeline.c 2755 db_render_control |= S_028000_DEPTH_COMPRESS_DISABLE(extra->db_flush_depth_inplace);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_blit.c 203 sctx->db_flush_depth_inplace = true;
247 sctx->db_flush_depth_inplace = false;
si_pipe.h 1092 bool db_flush_depth_inplace : 1; member in struct:si_context
si_state.c 1460 } else if (sctx->db_flush_depth_inplace || sctx->db_flush_stencil_inplace) {
1461 db_render_control = S_028000_DEPTH_COMPRESS_DISABLE(sctx->db_flush_depth_inplace) |
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_blit.c 226 sctx->db_flush_depth_inplace = true;
271 sctx->db_flush_depth_inplace = false;
si_pipe.h 955 bool db_flush_depth_inplace:1; member in struct:si_context
si_state.c 1379 } else if (sctx->db_flush_depth_inplace || sctx->db_flush_stencil_inplace) {
1381 S_028000_DEPTH_COMPRESS_DISABLE(sctx->db_flush_depth_inplace) |
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_private.h 1165 bool db_flush_depth_inplace; member in struct:tu_graphics_pipeline_create_info

Completed in 21 milliseconds