/third_party/mesa3d/src/intel/isl/ |
D | isl.c | 710 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 …]
|
D | isl.h | 1498 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/ |
D | brw_fbo.c | 672 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()
|
D | brw_clear.c | 155 (minify(mt->surf.phys_level0_sa.width, in brw_fast_clear_depth()
|
D | brw_mipmap_tree.c | 248 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()
|
D | brw_blit.c | 517 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()
|
D | brw_screen.c | 504 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()
|
D | brw_blorp.c | 1092 apply_y_flip(&y0, &y1, minify(src_mt->surf.phys_level0_sa.height, in brw_blorp_download_miptree()
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp.c | 172 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()
|
D | blorp_blit.c | 1681 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()
|
D | blorp_clear.c | 658 params.dst.surf.phys_level0_sa.width = max_fake_rgb_width; in blorp_clear()
|
/third_party/mesa3d/docs/isl/ |
D | units.rst | 59 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/ |
D | isl_surf_get_image_offset_test.c | 100 t_assert_extent4d(&surf->phys_level0_sa, width, height, depth, array_len); in t_assert_phys_level0_sa()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.2.rst | 129 - isl: Don't align phys_level0_sa by block dimension
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_clear.c | 443 (minify(res->surf.phys_level0_sa.width, in can_fast_clear_depth()
|
D | crocus_resource.c | 536 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()
|
D | crocus_state.c | 3003 surf->surf.phys_level0_sa = isl_surf_get_phys_level0_el(&surf->surf); in crocus_create_surface()
|