Searched refs:isl_assert_div (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/intel/isl/ |
D | isl_priv.h | 87 isl_assert_div(uintmax_t n, uintmax_t a) in isl_assert_div() function
|
D | isl.c | 1252 .w = isl_assert_div(total_w, fmtl->bw), in isl_calc_phys_total_extent_el_gen4_3d() 1253 .h = isl_assert_div(total_h, fmtl->bh), in isl_calc_phys_total_extent_el_gen4_3d() 1311 isl_assert_div(isl_align(H0, image_align_sa->h), fmtl->bh); in isl_calc_phys_total_extent_el_gen6_stencil_hiz() 1313 .w = isl_assert_div(MAX(total_top_w, total_bottom_w), fmtl->bw), in isl_calc_phys_total_extent_el_gen6_stencil_hiz() 1314 .h = isl_assert_div(total_h, fmtl->bh), in isl_calc_phys_total_extent_el_gen6_stencil_hiz() 1350 .w = isl_assert_div(slice_w, fmtl->bw), in isl_calc_phys_total_extent_el_gen9_1d() 2440 assert(surf->array_pitch_el_rows == isl_assert_div(H, fmtl->bh)); in get_image_offset_sa_gen6_stencil_hiz()
|