Home
last modified time | relevance | path

Searched refs:_mesa_format_row_stride (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_surface.c50 .pitch = _mesa_format_row_stride(format, width), in nouveau_surface_alloc()
Dnouveau_texture.c396 pitch = _mesa_format_row_stride(s->format, width); in relayout_texture()
/external/mesa3d/src/mesa/main/
Dformats.h330 _mesa_format_row_stride(gl_format format, GLsizei width);
Dtexgetimage.c605 _mesa_format_row_stride(texImage->TexFormat, texImage->Width); in _mesa_get_compressed_teximage()
Dformats.c1925 _mesa_format_row_stride(gl_format format, GLsizei width) in _mesa_format_row_stride() function
Dmipmap.c2055 temp_src_stride = _mesa_format_row_stride(temp_format, srcImage->Width); in generate_mipmap_compressed()
2103 temp_dst_stride = _mesa_format_row_stride(temp_format, dstWidth); in generate_mipmap_compressed()
Dformat_pack.c2104 dstRowStride == _mesa_format_row_stride(format, width)) { in _mesa_pack_ubyte_rgba_rect()
Dtexstore.c4500 srcRowStride = _mesa_format_row_stride(texFormat, width); in _mesa_store_compressed_texsubimage()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_mipmap_tree.c116 return (_mesa_format_row_stride(format, width) + row_align) & ~row_align; in get_texture_image_row_stride()
450 …const uint32_t srcrowstride = _mesa_format_row_stride(image->base.Base.TexFormat, image->base.Base… in migrate_image_to_miptree()
Dradeon_texture.c264 *stride = _mesa_format_row_stride(texImage->TexFormat, width); in radeon_map_texture_image()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_mipmap_tree.c116 return (_mesa_format_row_stride(format, width) + row_align) & ~row_align; in get_texture_image_row_stride()
450 …const uint32_t srcrowstride = _mesa_format_row_stride(image->base.Base.TexFormat, image->base.Base… in migrate_image_to_miptree()
Dradeon_texture.c264 *stride = _mesa_format_row_stride(texImage->TexFormat, width); in radeon_map_texture_image()
/external/mesa3d/src/mesa/swrast/
Ds_texture.c200 stride = _mesa_format_row_stride(texImage->TexFormat, texImage->Width); in _swrast_map_teximage()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_buffer.c470 _mesa_format_row_stride(xrb->Base.Base.Format, in xmesa_MapRenderbuffer()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_fbo.c718 GLint stride = _mesa_format_row_stride(strb->Base.Format, in st_MapRenderbuffer()