Home
last modified time | relevance | path

Searched refs:SkipPixels (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_bitmap.c83 GLubyte mask = 1U << (unpack->SkipPixels & 0x7); in _swrast_Bitmap()
105 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7); in _swrast_Bitmap()
181 GLubyte mask = 1U << (unpack->SkipPixels & 0x7);
201 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7);
/external/mesa3d/src/mesa/main/
Dpixelstore.c75 ctx->Pack.SkipPixels = param; in pixel_storei()
164 ctx->Unpack.SkipPixels = param; in pixel_storei()
270 ctx->Pack.SkipPixels = 0; in _mesa_init_pixelstore()
284 ctx->Unpack.SkipPixels = 0; in _mesa_init_pixelstore()
304 ctx->DefaultPacking.SkipPixels = 0; in _mesa_init_pixelstore()
331 packing->SkipPixels % packing->CompressedBlockWidth) { in _mesa_compressed_pixel_storage_error_check()
Dpack.c166 if ((packing->SkipPixels & 7) == 0) { in _mesa_pack_bitmap()
177 GLubyte dstMask = 1 << (packing->SkipPixels & 0x7); in _mesa_pack_bitmap()
204 GLubyte dstMask = 128 >> (packing->SkipPixels & 0x7); in _mesa_pack_bitmap()
280 GLubyte mask = 1 << (unpack->SkipPixels & 0x7); in extract_uint_indexes()
294 GLubyte mask = 128 >> (unpack->SkipPixels & 0x7); in extract_uint_indexes()
1254 if ((type == GL_BITMAP) && (unpack->SkipPixels & 0x7)) { in _mesa_unpack_image()
1258 GLubyte srcMask = 1 << (unpack->SkipPixels & 0x7); in _mesa_unpack_image()
1285 GLubyte srcMask = 128 >> (unpack->SkipPixels & 0x7); in _mesa_unpack_image()
Dimage.c146 skippixels = packing->SkipPixels; in _mesa_image_offset()
418 GLubyte mask = 1U << (unpack->SkipPixels & 0x7); in _mesa_expand_bitmap()
440 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7); in _mesa_expand_bitmap()
621 unpack->SkipPixels += (buffer->_Xmin - *destX); in _mesa_clip_drawpixels()
701 pack->SkipPixels += (0 - *srcX); in _mesa_clip_readpixels()
Dattrib.c1550 dst->SkipPixels = src->SkipPixels; in copy_pixelstore()
Dtexstore.c1295 packing->SkipPixels * packing->CompressedBlockSize / bw; in _mesa_compute_compressed_pixelstore()
Dmtypes.h1396 GLint SkipPixels; member
Dteximage.c2868 unpackNew->SkipPixels++; /* skip the border */ in strip_texture_border()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_read.c100 pack->SkipPixels > 0 || in intel_readpixels_tiled_memcpy()
198 pack->Alignment, pack->RowLength, pack->SkipPixels, in intel_readpixels_tiled_memcpy()
Dintel_pixel_bitmap.c110 GLuint src_offset = (x + unpack->SkipPixels) & 0x7; in get_bitmap_rect()
119 __func__, x,y,w,h,width,height,unpack->SkipPixels, src_offset, mask); in get_bitmap_rect()
Dintel_pixel_draw.c92 unpack->SkipPixels || unpack->SkipRows) { in do_blit_drawpixels()
Dintel_tex_image.c213 packing->SkipPixels > 0 || in intel_texsubimage_tiled_memcpy()
285 packing->Alignment, packing->RowLength, packing->SkipPixels, in intel_texsubimage_tiled_memcpy()
762 packing->SkipPixels > 0 || in intel_gettexsubimage_tiled_memcpy()
835 packing->Alignment, packing->RowLength, packing->SkipPixels, in intel_gettexsubimage_tiled_memcpy()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_bitmap.c113 GLuint src_offset = (x + unpack->SkipPixels) & 0x7; in get_bitmap_rect()
122 __func__, x,y,w,h,width,height,unpack->SkipPixels, src_offset, mask); in get_bitmap_rect()
Dintel_tex_image.c124 unpack->SkipPixels || unpack->SkipRows) { in try_pbo_upload()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c504 unpack->SkipPixels != 0 || in search_drawpixels_cache()
584 unpack->SkipPixels == 0 && in cache_drawpixels_image()
1602 drawX = dstx + pack.SkipPixels; in blit_copy_pixels()
1608 readX = readX - pack.SkipPixels + unpack.SkipPixels; in blit_copy_pixels()
1938 blit.dst.box.x = pack.SkipPixels; in st_CopyPixels()
Dst_pbo.c154 buf_offset += store->SkipPixels + addr->pixels_per_row * offset_rows; in st_pbo_addresses_pixelstore()
/external/mesa3d/docs/relnotes/
D11.0.7.rst50 - meta: Compute correct buffer size with SkipRows/SkipPixels
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c385 const int srcX = clippedUnpack.SkipPixels; in xmesa_DrawPixels_8R8G8B()
517 const int srcX = clippedUnpack.SkipPixels; in xmesa_DrawPixels_5R6G5B()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c872 GLubyte mask = 1U << (unpack->SkipPixels & 0x7); in r200PointsBitmap()
889 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7); in r200PointsBitmap()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1961 tileUnpack.SkipPixels = unpack->SkipPixels + i; in tiled_draw_pixels()
3260 packing.SkipPixels = 0; in _mesa_meta_GetTexSubImage()