Home
last modified time | relevance | path

Searched refs:timg (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tex_copy.c42 radeon_texture_image *timg, in do_copy_texsubimage() argument
49 const GLuint face = timg->base.Base.Face; in do_copy_texsubimage()
50 const GLuint level = timg->base.Base.Level; in do_copy_texsubimage()
66 if (_mesa_get_format_bits(timg->base.Base.TexFormat, GL_DEPTH_BITS) > 0) { in do_copy_texsubimage()
74 if (!timg->mt) { in do_copy_texsubimage()
79 assert(timg->mt); in do_copy_texsubimage()
80 assert(timg->mt->bo); in do_copy_texsubimage()
81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage()
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
85 intptr_t dst_offset = radeon_miptree_image_offset(timg->mt, face, level); in do_copy_texsubimage()
[all …]
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_tex_copy.c42 radeon_texture_image *timg, in do_copy_texsubimage() argument
49 const GLuint face = timg->base.Base.Face; in do_copy_texsubimage()
50 const GLuint level = timg->base.Base.Level; in do_copy_texsubimage()
66 if (_mesa_get_format_bits(timg->base.Base.TexFormat, GL_DEPTH_BITS) > 0) { in do_copy_texsubimage()
74 if (!timg->mt) { in do_copy_texsubimage()
79 assert(timg->mt); in do_copy_texsubimage()
80 assert(timg->mt->bo); in do_copy_texsubimage()
81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage()
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
85 intptr_t dst_offset = radeon_miptree_image_offset(timg->mt, face, level); in do_copy_texsubimage()
[all …]