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

/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dr600_cs.c1495 unsigned *l0_size, unsigned *mipmap_size)
1535 *mipmap_size = offset;
1537 *mipmap_size = *l0_size;
1539 *mipmap_size -= *l0_size;
1561 u32 word0, word1, l0_size, mipmap_size, word2, word3, word4, word5; local
1675 &l0_size, &mipmap_size);
1686 if ((mipmap_size + word3) > radeon_bo_size(mipmap)) {
1688 w0, h0, format, blevel, nlevels, word3, mipmap_size, radeon_bo_size(texture));*/
1492 r600_texture_size(unsigned nfaces, unsigned blevel, unsigned llevel, unsigned w0, unsigned h0, unsigned d0, unsigned nsamples, unsigned format, unsigned block_align, unsigned height_align, unsigned base_align, unsigned *l0_size, unsigned *mipmap_size) argument

Completed in 62 milliseconds