Home | History | Annotate | Download | only in isl

Lines Matching defs:phys_level0_sa

368                             const struct isl_extent4d *phys_level0_sa)
400 if (phys_level0_sa->array_len == 1) {
437 assert(phys_level0_sa->array_len == 1);
450 assert(phys_level0_sa->array_len == 1);
454 if (phys_level0_sa->array_len == 1) {
564 struct isl_extent4d *phys_level0_sa)
583 *phys_level0_sa = (struct isl_extent4d) {
604 *phys_level0_sa = (struct isl_extent4d) {
618 *phys_level0_sa = (struct isl_extent4d) {
631 *phys_level0_sa = (struct isl_extent4d) {
639 &phys_level0_sa->w,
640 &phys_level0_sa->h);
642 phys_level0_sa->w = isl_align(phys_level0_sa->w, fmtl->bw);
643 phys_level0_sa->h = isl_align(phys_level0_sa->h, fmtl->bh);
664 *phys_level0_sa = (struct isl_extent4d) {
674 *phys_level0_sa = (struct isl_extent4d) {
696 const struct isl_extent4d *phys_level0_sa,
701 assert(phys_level0_sa->depth == 1);
711 * ISL_MSAA_LAYOUT_INTERLEAVED, because phys_level0_sa is already scaled
720 .w = isl_align_npot(phys_level0_sa->w, fmtl->bw),
721 .h = isl_align_npot(phys_level0_sa->h, fmtl->bh),
731 uint32_t W0 = phys_level0_sa->w;
732 uint32_t H0 = phys_level0_sa->h;
771 const struct isl_extent4d *phys_level0_sa,
775 assert(phys_level0_sa->array_len == 1);
780 uint32_t W0 = phys_level0_sa->w;
781 uint32_t H0 = phys_level0_sa->h;
782 uint32_t D0 = phys_level0_sa->d;
811 const struct isl_extent4d *phys_level0_sa,
816 assert(phys_level0_sa->height == 1);
817 assert(phys_level0_sa->depth == 1);
822 const uint32_t W0 = phys_level0_sa->w;
845 const struct isl_extent4d *phys_level0_sa,
851 image_align_sa, phys_level0_sa,
856 image_align_sa, phys_level0_sa,
861 phys_level0_sa, phys_slice0_sa);
877 const struct isl_extent4d *phys_level0_sa,
898 uint32_t H0_sa = phys_level0_sa->h;
1214 struct isl_extent4d phys_level0_sa;
1216 &phys_level0_sa);
1217 assert(phys_level0_sa.w % fmtl->bw == 0);
1218 assert(phys_level0_sa.h % fmtl->bh == 0);
1221 isl_choose_array_pitch_span(dev, info, dim_layout, &phys_level0_sa);
1225 &image_align_sa, &phys_level0_sa,
1233 &phys_level0_sa, &phys_slice0_sa);
1235 uint32_t total_h_el = phys_level0_sa.array_len * array_pitch_el_rows;
1303 .phys_level0_sa = phys_level0_sa,
1615 const uint32_t W0 = surf->phys_level0_sa.width;
1616 const uint32_t H0 = surf->phys_level0_sa.height;
1649 assert(logical_z_offset_px < isl_minify(surf->phys_level0_sa.depth, level));
1650 assert(surf->phys_level0_sa.array_len == 1);
1655 const uint32_t W0 = surf->phys_level0_sa.width;
1656 const uint32_t H0 = surf->phys_level0_sa.height;
1657 const uint32_t D0 = surf->phys_level0_sa.depth;
1694 assert(layer < surf->phys_level0_sa.array_len);
1695 assert(surf->phys_level0_sa.height == 1);
1696 assert(surf->phys_level0_sa.depth == 1);
1699 const uint32_t W0 = surf->phys_level0_sa.width;