Searched refs:pitch_sa_rows (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl.c868 uint32_t pitch_sa_rows = 0; local in function:isl_calc_array_pitch_el_rows_gen4_2d
872 pitch_sa_rows = isl_align_npot(phys_slice0_sa->h, image_align_sa->h);
893 pitch_sa_rows = h0_sa + h1_sa + (m * image_align_sa->h);
907 pitch_sa_rows += 4;
910 pitch_sa_rows = isl_align_npot(pitch_sa_rows, fmtl->bh);
915 assert(pitch_sa_rows % fmtl->bh == 0);
916 uint32_t pitch_el_rows = pitch_sa_rows / fmtl->bh;
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl.c1099 uint32_t pitch_sa_rows = 0; local in function:isl_calc_array_pitch_el_rows_gfx4_2d
1103 pitch_sa_rows = isl_align_npot(phys_slice0_sa->h, image_align_sa->h);
1124 pitch_sa_rows = h0_sa + h1_sa + (m * image_align_sa->h);
1138 pitch_sa_rows += 4;
1141 pitch_sa_rows = isl_align_npot(pitch_sa_rows, fmtl->bh);
1146 assert(pitch_sa_rows % fmtl->bh == 0);
1147 uint32_t pitch_el_rows = pitch_sa_rows / fmtl->bh;

Completed in 8 milliseconds