Searched refs:radeon_miptree_create (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_mipmap_tree.h | 103 radeon_mipmap_tree *radeon_miptree_create(radeonContextPtr rmesa,
|
D | radeon_screen.h | 177 #define radeon_miptree_create r200_radeon_miptree_create macro
|
D | radeon_mipmap_tree.c | 178 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()
|
D | radeon_texture.c | 692 return radeon_miptree_create(rmesa, texObj->Target, in radeon_miptree_create_for_teximage()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_mipmap_tree.h | 103 radeon_mipmap_tree *radeon_miptree_create(radeonContextPtr rmesa,
|
D | radeon_screen.h | 177 #define radeon_miptree_create r200_radeon_miptree_create macro
|
D | radeon_mipmap_tree.c | 178 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()
|
D | radeon_texture.c | 692 return radeon_miptree_create(rmesa, texObj->Target, in radeon_miptree_create_for_teximage()
|