Home
last modified time | relevance | path

Searched refs:depth_surf (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/intel/isl/
H A Disl_emit_depth_stencil.c79 if (info->depth_surf) { in emit_depth_stencil_hiz_s()
80 db.SurfaceType = isl_encode_ds_surftype[info->depth_surf->dim]; in emit_depth_stencil_hiz_s()
81 db.SurfaceFormat = isl_surf_get_depth_format(dev, info->depth_surf); in emit_depth_stencil_hiz_s()
82 db.Width = info->depth_surf->logical_level0_px.width - 1; in emit_depth_stencil_hiz_s()
83 db.Height = info->depth_surf->logical_level0_px.height - 1; in emit_depth_stencil_hiz_s()
85 db.Depth = info->depth_surf->logical_level0_px.depth - 1; in emit_depth_stencil_hiz_s()
98 if (info->depth_surf || info->stencil_surf) { in emit_depth_stencil_hiz_s()
119 if (info->depth_surf) { in emit_depth_stencil_hiz_s()
126 db.TiledMode = isl_encode_tiling[info->depth_surf->tiling]; in emit_depth_stencil_hiz_s()
130 isl_get_render_compression_format(info->depth_surf in emit_depth_stencil_hiz_s()
[all...]
H A Disl.c2457 if (info->depth_surf && info->stencil_surf) { in isl_emit_depth_stencil_hiz_s()
2459 assert(info->depth_surf == info->stencil_surf); in isl_emit_depth_stencil_hiz_s()
2462 assert(info->depth_surf->dim == info->stencil_surf->dim); in isl_emit_depth_stencil_hiz_s()
2465 if (info->depth_surf) { in isl_emit_depth_stencil_hiz_s()
2466 assert((info->depth_surf->usage & ISL_SURF_USAGE_DEPTH_BIT)); in isl_emit_depth_stencil_hiz_s()
2467 if (info->depth_surf->dim == ISL_SURF_DIM_3D) { in isl_emit_depth_stencil_hiz_s()
2469 info->depth_surf->logical_level0_px.depth); in isl_emit_depth_stencil_hiz_s()
2472 info->depth_surf->logical_level0_px.array_len); in isl_emit_depth_stencil_hiz_s()
H A Disl.h1728 const struct isl_surf *depth_surf; member
1734 * isl_surf as depth_surf.
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c6334 info.depth_surf = &depth_surface->isl; in cmd_buffer_emit_depth_stencil()
6387 if (info.depth_surf) in cmd_buffer_emit_depth_stencil()
6388 genX(cmd_buffer_emit_gfx12_depth_wa)(cmd_buffer, info.depth_surf); in cmd_buffer_emit_depth_stencil()
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_genX_exec.h1717 info.depth_surf = &params->depth.surf; in blorp_emit_depth_stencil_config()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c3308 info.depth_surf = &zres->surf; in iris_set_framebuffer_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c7474 info.depth_surf = &zres->surf;

Completed in 48 milliseconds