Searched refs:isl_align_div_npot (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/ |
| H A D | isl_priv.h | 103 isl_align_div_npot(uintmax_t n, uintmax_t a) function in typeref:typename:uintmax_t
|
| H A D | isl.c | 1052 .w = isl_align_div_npot(phys_slice0_sa.w, fmtl->bw), 1054 isl_align_div_npot(phys_slice0_sa.h, fmtl->bh),
|
| /xsrc/external/mit/MesaLib/dist/src/intel/isl/ |
| H A D | isl_priv.h | 103 isl_align_div_npot(uintmax_t n, uintmax_t a) function in typeref:typename:uintmax_t
|
| H A D | isl.c | 1288 .w = isl_align_div_npot(phys_slice0_sa.w, fmtl->bw), 1289 .h = isl_align_div_npot(phys_slice0_sa.h, fmtl->bh), 1290 .d = isl_align_div_npot(phys_level0_sa->d, fmtl->bd), 1295 .w = isl_align_div_npot(phys_slice0_sa.w, fmtl->bw), 1297 isl_align_div_npot(phys_slice0_sa.h, fmtl->bh), 2857 const uint32_t subimage_w_el = isl_align_div_npot(subimage_w_sa, fmtl->bw); 2858 const uint32_t subimage_h_el = isl_align_div_npot(subimage_h_sa, fmtl->bh); 2974 const uint32_t view_width_el = isl_align_div_npot(view_width_px, fmtl->bw); 2975 const uint32_t view_height_el = isl_align_div_npot(view_height_px, fmtl->bh);
|
Completed in 10 milliseconds