Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/isl/
Disl_emit_depth_stencil.c69 if (info->depth_surf) { in isl_genX()
70 db.SurfaceType = isl_to_gen_ds_surftype[info->depth_surf->dim]; in isl_genX()
71 db.SurfaceFormat = isl_surf_get_depth_format(dev, info->depth_surf); in isl_genX()
72 db.Width = info->depth_surf->logical_level0_px.width - 1; in isl_genX()
73 db.Height = info->depth_surf->logical_level0_px.height - 1; in isl_genX()
75 db.Depth = info->depth_surf->logical_level0_px.depth - 1; in isl_genX()
88 if (info->depth_surf || info->stencil_surf) { in isl_genX()
109 if (info->depth_surf) { in isl_genX()
119 db.TiledSurface = info->depth_surf->tiling != ISL_TILING_LINEAR; in isl_genX()
120 db.TileWalk = info->depth_surf->tiling == ISL_TILING_Y0 ? TILEWALK_YMAJOR : in isl_genX()
[all …]
Disl.c2272 if (info->depth_surf && info->stencil_surf) { in isl_emit_depth_stencil_hiz_s()
2274 assert(info->depth_surf == info->stencil_surf); in isl_emit_depth_stencil_hiz_s()
2277 assert(info->depth_surf->dim == info->stencil_surf->dim); in isl_emit_depth_stencil_hiz_s()
2280 if (info->depth_surf) { in isl_emit_depth_stencil_hiz_s()
2281 assert((info->depth_surf->usage & ISL_SURF_USAGE_DEPTH_BIT)); in isl_emit_depth_stencil_hiz_s()
2282 if (info->depth_surf->dim == ISL_SURF_DIM_3D) { in isl_emit_depth_stencil_hiz_s()
2284 info->depth_surf->logical_level0_px.depth); in isl_emit_depth_stencil_hiz_s()
2287 info->depth_surf->logical_level0_px.array_len); in isl_emit_depth_stencil_hiz_s()
Disl.h1462 const struct isl_surf *depth_surf; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.c1431 struct blorp_surf depth_surf, stencil_surf; in brw_blorp_clear_depth_stencil() local
1446 blorp_surf_for_miptree(brw, &depth_surf, depth_mt, depth_mt->aux_usage, in brw_blorp_clear_depth_stencil()
1483 blorp_clear_depth_stencil(&batch, &depth_surf, &stencil_surf, in brw_blorp_clear_depth_stencil()
Dbrw_misc_state.c372 info.depth_surf = &depth_mt->surf; in brw_emit_depthbuffer()
/external/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h1633 info.depth_surf = &params->depth.surf; in blorp_emit_depth_stencil_config()
/external/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c5103 info.depth_surf = &surface->isl; in cmd_buffer_emit_depth_stencil()
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c3145 info.depth_surf = &zres->surf; in iris_set_framebuffer_state()