• Home
  • Raw
  • Download

Lines Matching refs:phys_total_el

1204       struct isl_extent2d *phys_total_el)  in isl_calc_phys_total_extent_el_gen4_3d()  argument
1251 *phys_total_el = (struct isl_extent2d) { in isl_calc_phys_total_extent_el_gen4_3d()
1269 struct isl_extent2d *phys_total_el) in isl_calc_phys_total_extent_el_gen6_stencil_hiz() argument
1312 *phys_total_el = (struct isl_extent2d) { in isl_calc_phys_total_extent_el_gen6_stencil_hiz()
1329 struct isl_extent2d *phys_total_el) in isl_calc_phys_total_extent_el_gen9_1d() argument
1349 *phys_total_el = (struct isl_extent2d) { in isl_calc_phys_total_extent_el_gen9_1d()
1475 const struct isl_extent2d *phys_total_el, in isl_calc_linear_min_row_pitch() argument
1481 return isl_align_npot(bs * phys_total_el->w, alignment_B); in isl_calc_linear_min_row_pitch()
1488 const struct isl_extent2d *phys_total_el, in isl_calc_tiled_min_row_pitch() argument
1497 isl_align_div(phys_total_el->w * tile_el_scale, in isl_calc_tiled_min_row_pitch()
1512 const struct isl_extent2d *phys_total_el, in isl_calc_min_row_pitch() argument
1516 return isl_calc_linear_min_row_pitch(dev, surf_info, phys_total_el, in isl_calc_min_row_pitch()
1520 phys_total_el, alignment_B); in isl_calc_min_row_pitch()
1545 const struct isl_extent2d *phys_total_el, in isl_calc_row_pitch() argument
1552 isl_calc_min_row_pitch(dev, surf_info, tile_info, phys_total_el, in isl_calc_row_pitch()
1651 struct isl_extent2d phys_total_el; in isl_surf_init_s() local
1656 &phys_total_el); in isl_surf_init_s()
1660 &phys_total_el, &row_pitch_B)) in isl_surf_init_s()
1666 size_B = (uint64_t) row_pitch_B * phys_total_el.h; in isl_surf_init_s()
1696 isl_align_div(phys_total_el.h, tile_info.logical_extent_el.height); in isl_surf_init_s()