Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_mipmap_tree.h34 typedef struct _radeon_mipmap_level radeon_mipmap_level; typedef
80 radeon_mipmap_level levels[RADEON_MIPTREE_MAX_TEXTURE_LEVELS];
Dradeon_mipmap_tree.c130 radeon_mipmap_level *lvl = &mt->levels[level]; in compute_tex_image_offset()
303 radeon_mipmap_level *lvl; in radeon_miptree_matches_image()
325 radeon_mipmap_level *mtBaseLevel; in radeon_miptree_matches_texture()
406 radeon_mipmap_level *dstlvl = &mt->levels[level]; in migrate_image_to_miptree()
429 radeon_mipmap_level *srclvl = &image->mt->levels[image->base.Base.Level]; in migrate_image_to_miptree()
Dradeon_texture.c160 radeon_mipmap_level *lvl; in teximage_set_map_data()
252 radeon_mipmap_level *lvl = &image->mt->levels[texImage->Level]; in radeon_map_texture_image()
712 radeon_mipmap_level *lvl; in radeon_swrast_map_image()
Dradeon_state_init.c422 radeon_mipmap_level *lvl; in cube_emit_cs()
458 radeon_mipmap_level *lvl; in tex_emit_cs()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_mipmap_tree.h34 typedef struct _radeon_mipmap_level radeon_mipmap_level; typedef
80 radeon_mipmap_level levels[RADEON_MIPTREE_MAX_TEXTURE_LEVELS];
Dradeon_mipmap_tree.c130 radeon_mipmap_level *lvl = &mt->levels[level]; in compute_tex_image_offset()
303 radeon_mipmap_level *lvl; in radeon_miptree_matches_image()
325 radeon_mipmap_level *mtBaseLevel; in radeon_miptree_matches_texture()
406 radeon_mipmap_level *dstlvl = &mt->levels[level]; in migrate_image_to_miptree()
429 radeon_mipmap_level *srclvl = &image->mt->levels[image->base.Base.Level]; in migrate_image_to_miptree()
Dradeon_texture.c160 radeon_mipmap_level *lvl; in teximage_set_map_data()
252 radeon_mipmap_level *lvl = &image->mt->levels[texImage->Level]; in radeon_map_texture_image()
712 radeon_mipmap_level *lvl; in radeon_swrast_map_image()
Dr200_state_init.c598 radeon_mipmap_level *lvl; in cube_emit_cs()