Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/isl/
Disl.c740 const struct isl_extent4d *phys_level0_sa) in isl_choose_array_pitch_span() argument
772 if (phys_level0_sa->array_len == 1) { in isl_choose_array_pitch_span()
821 assert(phys_level0_sa->array_len == 1); in isl_choose_array_pitch_span()
825 if (phys_level0_sa->array_len == 1) { in isl_choose_array_pitch_span()
1018 struct isl_extent4d *phys_level0_sa) in isl_calc_phys_level0_extent_sa() argument
1038 *phys_level0_sa = (struct isl_extent4d) { in isl_calc_phys_level0_extent_sa()
1063 *phys_level0_sa = (struct isl_extent4d) { in isl_calc_phys_level0_extent_sa()
1077 *phys_level0_sa = (struct isl_extent4d) { in isl_calc_phys_level0_extent_sa()
1090 *phys_level0_sa = (struct isl_extent4d) { in isl_calc_phys_level0_extent_sa()
1098 &phys_level0_sa->w, in isl_calc_phys_level0_extent_sa()
[all …]
Disl.h1510 struct isl_extent4d phys_level0_sa; member
2559 return isl_extent4d(DIV_ROUND_UP(surf->phys_level0_sa.w, fmtl->bw), in isl_surf_get_phys_level0_el()
2560 DIV_ROUND_UP(surf->phys_level0_sa.h, fmtl->bh), in isl_surf_get_phys_level0_el()
2561 DIV_ROUND_UP(surf->phys_level0_sa.d, fmtl->bd), in isl_surf_get_phys_level0_el()
2562 surf->phys_level0_sa.a); in isl_surf_get_phys_level0_el()
/third_party/mesa3d/docs/isl/
Dunits.rst59 the first things ISL does is to compute :cpp:member:`isl_surf::phys_level0_sa`
61 type of :cpp:member:`isl_surf::phys_level0_sa` is :cpp:struct:`isl_extent4d`
/third_party/mesa3d/src/intel/blorp/
Dblorp.c188 info->surf.phys_level0_sa.w += surf->tile_x_sa; in brw_blorp_surface_info_init()
189 info->surf.phys_level0_sa.h += surf->tile_y_sa; in brw_blorp_surface_info_init()
Dblorp_blit.c1681 info->surf.phys_level0_sa.w += info->tile_x_sa; in blorp_surf_convert_to_single_slice()
1682 info->surf.phys_level0_sa.h += info->tile_y_sa; in blorp_surf_convert_to_single_slice()
1701 info->surf.logical_level0_px = info->surf.phys_level0_sa; in blorp_surf_fake_interleaved_msaa()
1848 info->surf.phys_level0_sa.width *= 3; in surf_fake_rgb_with_red()
2335 info->surf.phys_level0_sa.width = size * px_size_sa.w; in shrink_surface_params()
2339 info->surf.phys_level0_sa.height = size * px_size_sa.h; in shrink_surface_params()
2841 info->surf.phys_level0_sa.w += info->tile_x_sa; in blorp_surf_convert_to_uncompressed()
2842 info->surf.phys_level0_sa.h += info->tile_y_sa; in blorp_surf_convert_to_uncompressed()
Dblorp_clear.c683 params.dst.surf.phys_level0_sa.width = max_fake_rgb_width; in blorp_clear()
/third_party/mesa3d/src/intel/isl/tests/
Disl_surf_get_image_offset_test.c100 t_assert_extent4d(&surf->phys_level0_sa, width, height, depth, array_len); in t_assert_phys_level0_sa()
/third_party/mesa3d/docs/relnotes/
D19.1.2.rst129 - isl: Don't align phys_level0_sa by block dimension
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_clear.c443 (u_minify(res->surf.phys_level0_sa.width, in can_fast_clear_depth()
Dcrocus_resource.c545 uint32_t width = u_minify(res->surf.phys_level0_sa.width, level); in crocus_resource_configure_aux()
546 uint32_t height = u_minify(res->surf.phys_level0_sa.height, level); in crocus_resource_configure_aux()
Dcrocus_state.c3008 surf->surf.phys_level0_sa = isl_surf_get_phys_level0_el(&surf->surf); in crocus_create_surface()