Searched refs:radeon_mipmap_tree (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_mipmap_tree.h | 33 typedef struct _radeon_mipmap_tree radeon_mipmap_tree; typedef in typeref:struct:_radeon_mipmap_tree 83 void radeon_miptree_reference(radeon_mipmap_tree *mt, radeon_mipmap_tree **ptr); 84 void radeon_miptree_unreference(radeon_mipmap_tree **ptr); 86 GLboolean radeon_miptree_matches_image(radeon_mipmap_tree *mt, 90 GLuint radeon_miptree_image_offset(radeon_mipmap_tree *mt, 103 radeon_mipmap_tree *radeon_miptree_create(radeonContextPtr rmesa,
|
| H A D | Makefile.sources | 16 radeon_mipmap_tree.c \ 17 radeon_mipmap_tree.h \
|
| H A D | radeon_mipmap_tree.c | 29 #include "radeon_mipmap_tree.h" 126 static void compute_tex_image_offset(radeonContextPtr rmesa, radeon_mipmap_tree *mt, 149 static void calculate_miptree_layout(radeonContextPtr rmesa, radeon_mipmap_tree *mt) 178 radeon_mipmap_tree* radeon_miptree_create(radeonContextPtr rmesa, 182 radeon_mipmap_tree *mt = CALLOC_STRUCT(_radeon_mipmap_tree); 209 void radeon_miptree_reference(radeon_mipmap_tree *mt, radeon_mipmap_tree **ptr) 219 void radeon_miptree_unreference(radeon_mipmap_tree **ptr) 221 radeon_mipmap_tree *mt = *ptr; 290 GLboolean radeon_miptree_matches_image(radeon_mipmap_tree *m [all...] |
| H A D | radeon_texture.c | 48 #include "radeon_mipmap_tree.h" 54 static radeon_mipmap_tree *radeon_miptree_create_for_teximage(radeonContextPtr rmesa, 156 radeon_mipmap_tree *mt = image->mt; 645 static radeon_mipmap_tree *radeon_miptree_create_for_teximage(radeonContextPtr rmesa,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_mipmap_tree.h | 33 typedef struct _radeon_mipmap_tree radeon_mipmap_tree; typedef in typeref:struct:_radeon_mipmap_tree 83 void radeon_miptree_reference(radeon_mipmap_tree *mt, radeon_mipmap_tree **ptr); 84 void radeon_miptree_unreference(radeon_mipmap_tree **ptr); 86 GLboolean radeon_miptree_matches_image(radeon_mipmap_tree *mt, 90 GLuint radeon_miptree_image_offset(radeon_mipmap_tree *mt, 103 radeon_mipmap_tree *radeon_miptree_create(radeonContextPtr rmesa,
|
| H A D | radeon_mipmap_tree.c | 29 #include "radeon_mipmap_tree.h" 127 static void compute_tex_image_offset(radeonContextPtr rmesa, radeon_mipmap_tree *mt, 150 static void calculate_miptree_layout(radeonContextPtr rmesa, radeon_mipmap_tree *mt) 179 radeon_mipmap_tree* radeon_miptree_create(radeonContextPtr rmesa, 183 radeon_mipmap_tree *mt = CALLOC_STRUCT(_radeon_mipmap_tree); 210 void radeon_miptree_reference(radeon_mipmap_tree *mt, radeon_mipmap_tree **ptr) 220 void radeon_miptree_unreference(radeon_mipmap_tree **ptr) 222 radeon_mipmap_tree *mt = *ptr; 291 GLboolean radeon_miptree_matches_image(radeon_mipmap_tree *m [all...] |
| H A D | radeon_texture.c | 47 #include "radeon_mipmap_tree.h" 53 static radeon_mipmap_tree *radeon_miptree_create_for_teximage(radeonContextPtr rmesa, 155 radeon_mipmap_tree *mt = image->mt; 640 static radeon_mipmap_tree *radeon_miptree_create_for_teximage(radeonContextPtr rmesa,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | Makefile.sources | 16 radeon_mipmap_tree.c \ 17 radeon_mipmap_tree.h \
|
Completed in 9 milliseconds