OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:depth_bo
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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;
/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 350 milliseconds