Searched refs:blockwidth (Results 1 – 3 of 3) sorted by relevance
220 blockwidth to exceed the bounds of a signed int32.222 Use a 64bit sf_count_t to store the blockwidth.241 - int blockwidth ; /* Size in bytes of one set of interleaved samples. */242 + sf_count_t blockwidth ; /* Size in bytes of one set of interleaved samples. */254 - psf->blockwidth = psf->sf.channels * psf->bytewidth ;255 + psf->blockwidth = (sf_count_t) psf->sf.channels * psf->bytewidth ;262 - psf->blockwidth = psf->sf.channels * psf->bytewidth ;263 + psf->blockwidth = (sf_count_t) psf->sf.channels * psf->bytewidth ;270 - psf->blockwidth = psf->sf.channels * psf->bytewidth ;271 + psf->blockwidth = (sf_count_t) psf->sf.channels * psf->bytewidth ;[all …]
96 unsigned blockwidth; member196 if (color_formats_table[format].blockwidth > 0) in r600_fmt_is_valid_texture()217 bw = color_formats_table[format].blockwidth; in r600_fmt_get_nblocksx()
2218 search for best fitting chunk by scanning bins in blockwidth units.