Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_mipmap_tree.h103 radeon_mipmap_tree *radeon_miptree_create(radeonContextPtr rmesa,
Dradeon_screen.h177 #define radeon_miptree_create r200_radeon_miptree_create macro
Dradeon_mipmap_tree.c178 radeon_mipmap_tree* radeon_miptree_create(radeonContextPtr rmesa, in radeon_miptree_create() function
373 t->mt = radeon_miptree_create(rmesa, t->base.Target, in radeon_try_alloc_miptree()
Dradeon_texture.c692 return radeon_miptree_create(rmesa, texObj->Target, in radeon_miptree_create_for_teximage()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_mipmap_tree.h103 radeon_mipmap_tree *radeon_miptree_create(radeonContextPtr rmesa,
Dradeon_screen.h177 #define radeon_miptree_create r200_radeon_miptree_create macro
Dradeon_mipmap_tree.c178 radeon_mipmap_tree* radeon_miptree_create(radeonContextPtr rmesa, in radeon_miptree_create() function
373 t->mt = radeon_miptree_create(rmesa, t->base.Target, in radeon_try_alloc_miptree()
Dradeon_texture.c692 return radeon_miptree_create(rmesa, texObj->Target, in radeon_miptree_create_for_teximage()