Searched refs:_mesa_image_image_stride (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texstore.c | 111 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()
|
D | image.h | 86 _mesa_image_image_stride( const struct gl_pixelstore_attrib *packing,
|
D | image.c | 342 _mesa_image_image_stride( const struct gl_pixelstore_attrib *packing, in _mesa_image_image_stride() function
|
D | texgetimage.c | 1418 imageStride = _mesa_image_image_stride(&ctx->Pack, width, height, in get_texture_image()
|
D | teximage.c | 3761 imageStride = _mesa_image_image_stride(&ctx->Unpack, width, height, in texturesubimage()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_drawpix.c | 492 int imageStride = _mesa_image_image_stride(unpack, width, height, format, type); in draw_rgba_pixels()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blorp.c | 855 *image_stride_out = _mesa_image_image_stride(packing, w, h, format, type); in blorp_get_client_bo()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 1527 layer_stride = _mesa_image_image_stride(unpack, width, height, format, in st_TexSubImage()
|