| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | Makefile.am | 81 unpack.h \
|
| H A D | Makefile.in | 658 unpack.h \
|
| H A D | glxcmds.c | 41 #include <unpack.h>
|
| H A D | glxcmdsswap.c | 39 #include <unpack.h>
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | gl.spec | 26493 glfflags capture-handcode decode-handcode pixel-unpack 26511 glfflags capture-handcode decode-handcode pixel-unpack 26792 glfflags capture-handcode decode-handcode pixel-unpack 26810 glfflags capture-handcode decode-handcode pixel-unpack
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | Makefile.am | 32 unpack.h
|
| H A D | Makefile.in | 429 unpack.h
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glxcmds.c | 40 #include <unpack.h>
|
| H A D | glxcmdsswap.c | 39 #include <unpack.h>
|
| H A D | Makefile.am | 100 unpack.h \
|
| H A D | Makefile.in | 491 unpack.h \
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | bicubic_table.py | 55 seq = [ struct.unpack('<I',struct.pack('f',i))[0] for i in l[offset:offset+4] ]
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | v7_pack.h | 119 PREFIX2(T, unpack)((uint8_t *)(src), &name) 142 PREFIX4(A, SECTION, S, unpack)(pan_section_ptr(src, A, S), &name)
|
| H A D | common_pack.h | 119 PREFIX2(T, unpack)((uint8_t *)(src), &name) 142 PREFIX4(A, SECTION, S, unpack)(pan_section_ptr(src, A, S), &name)
|
| H A D | v4_pack.h | 119 PREFIX2(T, unpack)((uint8_t *)(src), &name) 142 PREFIX4(A, SECTION, S, unpack)(pan_section_ptr(src, A, S), &name)
|
| H A D | v5_pack.h | 119 PREFIX2(T, unpack)((uint8_t *)(src), &name) 142 PREFIX4(A, SECTION, S, unpack)(pan_section_ptr(src, A, S), &name)
|
| H A D | v6_pack.h | 119 PREFIX2(T, unpack)((uint8_t *)(src), &name) 142 PREFIX4(A, SECTION, S, unpack)(pan_section_ptr(src, A, S), &name)
|
| /xsrc/external/mit/MesaLib/dist/src/util/tests/format/ |
| H A D | u_format_test.c | 468 const struct util_format_unpack_description *unpack = local in function:test_format_unpack_z_float 474 unpack->unpack_z_float(&unpacked[0][0], sizeof unpacked[0], 539 const struct util_format_unpack_description *unpack = local in function:test_format_unpack_z_32unorm 546 unpack->unpack_z_32unorm(&unpacked[0][0], sizeof unpacked[0], 618 const struct util_format_unpack_description *unpack = local in function:test_format_unpack_s_8uint 625 unpack->unpack_s_8uint(&unpacked[0][0], sizeof unpacked[0],
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | format_srgb.py | 108 ffloat = struct.unpack('f', struct.pack('I', fint))[0]
|
| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| H A D | u_format.c | 369 const struct util_format_unpack_description *unpack = local in function:util_format_unpack_rgba_rect 373 if (unpack->unpack_rgba_rect) { 374 unpack->unpack_rgba_rect(dst, dst_stride, src, src_stride, w, h); 377 unpack->unpack_rgba(dst, src, w); 390 const struct util_format_unpack_description *unpack = local in function:util_format_unpack_rgba_8unorm_rect 394 if (unpack->unpack_rgba_8unorm_rect) { 395 unpack->unpack_rgba_8unorm_rect(dst, dst_stride, src, src_stride, w, h); 398 unpack->unpack_rgba_8unorm(dst, src, w); 652 const struct util_format_unpack_description *unpack = local in function:util_format_translate 708 if (unpack 1142 const struct util_format_unpack_description *unpack = util_format_unpack_description_neon local in function:util_format_unpack_table_init [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | swrast.h | 131 const struct gl_pixelstore_attrib *unpack, 153 const struct gl_pixelstore_attrib *unpack,
|
| H A D | s_bitmap.c | 51 const struct gl_pixelstore_attrib *unpack, 63 bitmap = (const GLubyte *) _mesa_map_pbo_source(ctx, unpack, bitmap); 78 const GLubyte *src = (const GLubyte *) _mesa_image_address2d(unpack, 81 if (unpack->LsbFirst) { 83 GLubyte mask = 1U << (unpack->SkipPixels & 0x7); 105 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7); 137 _mesa_unmap_pbo_source(ctx, unpack); 150 const struct gl_pixelstore_attrib *unpack, 176 const GLubyte *src = (const GLubyte *) _mesa_image_address2d(unpack, 179 if (unpack 49 _swrast_Bitmap(struct gl_context * ctx,GLint px,GLint py,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * bitmap) argument [all...] |
| H A D | s_drawpix.c | 57 const struct gl_pixelstore_attrib *unpack, 62 _mesa_image_address2d(unpack, pixels, width, 64 const GLint srcRowStride = _mesa_image_row_stride(unpack, width, 106 const struct gl_pixelstore_attrib *unpack, 111 _mesa_image_address2d(unpack, pixels, width, 114 _mesa_image_row_stride(unpack, width, GL_RGBA, GL_UNSIGNED_BYTE); 157 const struct gl_pixelstore_attrib *unpack, 162 _mesa_image_address2d(unpack, pixels, width, 165 _mesa_image_row_stride(unpack, width, format, type); 209 struct gl_pixelstore_attrib unpack; local in function:fast_draw_rgba_pixels 53 fast_draw_rgb_ubyte_pixels(struct gl_context * ctx,struct gl_renderbuffer * rb,GLint x,GLint y,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels,bool flip_y) argument 102 fast_draw_rgba_ubyte_pixels(struct gl_context * ctx,struct gl_renderbuffer * rb,GLint x,GLint y,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels,bool flip_y) argument 152 fast_draw_generic_pixels(struct gl_context * ctx,struct gl_renderbuffer * rb,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels,bool flip_y) argument 269 draw_stencil_pixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument 313 draw_depth_pixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument 419 draw_rgba_pixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument 591 fast_draw_depth_stencil(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument 630 draw_depth_stencil_pixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument 729 _swrast_DrawPixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 491 const struct gl_pixelstore_attrib *unpack, 498 if ((unpack->RowLength != 0 && unpack->RowLength != width) || 499 unpack->SkipPixels != 0 || 500 unpack->SkipRows != 0 || 501 unpack->SwapBytes || 502 unpack->BufferObj) { 574 const struct gl_pixelstore_attrib *unpack, 578 if ((unpack->RowLength == 0 || unpack 488 search_drawpixels_cache(struct st_context * st,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const void * pixels) argument 571 cache_drawpixels_image(struct st_context * st,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const void * pixels,struct pipe_resource * pt) argument 612 make_texture(struct st_context * st,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const void * pixels) argument 962 draw_stencil_pixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const void * pixels) argument 1197 clamp_size(struct st_context * st,GLsizei * width,GLsizei * height,struct gl_pixelstore_attrib * unpack) argument 1309 st_DrawPixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const void * pixels) argument 1566 struct gl_pixelstore_attrib pack, unpack; local in function:blit_copy_pixels [all...] |
| H A D | st_cb_texture.c | 1680 const struct gl_pixelstore_attrib *unpack) 1714 unpack->SwapBytes); 1756 if (!st_pbo_addresses_pixelstore(st, gl_target, dims == 3, unpack, pixels, 1969 const struct gl_pixelstore_attrib *unpack) 2005 !unpack->BufferObj && 2008 unpack)) { 2013 stride = _mesa_image_row_stride(unpack, width, format, type); 2014 layer_stride = _mesa_image_image_stride(unpack, width, height, format, 2016 data = _mesa_image_address(dims, unpack, pixels, width, height, format, 2075 if (unpack 1673 try_pbo_upload(struct gl_context * ctx,GLuint dims,struct gl_texture_image * texImage,GLenum format,GLenum type,enum pipe_format dst_format,GLint xoffset,GLint yoffset,GLint zoffset,GLint width,GLint height,GLint depth,const void * pixels,const struct gl_pixelstore_attrib * unpack) argument 1964 st_TexSubImage(struct gl_context * ctx,GLuint dims,struct gl_texture_image * texImage,GLint xoffset,GLint yoffset,GLint zoffset,GLint width,GLint height,GLint depth,GLenum format,GLenum type,const void * pixels,const struct gl_pixelstore_attrib * unpack) argument 2244 st_TexImage(struct gl_context * ctx,GLuint dims,struct gl_texture_image * texImage,GLenum format,GLenum type,const void * pixels,const struct gl_pixelstore_attrib * unpack) argument 2734 struct gl_pixelstore_attrib unpack = ctx->DefaultPacking; local in function:fallback_copy_texsubimage [all...] |