Home
last modified time | relevance | path

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

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