Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/isl/
Disl.c1004 .w = isl_assert_div(phys_slice0_sa.w, fmtl->bw), in isl_calc_phys_total_extent_el_gen4_2d()
1006 isl_assert_div(phys_slice0_sa.h, fmtl->bh), in isl_calc_phys_total_extent_el_gen4_2d()
1069 .w = isl_assert_div(total_w, fmtl->bw), in isl_calc_phys_total_extent_el_gen4_3d()
1070 .h = isl_assert_div(total_h, fmtl->bh), in isl_calc_phys_total_extent_el_gen4_3d()
1128 isl_assert_div(isl_align(H0, image_align_sa->h), fmtl->bh); in isl_calc_phys_total_extent_el_gen6_stencil_hiz()
1130 .w = isl_assert_div(MAX(total_top_w, total_bottom_w), fmtl->bw), in isl_calc_phys_total_extent_el_gen6_stencil_hiz()
1131 .h = isl_assert_div(total_h, fmtl->bh), in isl_calc_phys_total_extent_el_gen6_stencil_hiz()
1167 .w = isl_assert_div(slice_w, fmtl->bw), in isl_calc_phys_total_extent_el_gen9_1d()
2013 assert(surf->array_pitch_el_rows == isl_assert_div(H, fmtl->bh)); in get_image_offset_sa_gen6_stencil_hiz()
Disl_priv.h84 isl_assert_div(uintmax_t n, uintmax_t a) in isl_assert_div() function