Searched defs:hgt (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_texture.c233 const unsigned hgt = u_minify(spr->base.height0, level); local
234 const unsigned nblocksy = util_format_get_nblocksy(spr->base.format, hgt);
367 const unsigned hgt = u_minify(spr->base.height0, level); local
368 const unsigned nblocksy = util_format_get_nblocksy(format, hgt);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.c233 const unsigned hgt = u_minify(spr->base.height0, level); local
234 const unsigned nblocksy = util_format_get_nblocksy(spr->base.format, hgt);
367 const unsigned hgt = u_minify(spr->base.height0, level); local
368 const unsigned nblocksy = util_format_get_nblocksy(format, hgt);

Completed in 130 milliseconds