Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_misc_state.c56 if (!mt && brw->no_depth_or_stencil) { in gen7_emit_depth_stencil_hiz()
187 brw->no_depth_or_stencil = !mt; in gen7_emit_depth_stencil_hiz()
Dgen8_depth_state.c56 if (!depth_mt && !stencil_mt && brw->no_depth_or_stencil) { in emit_depth_packets()
127 brw->no_depth_or_stencil = !depth_mt && !stencil_mt; in emit_depth_packets()
DgenX_blorp_exec.c312 brw->no_depth_or_stencil = !params->depth.enabled && in genX()
Dbrw_context.h877 bool no_depth_or_stencil; member