Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/isl/
Disl.c710 const struct isl_extent4d *phys_level0_sa) in isl_choose_array_pitch_span() argument
742 if (phys_level0_sa->array_len == 1) { in isl_choose_array_pitch_span()
791 assert(phys_level0_sa->array_len == 1); in isl_choose_array_pitch_span()
795 if (phys_level0_sa->array_len == 1) { in isl_choose_array_pitch_span()
959 struct isl_extent4d *phys_level0_sa) in isl_calc_phys_level0_extent_sa() argument
979 *phys_level0_sa = (struct isl_extent4d) { in isl_calc_phys_level0_extent_sa()
1004 *phys_level0_sa = (struct isl_extent4d) { in isl_calc_phys_level0_extent_sa()
1018 *phys_level0_sa = (struct isl_extent4d) { in isl_calc_phys_level0_extent_sa()
1031 *phys_level0_sa = (struct isl_extent4d) { in isl_calc_phys_level0_extent_sa()
1039 &phys_level0_sa->w, in isl_calc_phys_level0_extent_sa()
[all …]
Disl.h1498 struct isl_extent4d phys_level0_sa; member
2467 return isl_extent4d(DIV_ROUND_UP(surf->phys_level0_sa.w, fmtl->bw), in isl_surf_get_phys_level0_el()
2468 DIV_ROUND_UP(surf->phys_level0_sa.h, fmtl->bh), in isl_surf_get_phys_level0_el()
2469 DIV_ROUND_UP(surf->phys_level0_sa.d, fmtl->bd), in isl_surf_get_phys_level0_el()
2470 surf->phys_level0_sa.a); in isl_surf_get_phys_level0_el()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fbo.c672 const unsigned d_width = depth_mt->surf.phys_level0_sa.width; in brw_validate_framebuffer()
673 const unsigned d_height = depth_mt->surf.phys_level0_sa.height; in brw_validate_framebuffer()
675 depth_mt->surf.phys_level0_sa.depth : in brw_validate_framebuffer()
676 depth_mt->surf.phys_level0_sa.array_len; in brw_validate_framebuffer()
678 const unsigned s_width = stencil_mt->surf.phys_level0_sa.width; in brw_validate_framebuffer()
679 const unsigned s_height = stencil_mt->surf.phys_level0_sa.height; in brw_validate_framebuffer()
681 stencil_mt->surf.phys_level0_sa.depth : in brw_validate_framebuffer()
682 stencil_mt->surf.phys_level0_sa.array_len; in brw_validate_framebuffer()
Dbrw_clear.c155 (minify(mt->surf.phys_level0_sa.width, in brw_fast_clear_depth()
Dbrw_mipmap_tree.c248 return surf->phys_level0_sa.array_len; in get_num_phys_layers()
251 return minify(surf->phys_level0_sa.array_len, level); in get_num_phys_layers()
253 return minify(surf->phys_level0_sa.depth, level); in get_num_phys_layers()
1290 unsigned width = minify(src_mt->surf.phys_level0_sa.width, in brw_miptree_copy_slice()
1292 unsigned height = minify(src_mt->surf.phys_level0_sa.height, in brw_miptree_copy_slice()
1495 uint32_t width = minify(mt->surf.phys_level0_sa.width, level); in brw_miptree_level_enable_hiz()
1496 uint32_t height = minify(mt->surf.phys_level0_sa.height, level); in brw_miptree_level_enable_hiz()
2329 minify(src->surf.phys_level0_sa.depth, level) : in brw_update_r8stencil()
2330 src->surf.phys_level0_sa.array_len; in brw_update_r8stencil()
Dbrw_blit.c517 const unsigned h0 = src_mt->surf.phys_level0_sa.height; in brw_miptree_blit()
522 const unsigned h0 = dst_mt->surf.phys_level0_sa.height; in brw_miptree_blit()
Dbrw_screen.c504 image->width = minify(mt->surf.phys_level0_sa.width, in brw_setup_image_from_mipmap_tree()
506 image->height = minify(mt->surf.phys_level0_sa.height, in brw_setup_image_from_mipmap_tree()
Dbrw_blorp.c1092 apply_y_flip(&y0, &y1, minify(src_mt->surf.phys_level0_sa.height, in brw_blorp_download_miptree()
/third_party/mesa3d/src/intel/blorp/
Dblorp.c172 info->surf.phys_level0_sa.w += surf->tile_x_sa; in brw_blorp_surface_info_init()
173 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()
2320 info->surf.phys_level0_sa.width = size * px_size_sa.w; in shrink_surface_params()
2324 info->surf.phys_level0_sa.height = size * px_size_sa.h; in shrink_surface_params()
2757 info->surf.phys_level0_sa.w += info->tile_x_sa; in blorp_surf_convert_to_uncompressed()
2758 info->surf.phys_level0_sa.h += info->tile_y_sa; in blorp_surf_convert_to_uncompressed()
Dblorp_clear.c658 params.dst.surf.phys_level0_sa.width = max_fake_rgb_width; in blorp_clear()
/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/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 (minify(res->surf.phys_level0_sa.width, in can_fast_clear_depth()
Dcrocus_resource.c536 uint32_t width = u_minify(res->surf.phys_level0_sa.width, level); in crocus_resource_configure_aux()
537 uint32_t height = u_minify(res->surf.phys_level0_sa.height, level); in crocus_resource_configure_aux()
Dcrocus_state.c3003 surf->surf.phys_level0_sa = isl_surf_get_phys_level0_el(&surf->surf); in crocus_create_surface()