HomeSort by relevance Sort by last modified time
    Searched defs:hiz (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_zs.h 62 uint32_t hiz[3]; member in struct:ilo_state_zs
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_misc_state.c 158 * between the depth, hiz, and stencil buffers. Because it can be hard to get
191 /* Each HiZ row represents 2 rows of pixels */
490 bool hiz = depth_irb && intel_renderbuffer_has_hiz(depth_irb); local
521 if ((brw->gen < 7 && hiz) || brw->gen >= 7) {
525 /* Prior to Gen7, if using separate stencil, hiz must be enabled. */
526 assert(brw->gen >= 7 || !separate_stencil || hiz);
529 assert(!hiz || depth_mt->tiling == I915_TILING_Y);
562 stencil_mt, hiz, separate_stencil,
572 bool hiz, bool separate_stencil,
576 /* Enable the hiz bit if we're doing separate stencil, because it and th
    [all...]

Completed in 2095 milliseconds