/external/mesa3d/src/mesa/swrast/ |
D | s_bitmap.c | 83 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/ |
D | pixelstore.c | 75 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()
|
D | pack.c | 166 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()
|
D | image.c | 146 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()
|
D | attrib.c | 1550 dst->SkipPixels = src->SkipPixels; in copy_pixelstore()
|
D | texstore.c | 1295 packing->SkipPixels * packing->CompressedBlockSize / bw; in _mesa_compute_compressed_pixelstore()
|
D | mtypes.h | 1396 GLint SkipPixels; member
|
D | teximage.c | 2868 unpackNew->SkipPixels++; /* skip the border */ in strip_texture_border()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_read.c | 100 pack->SkipPixels > 0 || in intel_readpixels_tiled_memcpy() 198 pack->Alignment, pack->RowLength, pack->SkipPixels, in intel_readpixels_tiled_memcpy()
|
D | intel_pixel_bitmap.c | 110 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()
|
D | intel_pixel_draw.c | 92 unpack->SkipPixels || unpack->SkipRows) { in do_blit_drawpixels()
|
D | intel_tex_image.c | 213 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/ |
D | intel_pixel_bitmap.c | 113 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()
|
D | intel_tex_image.c | 124 unpack->SkipPixels || unpack->SkipRows) { in try_pbo_upload()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 504 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()
|
D | st_pbo.c | 154 buf_offset += store->SkipPixels + addr->pixels_per_row * offset_rows; in st_pbo_addresses_pixelstore()
|
/external/mesa3d/docs/relnotes/ |
D | 11.0.7.rst | 50 - meta: Compute correct buffer size with SkipRows/SkipPixels
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 385 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/ |
D | r200_swtcl.c | 872 GLubyte mask = 1U << (unpack->SkipPixels & 0x7); in r200PointsBitmap() 889 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7); in r200PointsBitmap()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 1961 tileUnpack.SkipPixels = unpack->SkipPixels + i; in tiled_draw_pixels() 3260 packing.SkipPixels = 0; in _mesa_meta_GetTexSubImage()
|