Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dr600_cs.c1409 unsigned *l0_size, unsigned *mipmap_size) in r600_texture_size() argument
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()