Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texture.c107 swImg->RowStride = _mesa_format_row_stride(texImage->TexFormat, in _swrast_alloc_texture_image_buffer()
232 stride = _mesa_format_row_stride(texImage->TexFormat, texImage->Width); in _swrast_map_teximage()
Ds_triangle.c1082 && (_mesa_format_row_stride(format, texImg->Width) == in _swrast_choose_triangle()
Ds_texfilter.c1511 && (_mesa_format_row_stride(tImg->TexFormat, tImg->Width) == in sample_lambda_2d()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_surface.c50 .pitch = _mesa_format_row_stride(format, width), in nouveau_surface_alloc()
Dnouveau_texture.c326 pitch = _mesa_format_row_stride(s->format, width); in relayout_texture()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c570 line_bytes = _mesa_format_row_stride(src_image->TexFormat, src_w); in fallback_copy_image()
572 line_bytes = _mesa_format_row_stride(dst_image->TexFormat, dst_w); in fallback_copy_image()
Dst_cb_fbo.c791 GLint stride = _mesa_format_row_stride(strb->Base.Format, in st_MapRenderbuffer()
Dst_cb_texture.c285 _mesa_format_row_stride(texImage->TexFormat, texImage->Width2); in st_MapTextureImage()
/external/mesa3d/src/mesa/main/
Dformats.h739 _mesa_format_row_stride(mesa_format format, GLsizei width);
Dtexstore.c1276 _mesa_format_row_stride(texFormat, width); in _mesa_compute_compressed_pixelstore()
Dformats.c802 _mesa_format_row_stride(mesa_format format, GLsizei width) in _mesa_format_row_stride() function
Dmipmap.c2086 temp_src_row_stride = _mesa_format_row_stride(temp_format, srcImage->Width); in generate_mipmap_compressed()
2147 temp_dst_row_stride = _mesa_format_row_stride(temp_format, dstWidth); in generate_mipmap_compressed()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.c196 *stride = _mesa_format_row_stride(texImage->TexFormat, width); in radeon_map_texture_image()
Dradeon_mipmap_tree.c115 return (_mesa_format_row_stride(format, width) + row_align) & ~row_align; in get_texture_image_row_stride()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_buffer.c470 _mesa_format_row_stride(xrb->Base.Base.Format, in xmesa_MapRenderbuffer()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.c196 *stride = _mesa_format_row_stride(texImage->TexFormat, width); in radeon_map_texture_image()
Dradeon_mipmap_tree.c115 return (_mesa_format_row_stride(format, width) + row_align) & ~row_align; in get_texture_image_row_stride()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c3198 const unsigned width_bytes = _mesa_format_row_stride(mt->format, map->w); in intel_miptree_map_movntdqa()
3321 map->stride = _mesa_format_row_stride(mt->etc_format, map->w); in intel_miptree_map_etc()
/external/mesa3d/prebuilt-intermediates/main/
Dformat_pack.c10686 dstRowStride == _mesa_format_row_stride(format, width)) { in _mesa_pack_ubyte_rgba_rect()