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

  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.h 308 bool db_depth_disable_expclear; member in struct:si_context
si_blit.c 714 sctx->db_depth_disable_expclear = true;
751 sctx->db_depth_disable_expclear = false;
    [all...]
si_state.c     [all...]
  /external/mesa3d/src/amd/vulkan/
radv_private.h 933 bool db_depth_disable_expclear; member in struct:radv_graphics_pipeline_create_info
    [all...]
radv_meta_clear.c 601 extra.db_depth_disable_expclear = index == DEPTH_CLEAR_FAST_NO_EXPCLEAR ? true : false;
    [all...]
radv_pipeline.c 967 ds->db_render_override2 |= S_028010_DISABLE_ZMASK_EXPCLEAR_OPTIMIZATION(extra->db_depth_disable_expclear);
    [all...]

Completed in 100 milliseconds