HomeSort by relevance Sort by last modified time
    Searched defs:depth_surface (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/i915/
i915_state_static.c 98 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/
anv_private.h 1601 struct anv_surface depth_surface; member in struct:anv_image::__anon30382::__anon30383
    [all...]

Completed in 101 milliseconds