Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/isl/
Disl.c1422 .w = isl_assert_div(total_w, fmtl->bw), in isl_calc_phys_total_extent_el_gfx4_3d()
1423 .h = isl_assert_div(total_h, fmtl->bh), in isl_calc_phys_total_extent_el_gfx4_3d()
1483 isl_assert_div(isl_align(H0, image_align_sa->h), fmtl->bh); in isl_calc_phys_total_extent_el_gfx6_stencil_hiz()
1485 .w = isl_assert_div(MAX(total_top_w, total_bottom_w), fmtl->bw), in isl_calc_phys_total_extent_el_gfx6_stencil_hiz()
1486 .h = isl_assert_div(total_h, fmtl->bh), in isl_calc_phys_total_extent_el_gfx6_stencil_hiz()
1524 .w = isl_assert_div(slice_w, fmtl->bw), in isl_calc_phys_total_extent_el_gfx9_1d()
1905 array_pitch_tl_rows = isl_assert_div(array_pitch_el_rows, in isl_surf_init_s()
1911 array_pitch_tl_rows = isl_assert_div(array_pitch_el_rows, in isl_surf_init_s()
2640 assert(surf->array_pitch_el_rows == isl_assert_div(H, fmtl->bh)); in get_image_offset_sa_gfx6_stencil_hiz()
Disl_priv.h87 isl_assert_div(uintmax_t n, uintmax_t a) in isl_assert_div() function