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

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_surface.c50 .pitch = _mesa_format_row_stride(format, width),
H A Dnouveau_texture.c326 pitch = _mesa_format_row_stride(s->format, width);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_surface.c50 .pitch = _mesa_format_row_stride(format, width),
H A Dnouveau_texture.c329 pitch = _mesa_format_row_stride(s->format, width);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texture.c107 swImg->RowStride = _mesa_format_row_stride(texImage->TexFormat,
232 stride = _mesa_format_row_stride(texImage->TexFormat, texImage->Width);
H A Ds_triangle.c1082 && (_mesa_format_row_stride(format, texImg->Width) ==
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texture.c109 swImg->RowStride = _mesa_format_row_stride(texImage->TexFormat,
234 stride = _mesa_format_row_stride(texImage->TexFormat, texImage->Width);
H A Ds_triangle.c1082 && (_mesa_format_row_stride(format, texImg->Width) ==
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_copyimage.c577 line_bytes = _mesa_format_row_stride(src_image->TexFormat, src_w);
579 line_bytes = _mesa_format_row_stride(dst_image->TexFormat, dst_w);
H A Dst_cb_fbo.c878 GLint stride = _mesa_format_row_stride(strb->Base.Format,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_copyimage.c577 line_bytes = _mesa_format_row_stride(src_image->TexFormat, src_w);
579 line_bytes = _mesa_format_row_stride(dst_image->TexFormat, dst_w);
H A Dst_cb_fbo.c907 GLint stride = _mesa_format_row_stride(strb->Base.Format,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformats.h750 _mesa_format_row_stride(mesa_format format, GLsizei width);
H A Dformats.c848 _mesa_format_row_stride(mesa_format format, GLsizei width) function in typeref:typename:GLint
H A Dtexstore.c1281 _mesa_format_row_stride(texFormat, width);
H A Dmipmap.c2111 temp_src_row_stride = _mesa_format_row_stride(temp_format, srcImage->Width);
2172 temp_dst_row_stride = _mesa_format_row_stride(temp_format, dstWidth);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.c115 return (_mesa_format_row_stride(format, width) + row_align) & ~row_align;
H A Dradeon_texture.c196 *stride = _mesa_format_row_stride(texImage->TexFormat, width);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxm_buffer.c473 _mesa_format_row_stride(xrb->Base.Base.Format,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.c116 return (_mesa_format_row_stride(format, width) + row_align) & ~row_align;
H A Dradeon_texture.c195 *stride = _mesa_format_row_stride(texImage->TexFormat, width);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxm_buffer.c473 _mesa_format_row_stride(xrb->Base.Base.Format,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
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) function in typeref:typename:int32_t
H A Dtexstore.c1279 _mesa_format_row_stride(texFormat, width);

Completed in 156 milliseconds

12