Home
last modified time | relevance | path

Searched refs:BRW_PSCDEPTH_OFF (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compiler.h845 BRW_PSCDEPTH_OFF = 0, /* PS does not compute depth */ enumerator
H A Dbrw_fs.cpp7215 return BRW_PSCDEPTH_OFF;
7218 return BRW_PSCDEPTH_OFF;
7360 (prog_data->computed_depth_mode == BRW_PSCDEPTH_OFF) &&
7557 prog_data->computed_depth_mode != BRW_PSCDEPTH_OFF)
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c7148 UNUSED bool writes_depth = wm_prog_data->computed_depth_mode != BRW_PSCDEPTH_OFF;

Completed in 23 milliseconds