Home
last modified time | relevance | path

Searched refs:depth_bo (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_state_emit.c257 if (i915->current.depth_bo && (i915->static_dirty & I915_DST_BUF_DEPTH)) { in validate_static()
259 = i915->current.depth_bo; in validate_static()
283 if (i915->current.depth_bo && (i915->static_dirty & I915_DST_BUF_DEPTH)) { in emit_static()
286 OUT_RELOC(i915->current.depth_bo, in emit_static()
Di915_state_static.c132 i915->current.depth_bo = tex->buffer; in update_framebuffer()
137 i915->current.depth_bo = NULL; in update_framebuffer()
Di915_context.h168 struct i915_winsys_buffer *depth_bo; member
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common_context.c371 struct radeon_bo *depth_bo = NULL, *bo; in radeon_update_renderbuffers() local
506 if (buffers[i].attachment == __DRI_BUFFER_STENCIL && depth_bo) { in radeon_update_renderbuffers()
509 bo = depth_bo; in radeon_update_renderbuffers()
547 depth_bo = bo; in radeon_update_renderbuffers()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common_context.c371 struct radeon_bo *depth_bo = NULL, *bo; in radeon_update_renderbuffers() local
506 if (buffers[i].attachment == __DRI_BUFFER_STENCIL && depth_bo) { in radeon_update_renderbuffers()
509 bo = depth_bo; in radeon_update_renderbuffers()
547 depth_bo = bo; in radeon_update_renderbuffers()