Home
last modified time | relevance | path

Searched refs:BRW_PSCDEPTH_OFF (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dgfx8_depth_state.c102 wm_prog_data->computed_depth_mode != BRW_PSCDEPTH_OFF; in pma_fix_enable()
DgenX_state_upload.c1796 wm_prog_data->computed_depth_mode != BRW_PSCDEPTH_OFF;
/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h837 BRW_PSCDEPTH_OFF = 0, /* PS does not compute depth */ enumerator
Dbrw_fs.cpp9507 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()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c1204 fs_stage->prog_data.wm.computed_depth_mode == BRW_PSCDEPTH_OFF && in anv_pipeline_compile_fs()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c7146 UNUSED bool writes_depth = wm_prog_data->computed_depth_mode != BRW_PSCDEPTH_OFF;