Searched refs:BRW_PSCDEPTH_OFF (Results 1 – 6 of 6) sorted by relevance
102 wm_prog_data->computed_depth_mode != BRW_PSCDEPTH_OFF; in pma_fix_enable()
1796 wm_prog_data->computed_depth_mode != BRW_PSCDEPTH_OFF;
837 BRW_PSCDEPTH_OFF = 0, /* PS does not compute depth */ enumerator
9507 return BRW_PSCDEPTH_OFF; in computed_depth_mode()9510 return BRW_PSCDEPTH_OFF; in computed_depth_mode()9680 (prog_data->computed_depth_mode == BRW_PSCDEPTH_OFF) && in brw_nir_populate_wm_prog_data()9868 prog_data->computed_depth_mode != BRW_PSCDEPTH_OFF) in brw_compile_fs()
1204 fs_stage->prog_data.wm.computed_depth_mode == BRW_PSCDEPTH_OFF && in anv_pipeline_compile_fs()
7146 UNUSED bool writes_depth = wm_prog_data->computed_depth_mode != BRW_PSCDEPTH_OFF;