Searched refs:unpack (Results 1 - 25 of 130) sorted by last modified time

123456

/xsrc/external/mit/xorg-server/dist/glx/
H A DMakefile.am81 unpack.h \
H A DMakefile.in658 unpack.h \
H A Dglxcmds.c41 #include <unpack.h>
H A Dglxcmdsswap.c39 #include <unpack.h>
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dgl.spec26493 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 DMakefile.am32 unpack.h
H A DMakefile.in429 unpack.h
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxcmds.c40 #include <unpack.h>
H A Dglxcmdsswap.c39 #include <unpack.h>
H A DMakefile.am100 unpack.h \
H A DMakefile.in491 unpack.h \
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dbicubic_table.py55 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 Dv7_pack.h119 PREFIX2(T, unpack)((uint8_t *)(src), &name)
142 PREFIX4(A, SECTION, S, unpack)(pan_section_ptr(src, A, S), &name)
H A Dcommon_pack.h119 PREFIX2(T, unpack)((uint8_t *)(src), &name)
142 PREFIX4(A, SECTION, S, unpack)(pan_section_ptr(src, A, S), &name)
H A Dv4_pack.h119 PREFIX2(T, unpack)((uint8_t *)(src), &name)
142 PREFIX4(A, SECTION, S, unpack)(pan_section_ptr(src, A, S), &name)
H A Dv5_pack.h119 PREFIX2(T, unpack)((uint8_t *)(src), &name)
142 PREFIX4(A, SECTION, S, unpack)(pan_section_ptr(src, A, S), &name)
H A Dv6_pack.h119 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 Du_format_test.c468 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 Dformat_srgb.py108 ffloat = struct.unpack('f', struct.pack('I', fint))[0]
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format.c369 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 Dswrast.h131 const struct gl_pixelstore_attrib *unpack,
153 const struct gl_pixelstore_attrib *unpack,
H A Ds_bitmap.c51 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 Ds_drawpix.c57 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 Dst_cb_drawpixels.c491 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 Dst_cb_texture.c1680 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...]

Completed in 107 milliseconds

123456