Searched refs:radeon_image (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c764 radeon_texture_image *radeon_image; local in function:radeon_render_texture
775 radeon_image = (radeon_texture_image *)newImage;
777 if (!radeon_image->mt) {
794 if (rrb->bo != radeon_image->mt->bo) {
797 rrb->bo = radeon_image->mt->bo;
802 imageOffset = radeon_miptree_image_offset(radeon_image->mt,
807 imageOffset += radeon_image->mt->levels[att->TextureLevel].rowstride *
808 radeon_image->mt->levels[att->TextureLevel].height *
815 rrb->pitch = radeon_image->mt->levels[att->TextureLevel].rowstride;
816 radeon_image
826 radeon_texture_image *radeon_image = (radeon_texture_image *)image; local in function:radeon_finish_render_texture
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c764 radeon_texture_image *radeon_image; local in function:radeon_render_texture
775 radeon_image = (radeon_texture_image *)newImage;
777 if (!radeon_image->mt) {
794 if (rrb->bo != radeon_image->mt->bo) {
797 rrb->bo = radeon_image->mt->bo;
802 imageOffset = radeon_miptree_image_offset(radeon_image->mt,
807 imageOffset += radeon_image->mt->levels[att->TextureLevel].rowstride *
808 radeon_image->mt->levels[att->TextureLevel].height *
815 rrb->pitch = radeon_image->mt->levels[att->TextureLevel].rowstride;
816 radeon_image
826 radeon_texture_image *radeon_image = (radeon_texture_image *)image; local in function:radeon_finish_render_texture
[all...]

Completed in 4 milliseconds