Searched refs:_mesa_format_row_stride (Results 1 – 19 of 19) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_texture.c | 107 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()
|
D | s_triangle.c | 1082 && (_mesa_format_row_stride(format, texImg->Width) == in _swrast_choose_triangle()
|
D | s_texfilter.c | 1511 && (_mesa_format_row_stride(tImg->TexFormat, tImg->Width) == in sample_lambda_2d()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_surface.c | 50 .pitch = _mesa_format_row_stride(format, width), in nouveau_surface_alloc()
|
D | nouveau_texture.c | 326 pitch = _mesa_format_row_stride(s->format, width); in relayout_texture()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_copyimage.c | 570 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()
|
D | st_cb_fbo.c | 791 GLint stride = _mesa_format_row_stride(strb->Base.Format, in st_MapRenderbuffer()
|
D | st_cb_texture.c | 285 _mesa_format_row_stride(texImage->TexFormat, texImage->Width2); in st_MapTextureImage()
|
/external/mesa3d/src/mesa/main/ |
D | formats.h | 739 _mesa_format_row_stride(mesa_format format, GLsizei width);
|
D | texstore.c | 1276 _mesa_format_row_stride(texFormat, width); in _mesa_compute_compressed_pixelstore()
|
D | formats.c | 802 _mesa_format_row_stride(mesa_format format, GLsizei width) in _mesa_format_row_stride() function
|
D | mipmap.c | 2086 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/ |
D | radeon_texture.c | 196 *stride = _mesa_format_row_stride(texImage->TexFormat, width); in radeon_map_texture_image()
|
D | radeon_mipmap_tree.c | 115 return (_mesa_format_row_stride(format, width) + row_align) & ~row_align; in get_texture_image_row_stride()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_buffer.c | 470 _mesa_format_row_stride(xrb->Base.Base.Format, in xmesa_MapRenderbuffer()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.c | 196 *stride = _mesa_format_row_stride(texImage->TexFormat, width); in radeon_map_texture_image()
|
D | radeon_mipmap_tree.c | 115 return (_mesa_format_row_stride(format, width) + row_align) & ~row_align; in get_texture_image_row_stride()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_mipmap_tree.c | 3198 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/ |
D | format_pack.c | 10686 dstRowStride == _mesa_format_row_stride(format, width)) { in _mesa_pack_ubyte_rgba_rect()
|