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

/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl.c344 struct isl_extent2d phys_B; local in function:isl_tiling_get_info
364 phys_B = isl_extent2d(bs, 1);
370 phys_B = isl_extent2d(512, 8);
377 phys_B = isl_extent2d(128, 32);
394 phys_B = isl_extent2d(128, 32);
406 phys_B = isl_extent2d(width, height);
464 phys_B.w = logical_el.w * bs;
465 phys_B.h = 64 * 1024 / phys_B.w;
475 phys_B
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl.c217 struct isl_extent2d logical_el, phys_B; local in function:isl_tiling_get_info
235 phys_B = isl_extent2d(bs, 1);
241 phys_B = isl_extent2d(512, 8);
247 phys_B = isl_extent2d(128, 32);
264 phys_B = isl_extent2d(128, 32);
276 phys_B = isl_extent2d(width, height);
287 phys_B = isl_extent2d(128, 32);
310 phys_B = isl_extent2d(128, 32);
321 .phys_extent_B = phys_B,

Completed in 7 milliseconds