Searched refs:r600_fmt_get_nblocksx (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dr600_cs.c221 int r600_fmt_get_nblocksx(u32 format, u32 w) function
440 tmp = r600_fmt_get_nblocksy(format, height) * r600_fmt_get_nblocksx(format, pitch) *
466 pitch, height, r600_fmt_get_nblocksx(format, pitch),
1511 nbx = r600_fmt_get_nblocksx(format, width);
H A Dradeon.h1950 int r600_fmt_get_nblocksx(u32 format, u32 w);
H A Devergreen_cs.c786 surf.nbx = r600_fmt_get_nblocksx(surf.format, surf.nbx);
885 surf.nbx = r600_fmt_get_nblocksx(surf.format, w);

Completed in 103 milliseconds