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

/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_emit_depth_stencil.c76 if (info->depth_surf) {
77 db.SurfaceType = isl_encode_ds_surftype[info->depth_surf->dim];
78 db.SurfaceFormat = isl_surf_get_depth_format(dev, info->depth_surf);
79 db.Width = info->depth_surf->logical_level0_px.width - 1;
80 db.Height = info->depth_surf->logical_level0_px.height - 1;
82 db.Depth = info->depth_surf->logical_level0_px.depth - 1;
95 if (info->depth_surf || info->stencil_surf) {
116 if (info->depth_surf) {
126 db.TiledMode = isl_encode_tiling[info->depth_surf->tiling];
130 isl_get_render_compression_format(info->depth_surf
[all...]
H A Disl.c2453 if (info->depth_surf && info->stencil_surf) {
2455 assert(info->depth_surf == info->stencil_surf);
2458 assert(info->depth_surf->dim == info->stencil_surf->dim);
2461 if (info->depth_surf) {
2462 assert((info->depth_surf->usage & ISL_SURF_USAGE_DEPTH_BIT));
2463 if (info->depth_surf->dim == ISL_SURF_DIM_3D) {
2465 info->depth_surf->logical_level0_px.depth);
2468 info->depth_surf->logical_level0_px.array_len);
H A Disl.h1701 const struct isl_surf *depth_surf; member in struct:isl_depth_stencil_hiz_emit_info
1707 * isl_surf as depth_surf.
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_emit_depth_stencil.c69 if (info->depth_surf) {
70 db.SurfaceType = isl_to_gen_ds_surftype[info->depth_surf->dim];
71 db.SurfaceFormat = isl_surf_get_depth_format(dev, info->depth_surf);
72 db.Width = info->depth_surf->logical_level0_px.width - 1;
73 db.Height = info->depth_surf->logical_level0_px.height - 1;
84 if (info->depth_surf || info->stencil_surf) {
91 if (info->depth_surf) {
101 db.TiledSurface = info->depth_surf->tiling != ISL_TILING_LINEAR;
102 db.TileWalk = info->depth_surf->tiling == ISL_TILING_Y0 ? TILEWALK_YMAJOR :
107 db.SurfacePitch = info->depth_surf
[all...]
H A Disl.c1894 if (info->depth_surf && info->stencil_surf) {
1896 assert(info->depth_surf == info->stencil_surf);
1899 assert(info->depth_surf->dim == info->stencil_surf->dim);
1902 if (info->depth_surf) {
1903 assert((info->depth_surf->usage & ISL_SURF_USAGE_DEPTH_BIT));
1904 if (info->depth_surf->dim == ISL_SURF_DIM_3D) {
1906 info->depth_surf->logical_level0_px.depth);
1909 info->depth_surf->logical_level0_px.array_len);
H A Disl.h1376 const struct isl_surf *depth_surf; member in struct:isl_depth_stencil_hiz_emit_info
1382 * isl_surf as depth_surf.
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.c1433 struct blorp_surf depth_surf, stencil_surf; local in function:brw_blorp_clear_depth_stencil
1448 blorp_surf_for_miptree(brw, &depth_surf, depth_mt, depth_mt->aux_usage,
1485 blorp_clear_depth_stencil(&batch, &depth_surf, &stencil_surf,
H A Dbrw_misc_state.c372 info.depth_surf = &depth_mt->surf;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.c1410 struct blorp_surf depth_surf, stencil_surf; local in function:brw_blorp_clear_depth_stencil
1424 blorp_surf_for_miptree(brw, &depth_surf, depth_mt, depth_mt->aux_usage,
1461 blorp_clear_depth_stencil(&batch, &depth_surf, &stencil_surf,
H A Dbrw_misc_state.c372 info.depth_surf = &depth_mt->surf;
/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_genX_exec.h1563 info.depth_surf = &params->depth.surf;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c5836 info.depth_surf = &depth_surface->isl;
5888 if (info.depth_surf)
5889 genX(cmd_buffer_emit_gfx12_depth_wa)(cmd_buffer, info.depth_surf);
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_genX_exec.h1666 info.depth_surf = &params->depth.surf;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c3900 info.depth_surf = &surface->isl;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_state.c2496 info.depth_surf = &zres->surf;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c3144 info.depth_surf = &zres->surf;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_state.c7469 info.depth_surf = &zres->surf;

Completed in 73 milliseconds