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

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c3896 uint32_t depth_plane = local in function:cmd_buffer_emit_depth_stencil
3898 const struct anv_surface *surface = &image->planes[depth_plane].surface;
3905 image->planes[depth_plane].address.bo,
3906 image->planes[depth_plane].address.offset +
3909 anv_mocs_for_bo(device, image->planes[depth_plane].address.bo);
3915 info.hiz_surf = &image->planes[depth_plane].aux_surface.isl;
3920 image->planes[depth_plane].address.bo,
3921 image->planes[depth_plane].address.offset +
3922 image->planes[depth_plane].aux_surface.offset);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c609 const uint32_t depth_plane = local in function:transition_depth_buffer
611 if (image->planes[depth_plane].aux_usage == ISL_AUX_USAGE_NONE)
5829 const uint32_t depth_plane = local in function:cmd_buffer_emit_depth_stencil
5832 &image->planes[depth_plane].primary_surface;
5852 &image->planes[depth_plane].aux_surface;

Completed in 15 milliseconds