Home
last modified time | relevance | path

Searched refs:depth_plane (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c2944 uint32_t depth_plane = in cmd_buffer_emit_depth_stencil() local
2946 const struct anv_surface *surface = &image->planes[depth_plane].surface; in cmd_buffer_emit_depth_stencil()
2953 image->planes[depth_plane].bo, in cmd_buffer_emit_depth_stencil()
2954 image->planes[depth_plane].bo_offset + in cmd_buffer_emit_depth_stencil()
2961 info.hiz_surf = &image->planes[depth_plane].aux_surface.isl; in cmd_buffer_emit_depth_stencil()
2966 image->planes[depth_plane].bo, in cmd_buffer_emit_depth_stencil()
2967 image->planes[depth_plane].bo_offset + in cmd_buffer_emit_depth_stencil()
2968 image->planes[depth_plane].aux_surface.offset); in cmd_buffer_emit_depth_stencil()