Searched refs:depth_surface (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_state_static.c82 struct pipe_surface *depth_surface = i915->framebuffer.zsbuf; local in function:update_framebuffer
107 if (depth_surface) {
108 struct i915_surface *surf = i915_surface(depth_surface);
109 struct i915_texture *tex = i915_texture(depth_surface->texture);
110 unsigned offset = i915_texture_offset(tex, depth_surface->u.tex.level,
111 depth_surface->u.tex.first_layer);
149 struct pipe_surface *depth_surface = i915->framebuffer.zsbuf; local in function:update_dst_buf_vars
159 if (depth_surface) {
160 struct i915_texture *tex = i915_texture(depth_surface->texture);
163 zformat = translate_depth_format(depth_surface
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state_static.c98 struct pipe_surface *depth_surface = i915->framebuffer.zsbuf; local in function:update_framebuffer
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 in function:update_dst_buf_vars
212 if (depth_surface) {
213 struct i915_texture *tex = i915_texture(depth_surface->texture);
216 zformat = translate_depth_format(depth_surface->format);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c5831 const struct anv_surface *depth_surface = local in function:cmd_buffer_emit_depth_stencil
5834 anv_image_address(image, &depth_surface->memory_range);
5836 info.depth_surf = &depth_surface->isl;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.10.rst837 - i915g: assert(depth_surface->offset == 0)

Completed in 14 milliseconds