Lines Matching defs:phys_total_el
1331 struct isl_extent4d *phys_total_el)
1346 *phys_total_el = (struct isl_extent4d) {
1353 *phys_total_el = (struct isl_extent4d) {
1374 struct isl_extent4d *phys_total_el)
1421 *phys_total_el = (struct isl_extent4d) {
1441 struct isl_extent4d *phys_total_el)
1484 *phys_total_el = (struct isl_extent4d) {
1503 struct isl_extent4d *phys_total_el)
1523 *phys_total_el = (struct isl_extent4d) {
1545 struct isl_extent4d *phys_total_el)
1553 phys_total_el);
1560 phys_total_el);
1568 phys_total_el);
1575 phys_total_el);
1667 const struct isl_extent4d *phys_total_el,
1673 return isl_align_npot(bs * phys_total_el->w, alignment_B);
1680 const struct isl_extent4d *phys_total_el,
1689 isl_align_div(phys_total_el->w * tile_el_scale,
1704 const struct isl_extent4d *phys_total_el,
1708 return isl_calc_linear_min_row_pitch(dev, surf_info, phys_total_el,
1712 phys_total_el, alignment_B);
1737 const struct isl_extent4d *phys_total_el,
1744 isl_calc_min_row_pitch(dev, surf_info, tile_info, phys_total_el,
1852 struct isl_extent4d phys_total_el;
1857 &phys_total_el);
1861 &phys_total_el, &row_pitch_B))
1868 assert(phys_total_el.d == 1 && phys_total_el.a == 1);
1870 size_B = (uint64_t) row_pitch_B * phys_total_el.h;
1903 if (phys_total_el.d > 1) {
1904 assert(phys_total_el.a == 1);
1907 array_slices = isl_align_div(phys_total_el.d,
1909 } else if (phys_total_el.a > 1) {
1910 assert(phys_total_el.d == 1);
1913 array_slices = isl_align_div(phys_total_el.a,
1916 assert(phys_total_el.d == 1 && phys_total_el.a == 1);
1923 isl_align_div(phys_total_el.h, tile_info.logical_extent_el.height);