Searched refs:emit_depth_stencil_hiz (Results 1 – 3 of 3) sorted by relevance
908 brw->vtbl.emit_depth_stencil_hiz = gen8_emit_depth_stencil_hiz; in brwCreateContext()910 brw->vtbl.emit_depth_stencil_hiz = gen7_emit_depth_stencil_hiz; in brwCreateContext()912 brw->vtbl.emit_depth_stencil_hiz = gen6_emit_depth_stencil_hiz; in brwCreateContext()914 brw->vtbl.emit_depth_stencil_hiz = brw_emit_depth_stencil_hiz; in brwCreateContext()
340 brw->vtbl.emit_depth_stencil_hiz(brw, depth_mt, depth_offset, in brw_emit_depthbuffer()
734 void (*emit_depth_stencil_hiz)(struct brw_context *brw, member