Home
last modified time | relevance | path

Searched refs:_mesa_image_image_stride (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexstore.c111 const GLint srcImageStride = _mesa_image_image_stride(srcPacking, in _mesa_memcpy_texture()
724 int imageStride = _mesa_image_image_stride(srcPacking, srcWidth, in texstore_rgba()
1041 srcImageStride = _mesa_image_image_stride(packing, width, height, in store_texsubimage()
1048 srcImageStride = _mesa_image_image_stride(packing, width, height, in store_texsubimage()
1054 srcImageStride = _mesa_image_image_stride(packing, width, height, in store_texsubimage()
Dimage.h86 _mesa_image_image_stride( const struct gl_pixelstore_attrib *packing,
Dimage.c342 _mesa_image_image_stride( const struct gl_pixelstore_attrib *packing, in _mesa_image_image_stride() function
Dtexgetimage.c1418 imageStride = _mesa_image_image_stride(&ctx->Pack, width, height, in get_texture_image()
Dteximage.c3761 imageStride = _mesa_image_image_stride(&ctx->Unpack, width, height, in texturesubimage()
/external/mesa3d/src/mesa/swrast/
Ds_drawpix.c492 int imageStride = _mesa_image_image_stride(unpack, width, height, format, type); in draw_rgba_pixels()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.c855 *image_stride_out = _mesa_image_image_stride(packing, w, h, format, type); in blorp_get_client_bo()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c1527 layer_stride = _mesa_image_image_stride(unpack, width, height, format, in st_TexSubImage()