Home
last modified time | relevance | path

Searched refs:get_texture_image_row_stride (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_mipmap_tree.h94 unsigned get_texture_image_row_stride(radeonContextPtr rmesa, mesa_format format, unsigned width, u…
Dradeon_screen.h175 #define get_texture_image_row_stride r200_get_texture_image_row_stride macro
Dradeon_pixel_read.c132 …aligned_rowstride = get_texture_image_row_stride(radeon, dst_format, dst_rowstride, 0, GL_TEXTURE_… in do_blit_readpixels()
Dradeon_mipmap_tree.c98 unsigned get_texture_image_row_stride(radeonContextPtr rmesa, mesa_format format, unsigned width, u… in get_texture_image_row_stride() function
134 …lvl->rowstride = get_texture_image_row_stride(rmesa, mt->mesaFormat, lvl->width, mt->tilebits, mt-… in compute_tex_image_offset()
Dradeon_texture.c180 …*stride = get_texture_image_row_stride(rmesa, texImage->TexFormat, width, 0, texImage->TexObject->… in radeon_map_texture_image()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_mipmap_tree.h94 unsigned get_texture_image_row_stride(radeonContextPtr rmesa, mesa_format format, unsigned width, u…
Dradeon_screen.h175 #define get_texture_image_row_stride r200_get_texture_image_row_stride macro
Dradeon_pixel_read.c132 …aligned_rowstride = get_texture_image_row_stride(radeon, dst_format, dst_rowstride, 0, GL_TEXTURE_… in do_blit_readpixels()
Dradeon_mipmap_tree.c98 unsigned get_texture_image_row_stride(radeonContextPtr rmesa, mesa_format format, unsigned width, u… in get_texture_image_row_stride() function
134 …lvl->rowstride = get_texture_image_row_stride(rmesa, mt->mesaFormat, lvl->width, mt->tilebits, mt-… in compute_tex_image_offset()
Dradeon_texture.c180 …*stride = get_texture_image_row_stride(rmesa, texImage->TexFormat, width, 0, texImage->TexObject->… in radeon_map_texture_image()