Searched refs:depth_bo (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_state_static.c116 i915->current.depth_bo = tex->buffer;
119 i915->current.depth_bo = NULL;
H A Di915_state_emit.c205 if (i915->current.depth_bo && (i915->static_dirty & I915_DST_BUF_DEPTH)) {
207 i915->current.depth_bo;
229 if (i915->current.depth_bo && (i915->static_dirty & I915_DST_BUF_DEPTH)) {
232 OUT_RELOC(i915->current.depth_bo, I915_USAGE_RENDER, 0);
H A Di915_context.h163 struct i915_winsys_buffer *depth_bo; member in struct:i915_state
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state_static.c132 i915->current.depth_bo = tex->buffer;
137 i915->current.depth_bo = NULL;
H A Di915_state_emit.c257 if (i915->current.depth_bo && (i915->static_dirty & I915_DST_BUF_DEPTH)) {
259 = i915->current.depth_bo;
283 if (i915->current.depth_bo && (i915->static_dirty & I915_DST_BUF_DEPTH)) {
286 OUT_RELOC(i915->current.depth_bo,
H A Di915_context.h168 struct i915_winsys_buffer *depth_bo; member in struct:i915_state
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c371 struct radeon_bo *depth_bo = NULL, *bo; local in function:radeon_update_renderbuffers
506 if (buffers[i].attachment == __DRI_BUFFER_STENCIL && depth_bo) {
509 bo = depth_bo;
547 depth_bo = bo;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c372 struct radeon_bo *depth_bo = NULL, *bo; local in function:radeon_update_renderbuffers
507 if (buffers[i].attachment == __DRI_BUFFER_STENCIL && depth_bo) {
510 bo = depth_bo;
548 depth_bo = bo;

Completed in 8 milliseconds