Searched refs:radeon_miptree_reference (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_mipmap_tree.h | 83 void radeon_miptree_reference(radeon_mipmap_tree *mt, radeon_mipmap_tree **ptr);
|
D | radeon_mipmap_tree.c | 209 void radeon_miptree_reference(radeon_mipmap_tree *mt, radeon_mipmap_tree **ptr) in radeon_miptree_reference() function 437 radeon_miptree_reference(mt, &image->mt); in migrate_image_to_miptree() 536 radeon_miptree_reference(dst_miptree, &t->mt); in radeon_validate_texture_miptree()
|
D | radeon_screen.h | 180 #define radeon_miptree_reference r200_radeon_miptree_reference macro
|
D | radeon_texture.c | 513 radeon_miptree_reference(t->mt, &image->mt); in teximage_assign_miptree() 575 radeon_miptree_reference(t->mt, &radeonImage->mt); in radeon_image_target_texture_2d()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_mipmap_tree.h | 83 void radeon_miptree_reference(radeon_mipmap_tree *mt, radeon_mipmap_tree **ptr);
|
D | radeon_mipmap_tree.c | 209 void radeon_miptree_reference(radeon_mipmap_tree *mt, radeon_mipmap_tree **ptr) in radeon_miptree_reference() function 437 radeon_miptree_reference(mt, &image->mt); in migrate_image_to_miptree() 536 radeon_miptree_reference(dst_miptree, &t->mt); in radeon_validate_texture_miptree()
|
D | radeon_screen.h | 180 #define radeon_miptree_reference r200_radeon_miptree_reference macro
|
D | radeon_texture.c | 513 radeon_miptree_reference(t->mt, &image->mt); in teximage_assign_miptree() 575 radeon_miptree_reference(t->mt, &radeonImage->mt); in radeon_image_target_texture_2d()
|