HomeSort by: relevance | last modified time | path
    Searched refs:depth_surface (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
i915_state_static.c 82 struct pipe_surface *depth_surface = i915->framebuffer.zsbuf; local
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
159 if (depth_surface) {
160 struct i915_texture *tex = i915_texture(depth_surface->texture);
163 zformat = translate_depth_format(depth_surface->format)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/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);
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
genX_cmd_buffer.c 5831 const struct anv_surface *depth_surface = local
5834 anv_image_address(image, &depth_surface->memory_range);
5836 info.depth_surf = &depth_surface->isl;

Completed in 10 milliseconds