Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen8_depth_state.c280 wm_prog_data->computed_depth_mode != BRW_PSCDEPTH_OFF; in pma_fix_enable()
DgenX_state_upload.c1775 wm_prog_data->computed_depth_mode != BRW_PSCDEPTH_OFF;
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h658 BRW_PSCDEPTH_OFF = 0, /* PS does not compute depth */ enumerator
Dbrw_fs.cpp6626 return BRW_PSCDEPTH_OFF; in computed_depth_mode()
6629 return BRW_PSCDEPTH_OFF; in computed_depth_mode()
6880 prog_data->computed_depth_mode != BRW_PSCDEPTH_OFF) { in brw_compile_fs()