Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dpixelstore.c76 ctx->Pack.SkipPixels = param; in pixel_storei()
165 ctx->Unpack.SkipPixels = param; in pixel_storei()
271 ctx->Pack.SkipPixels = 0; in _mesa_init_pixelstore()
285 ctx->Unpack.SkipPixels = 0; in _mesa_init_pixelstore()
305 ctx->DefaultPacking.SkipPixels = 0; in _mesa_init_pixelstore()
332 packing->SkipPixels % packing->CompressedBlockWidth) { in _mesa_compressed_pixel_storage_error_check()
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()
497 unpack->SkipPixels += (buffer->_Xmin - *destX); in _mesa_clip_drawpixels()
577 pack->SkipPixels += (0 - *srcX); in _mesa_clip_readpixels()
Dpack.c167 if ((packing->SkipPixels & 7) == 0) { in _mesa_pack_bitmap()
178 GLubyte dstMask = 1 << (packing->SkipPixels & 0x7); in _mesa_pack_bitmap()
205 GLubyte dstMask = 128 >> (packing->SkipPixels & 0x7); in _mesa_pack_bitmap()
281 GLubyte mask = 1 << (unpack->SkipPixels & 0x7); in extract_uint_indexes()
295 GLubyte mask = 128 >> (unpack->SkipPixels & 0x7); in extract_uint_indexes()
1255 if ((type == GL_BITMAP) && (unpack->SkipPixels & 0x7)) { in _mesa_unpack_image()
1259 GLubyte srcMask = 1 << (unpack->SkipPixels & 0x7); in _mesa_unpack_image()
1286 GLubyte srcMask = 128 >> (unpack->SkipPixels & 0x7); in _mesa_unpack_image()
Dattrib.c1146 dst->SkipPixels = src->SkipPixels; in copy_pixelstore()
Dtexstore.c1298 packing->SkipPixels * packing->CompressedBlockSize / bw; in _mesa_compute_compressed_pixelstore()
Dmtypes.h1488 GLint SkipPixels; member
Dteximage.c2880 unpackNew->SkipPixels++; /* skip the border */ in strip_texture_border()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c495 unpack->SkipPixels != 0 || in search_drawpixels_cache()
575 unpack->SkipPixels == 0 && in cache_drawpixels_image()
1568 drawX = dstx + pack.SkipPixels; in blit_copy_pixels()
1574 readX = readX - pack.SkipPixels + unpack.SkipPixels; in blit_copy_pixels()
1900 blit.dst.box.x = pack.SkipPixels; in st_CopyPixels()
Dst_pbo.c145 buf_offset += store->SkipPixels + addr->pixels_per_row * offset_rows; in st_pbo_addresses_pixelstore()
Dst_pbo_compute.c766 pack->SkipPixels || in can_copy_direct()
/third_party/mesa3d/docs/relnotes/
D11.0.7.rst50 - meta: Compute correct buffer size with SkipRows/SkipPixels