Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_mipmap_tree.h83 void radeon_miptree_reference(radeon_mipmap_tree *mt, radeon_mipmap_tree **ptr);
Dradeon_mipmap_tree.c209 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()
Dradeon_screen.h180 #define radeon_miptree_reference r200_radeon_miptree_reference macro
Dradeon_texture.c513 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/
Dradeon_mipmap_tree.h83 void radeon_miptree_reference(radeon_mipmap_tree *mt, radeon_mipmap_tree **ptr);
Dradeon_mipmap_tree.c209 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()
Dradeon_screen.h180 #define radeon_miptree_reference r200_radeon_miptree_reference macro
Dradeon_texture.c513 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()