Searched refs:_mesa_format_row_stride (Results 1 – 15 of 15) sorted by relevance
/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 | 396 pitch = _mesa_format_row_stride(s->format, width); in relayout_texture()
|
/external/mesa3d/src/mesa/main/ |
D | formats.h | 330 _mesa_format_row_stride(gl_format format, GLsizei width);
|
D | texgetimage.c | 605 _mesa_format_row_stride(texImage->TexFormat, texImage->Width); in _mesa_get_compressed_teximage()
|
D | formats.c | 1925 _mesa_format_row_stride(gl_format format, GLsizei width) in _mesa_format_row_stride() function
|
D | mipmap.c | 2055 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()
|
D | format_pack.c | 2104 dstRowStride == _mesa_format_row_stride(format, width)) { in _mesa_pack_ubyte_rgba_rect()
|
D | texstore.c | 4500 srcRowStride = _mesa_format_row_stride(texFormat, width); in _mesa_store_compressed_texsubimage()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_mipmap_tree.c | 116 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()
|
D | radeon_texture.c | 264 *stride = _mesa_format_row_stride(texImage->TexFormat, width); in radeon_map_texture_image()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_mipmap_tree.c | 116 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()
|
D | radeon_texture.c | 264 *stride = _mesa_format_row_stride(texImage->TexFormat, width); in radeon_map_texture_image()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texture.c | 200 stride = _mesa_format_row_stride(texImage->TexFormat, texImage->Width); in _swrast_map_teximage()
|
/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/state_tracker/ |
D | st_cb_fbo.c | 718 GLint stride = _mesa_format_row_stride(strb->Base.Format, in st_MapRenderbuffer()
|