Searched refs:no_depth_or_stencil (Results 1 – 4 of 4) sorted by relevance
56 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()
56 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()
312 brw->no_depth_or_stencil = !params->depth.enabled && in genX()
877 bool no_depth_or_stencil; member