Home
last modified time | relevance | path

Searched refs:_mesa_format_row_stride (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_copyimage.c588 line_bytes = _mesa_format_row_stride(src_image->TexFormat, src_w); in fallback_copy_image()
590 line_bytes = _mesa_format_row_stride(dst_image->TexFormat, dst_w); in fallback_copy_image()
H A Dst_cb_texture.c512 _mesa_format_row_stride(texImage->TexFormat, texImage->Width2); in st_MapTextureImage()
/third_party/mesa3d/src/mesa/main/
H A Drenderbuffer.c466 GLint stride = _mesa_format_row_stride(rb->Format, in _mesa_map_renderbuffer()
H A Dformats.h713 _mesa_format_row_stride(mesa_format format, int width);
H A Dformats.c867 _mesa_format_row_stride(mesa_format format, int width) in _mesa_format_row_stride() function
H A Dtexstore.c1282 _mesa_format_row_stride(texFormat, width); in _mesa_compute_compressed_pixelstore()
H A Dmipmap.c2117 temp_src_row_stride = _mesa_format_row_stride(temp_format, srcImage->Width); in generate_mipmap_compressed()
2178 temp_dst_row_stride = _mesa_format_row_stride(temp_format, dstWidth); in generate_mipmap_compressed()

Completed in 16 milliseconds