Searched defs:depth_surface (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_static.c98 struct pipe_surface *depth_surface = i915->framebuffer.zsbuf; local
124 if (depth_surface) {
125 struct i915_texture *tex = i915_texture(depth_surface->texture);
126 unsigned offset = i915_texture_offset(tex, depth_surface->u.tex.level,
127 depth_surface->u.tex.first_layer);
200 struct pipe_surface *depth_surface = i915->framebuffer.zsbuf; local
212 if (depth_surface) {
213 struct i915_texture *tex = i915_texture(depth_surface->texture);
216 zformat = translate_depth_format(depth_surface->format);
/external/mesa3d/src/intel/vulkan/
H A Danv_private.h1601 struct anv_surface depth_surface; member in struct:anv_image::__anon15800::__anon15801

Completed in 188 milliseconds