Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dr600_cs.c1410 unsigned *l0_size, unsigned *mipmap_size) in r600_texture_size()
1450 *mipmap_size = offset; in r600_texture_size()
1452 *mipmap_size = *l0_size; in r600_texture_size()
1454 *mipmap_size -= *l0_size; in r600_texture_size()
1476 u32 word0, word1, l0_size, mipmap_size, word2, word3, word4, word5; in r600_check_texture_resource() local
1590 &l0_size, &mipmap_size); in r600_check_texture_resource()
1601 if ((mipmap_size + word3) > radeon_bo_size(mipmap)) { in r600_check_texture_resource()
1603 w0, h0, format, blevel, nlevels, word3, mipmap_size, radeon_bo_size(texture));*/ in r600_check_texture_resource()
1407 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) r600_texture_size() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dr600_cs.c1409 unsigned *l0_size, unsigned *mipmap_size) in r600_texture_size()
1449 *mipmap_size = offset; in r600_texture_size()
1451 *mipmap_size = *l0_size; in r600_texture_size()
1453 *mipmap_size -= *l0_size; in r600_texture_size()
1478 u32 word0, word1, l0_size, mipmap_size, word2, word3, word4, word5; in r600_check_texture_resource() local
1592 &l0_size, &mipmap_size); in r600_check_texture_resource()
1603 if ((mipmap_size + word3) > radeon_bo_size(mipmap)) { in r600_check_texture_resource()
1605 w0, h0, format, blevel, nlevels, word3, mipmap_size, radeon_bo_size(texture));*/ in r600_check_texture_resource()
1406 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) r600_texture_size() argument

Completed in 6 milliseconds