Home
last modified time | relevance | path

Searched refs:isl_align_div_npot (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/isl/
Disl.c1347 .w = isl_align_div_npot(phys_slice0_sa.w, fmtl->bw), in isl_calc_phys_total_extent_el_gfx4_2d()
1348 .h = isl_align_div_npot(phys_slice0_sa.h, fmtl->bh), in isl_calc_phys_total_extent_el_gfx4_2d()
1349 .d = isl_align_div_npot(phys_level0_sa->d, fmtl->bd), in isl_calc_phys_total_extent_el_gfx4_2d()
1354 .w = isl_align_div_npot(phys_slice0_sa.w, fmtl->bw), in isl_calc_phys_total_extent_el_gfx4_2d()
1356 isl_align_div_npot(phys_slice0_sa.h, fmtl->bh), in isl_calc_phys_total_extent_el_gfx4_2d()
2876 const uint32_t subimage_w_el = isl_align_div_npot(subimage_w_sa, fmtl->bw); in isl_surf_get_image_range_B_tile()
2877 const uint32_t subimage_h_el = isl_align_div_npot(subimage_h_sa, fmtl->bh); in isl_surf_get_image_range_B_tile()
2993 const uint32_t view_width_el = isl_align_div_npot(view_width_px, fmtl->bw); in isl_surf_get_uncompressed_surf()
2994 const uint32_t view_height_el = isl_align_div_npot(view_height_px, fmtl->bh); in isl_surf_get_uncompressed_surf()
Disl_priv.h103 isl_align_div_npot(uintmax_t n, uintmax_t a) in isl_align_div_npot() function