Home
last modified time | relevance | path

Searched refs:emit_depth_stencil_hiz (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c908 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()
Dbrw_misc_state.c340 brw->vtbl.emit_depth_stencil_hiz(brw, depth_mt, depth_offset, in brw_emit_depthbuffer()
Dbrw_context.h734 void (*emit_depth_stencil_hiz)(struct brw_context *brw, member