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

  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_meta_decompress.c 209 .db_flush_stencil_inplace = true,
222 .db_flush_stencil_inplace = true,
radv_private.h 1441 bool db_flush_stencil_inplace; member in struct:radv_graphics_pipeline_create_info
radv_pipeline.c 2756 db_render_control |= S_028000_STENCIL_COMPRESS_DISABLE(extra->db_flush_stencil_inplace);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_blit.c 201 sctx->db_flush_stencil_inplace = true;
248 sctx->db_flush_stencil_inplace = false;
si_pipe.h 1093 bool db_flush_stencil_inplace : 1; member in struct:si_context
si_state.c 1460 } else if (sctx->db_flush_depth_inplace || sctx->db_flush_stencil_inplace) {
1462 S_028000_STENCIL_COMPRESS_DISABLE(sctx->db_flush_stencil_inplace);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_blit.c 224 sctx->db_flush_stencil_inplace = true;
272 sctx->db_flush_stencil_inplace = false;
si_pipe.h 956 bool db_flush_stencil_inplace:1; member in struct:si_context
si_state.c 1379 } else if (sctx->db_flush_depth_inplace || sctx->db_flush_stencil_inplace) {
1382 S_028000_STENCIL_COMPRESS_DISABLE(sctx->db_flush_stencil_inplace);
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_private.h 1166 bool db_flush_stencil_inplace; member in struct:tu_graphics_pipeline_create_info

Completed in 20 milliseconds