HomeSort by relevance Sort by last modified time
    Searched refs:depth_bo (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/i915/
i915_state_static.c 132 i915->current.depth_bo = tex->buffer;
137 i915->current.depth_bo = NULL;
i915_state_emit.c 204 if (i915->current.depth_bo && (i915->static_dirty & I915_DST_BUF_DEPTH)) {
206 = i915->current.depth_bo;
230 if (i915->current.depth_bo && (i915->static_dirty & I915_DST_BUF_DEPTH)) {
233 OUT_RELOC(i915->current.depth_bo,
i915_context.h 170 struct i915_winsys_buffer *depth_bo; member in struct:i915_state
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.c 352 struct radeon_bo *depth_bo = NULL, *bo; local
487 if (buffers[i].attachment == __DRI_BUFFER_STENCIL && depth_bo) {
490 bo = depth_bo;
528 depth_bo = bo;

Completed in 93 milliseconds