| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel_read.c | 76 const struct gl_pixelstore_attrib *pack, GLvoid * pixels) 79 struct intel_buffer_object *dst = intel_buffer_object(pack->BufferObj); 87 assert(_mesa_is_bufferobj(pack->BufferObj)); 99 if (pack->SwapBytes || pack->LsbFirst) { 104 int dst_stride = _mesa_image_row_stride(pack, width, format, type); 106 /* Mesa flips the dst_stride for pack->Invert, but we want our mt to have a 109 if (pack->Invert) { 115 dst_offset += _mesa_image_offset(2, pack, width, height, 160 const struct gl_pixelstore_attrib *pack, GLvoi 73 do_blit_readpixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * pack,GLvoid * pixels) argument 157 intelReadPixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * pack,GLvoid * pixels) argument [all...] |
| H A D | intel_pixel.h | 41 const struct gl_pixelstore_attrib *pack,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel_read.c | 76 const struct gl_pixelstore_attrib *pack, GLvoid * pixels) 79 struct intel_buffer_object *dst = intel_buffer_object(pack->BufferObj); 87 assert(pack->BufferObj); 99 if (pack->SwapBytes || pack->LsbFirst) { 104 int dst_stride = _mesa_image_row_stride(pack, width, format, type); 106 /* Mesa flips the dst_stride for pack->Invert, but we want our mt to have a 109 if (pack->Invert) { 115 dst_offset += _mesa_image_offset(2, pack, width, height, 160 const struct gl_pixelstore_attrib *pack, GLvoi 73 do_blit_readpixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * pack,GLvoid * pixels) argument 157 intelReadPixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * pack,GLvoid * pixels) argument [all...] |
| H A D | intel_pixel.h | 41 const struct gl_pixelstore_attrib *pack,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_pixel_read.c | 93 const struct gl_pixelstore_attrib *pack, GLvoid * pixels) 117 if (pack->SwapBytes || pack->LsbFirst) { 121 if (pack->RowLength > 0) { 122 dst_rowstride = pack->RowLength; 134 if (_mesa_is_bufferobj(pack->BufferObj) && aligned_rowstride != dst_rowstride) 140 if (!_mesa_is_bufferobj(pack->BufferObj)) 147 dst_buffer = get_radeon_buffer_object(pack->BufferObj)->bo; 153 if (pack->Invert) { 179 if (!_mesa_is_bufferobj(pack 90 do_blit_readpixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * pack,GLvoid * pixels) argument 198 radeonReadPixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * pack,GLvoid * pixels) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_pixel_read.c | 93 const struct gl_pixelstore_attrib *pack, GLvoid * pixels) 117 if (pack->SwapBytes || pack->LsbFirst) { 121 if (pack->RowLength > 0) { 122 dst_rowstride = pack->RowLength; 134 if (pack->BufferObj && aligned_rowstride != dst_rowstride) 140 if (!pack->BufferObj) 147 dst_buffer = get_radeon_buffer_object(pack->BufferObj)->bo; 153 if (pack->Invert) { 179 if (!pack 90 do_blit_readpixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * pack,GLvoid * pixels) argument 198 radeonReadPixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * pack,GLvoid * pixels) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_pixel_read.c | 72 const struct gl_pixelstore_attrib *pack) 98 _mesa_is_bufferobj(pack->BufferObj) || 99 pack->Alignment > 4 || 100 pack->SkipPixels > 0 || 101 pack->SkipRows > 0 || 102 (pack->RowLength != 0 && pack->RowLength != width) || 103 pack->SwapBytes || 104 pack->LsbFirst || 105 pack 67 intel_readpixels_tiled_memcpy(struct gl_context * ctx,GLint xoffset,GLint yoffset,GLsizei width,GLsizei height,GLenum format,GLenum type,GLvoid * pixels,const struct gl_pixelstore_attrib * pack) argument 256 intelReadPixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * pack,GLvoid * pixels) argument [all...] |
| H A D | intel_pixel.h | 39 const struct gl_pixelstore_attrib *pack,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_pixel_read.c | 72 const struct gl_pixelstore_attrib *pack) 98 pack->BufferObj || 99 pack->Alignment > 4 || 100 pack->SkipPixels > 0 || 101 pack->SkipRows > 0 || 102 (pack->RowLength != 0 && pack->RowLength != width) || 103 pack->SwapBytes || 104 pack->LsbFirst || 105 pack 67 brw_readpixels_tiled_memcpy(struct gl_context * ctx,GLint xoffset,GLint yoffset,GLsizei width,GLsizei height,GLenum format,GLenum type,GLvoid * pixels,const struct gl_pixelstore_attrib * pack) argument 256 brw_readpixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * pack,GLvoid * pixels) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | pbo.c | 69 const struct gl_pixelstore_attrib *pack, 82 if (!pack->BufferObj) { 87 size = pack->BufferObj->Size; 114 start = _mesa_image_offset(dimensions, pack, width, height, 118 end = _mesa_image_offset(dimensions, pack, width, height, 286 assert(unpack != &ctx->Pack); /* catch pack/unpack mismatch */ 303 const struct gl_pixelstore_attrib *pack, 308 if (pack->BufferObj) { 309 /* pack into PBO */ 311 pack 68 _mesa_validate_pbo_access(GLuint dimensions,const struct gl_pixelstore_attrib * pack,GLsizei width,GLsizei height,GLsizei depth,GLenum format,GLenum type,GLsizei clientMemSize,const GLvoid * ptr) argument 302 _mesa_map_pbo_dest(struct gl_context * ctx,const struct gl_pixelstore_attrib * pack,GLvoid * dest) argument 380 _mesa_unmap_pbo_dest(struct gl_context * ctx,const struct gl_pixelstore_attrib * pack) argument [all...] |
| H A D | format_pack.h | 48 const struct util_format_pack_description *pack = util_format_pack_description(format); local in function:_mesa_pack_ubyte_rgba_row 49 pack->pack_rgba_8unorm((uint8_t *)dst, 0, src, 0, n, 1);
|
| H A D | pbo.h | 38 const struct gl_pixelstore_attrib *pack, 62 const struct gl_pixelstore_attrib *pack, 75 const struct gl_pixelstore_attrib *pack);
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | package.c | 174 LispPackage *pack; local in function:LispDoExport 177 pack = package->data.package.package; 178 atom = (LispAtom *)hash_check(pack->atoms, 203 LispPackage *pack = NULL; local in function:LispReallyDoSymbols 229 pack = package->data.package.package; 246 pack = package->data.package.package; 250 for (atom = (LispAtom *)hash_iter_first(pack->atoms); 252 atom = (LispAtom *)hash_iter_next(pack->atoms)) { 304 LispPackage *pack; local in function:LispFindSymbol 318 pack 422 LispPackage *pack; local in function:Lisp_FindAllSymbols 751 LispPackage *pack; local in function:Lisp_PackageUseList 785 LispPackage *pack; local in function:Lisp_PackageUsedByList [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_opt_copy_propagation.c | 57 if (inst->dst.pack || inst->cond != QPU_COND_ALWAYS) 98 mov->src[0].pack)) 102 if (mov->src[0].pack) { 117 if (inst->src[j].pack) 123 /* A destination pack requires the PM bit to 127 if (inst->dst.pack) 130 unpack = mov->src[0].pack; 132 unpack = inst->src[i].pack; 142 inst->src[i].pack = unpack;
|
| H A D | vc4_qir.c | 239 !inst->dst.pack && 240 !inst->src[0].pack); 303 switch (inst->dst.pack) { 317 switch (inst->dst.pack) { 343 unreachable("Bad pack field"); 479 if (inst->dst.pack) { 480 if (inst->dst.pack) { 482 vc4_qpu_disasm_pack_mul(stderr, inst->dst.pack); 484 vc4_qpu_disasm_pack_a(stderr, inst->dst.pack); 492 vc4_qpu_disasm_unpack(stderr, inst->src[i].pack); 721 int pack = reg.pack; local in function:qir_follow_movs [all...] |
| H A D | vc4_opt_algebraic.c | 67 !reg.pack && 153 inst->src[0].pack >= QPU_UNPACK_8D_REP && 154 inst->src[0].pack <= QPU_UNPACK_8D) { 162 inst->src[0].pack >= QPU_UNPACK_8D_REP && 163 inst->src[0].pack <= QPU_UNPACK_8D) { 229 if (!inst->dst.pack && 240 if (!inst->dst.pack &&
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_opt_copy_propagation.c | 57 if (inst->dst.pack || inst->cond != QPU_COND_ALWAYS) 98 mov->src[0].pack)) 102 if (mov->src[0].pack) { 117 if (inst->src[j].pack) 123 /* A destination pack requires the PM bit to 127 if (inst->dst.pack) 130 unpack = mov->src[0].pack; 132 unpack = inst->src[i].pack; 142 inst->src[i].pack = unpack;
|
| H A D | vc4_qir.c | 239 !inst->dst.pack && 240 !inst->src[0].pack); 303 switch (inst->dst.pack) { 317 switch (inst->dst.pack) { 343 unreachable("Bad pack field"); 479 if (inst->dst.pack) { 480 if (inst->dst.pack) { 482 vc4_qpu_disasm_pack_mul(stderr, inst->dst.pack); 484 vc4_qpu_disasm_pack_a(stderr, inst->dst.pack); 492 vc4_qpu_disasm_unpack(stderr, inst->src[i].pack); 721 int pack = reg.pack; local in function:qir_follow_movs [all...] |
| H A D | vc4_opt_algebraic.c | 67 !reg.pack && 153 inst->src[0].pack >= QPU_UNPACK_8D_REP && 154 inst->src[0].pack <= QPU_UNPACK_8D) { 162 inst->src[0].pack >= QPU_UNPACK_8D_REP && 163 inst->src[0].pack <= QPU_UNPACK_8D) { 229 if (!inst->dst.pack && 240 if (!inst->dst.pack &&
|
| /xsrc/external/mit/MesaLib.old/dist/include/c11/ |
| H A D | threads_posix.h | 85 struct impl_thrd_param pack = *((struct impl_thrd_param *)p); local in function:impl_thrd_routine 87 return (void*)(intptr_t)pack.func(pack.arg); 283 struct impl_thrd_param *pack; local in function:thrd_create 285 pack = (struct impl_thrd_param *)malloc(sizeof(struct impl_thrd_param)); 286 if (!pack) return thrd_nomem; 287 pack->func = func; 288 pack->arg = arg; 289 if (pthread_create(thr, NULL, impl_thrd_routine, pack) != 0) { 290 free(pack); [all...] |
| /xsrc/external/mit/MesaLib/dist/include/c11/ |
| H A D | threads_posix.h | 85 struct impl_thrd_param pack = *((struct impl_thrd_param *)p); local in function:impl_thrd_routine 87 return (void*)(intptr_t)pack.func(pack.arg); 283 struct impl_thrd_param *pack; local in function:thrd_create 285 pack = (struct impl_thrd_param *)malloc(sizeof(struct impl_thrd_param)); 286 if (!pack) return thrd_nomem; 287 pack->func = func; 288 pack->arg = arg; 289 if (pthread_create(thr, NULL, impl_thrd_routine, pack) != 0) { 290 free(pack); [all...] |
| H A D | threads_win32.h | 120 struct impl_thrd_param pack; local in function:impl_thrd_routine 122 memcpy(&pack, p, sizeof(struct impl_thrd_param)); 124 code = pack.func(pack.arg); 353 struct impl_thrd_param *pack; local in function:thrd_create 356 pack = (struct impl_thrd_param *)malloc(sizeof(struct impl_thrd_param)); 357 if (!pack) return thrd_nomem; 358 pack->func = func; 359 pack->arg = arg; 360 handle = _beginthreadex(NULL, 0, impl_thrd_routine, pack, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | pbo.c | 69 const struct gl_pixelstore_attrib *pack, 82 if (!_mesa_is_bufferobj(pack->BufferObj)) { 87 size = pack->BufferObj->Size; 114 start = _mesa_image_offset(dimensions, pack, width, height, 118 end = _mesa_image_offset(dimensions, pack, width, height, 286 assert(unpack != &ctx->Pack); /* catch pack/unpack mismatch */ 303 const struct gl_pixelstore_attrib *pack, 308 if (_mesa_is_bufferobj(pack->BufferObj)) { 309 /* pack into PBO */ 311 pack 68 _mesa_validate_pbo_access(GLuint dimensions,const struct gl_pixelstore_attrib * pack,GLsizei width,GLsizei height,GLsizei depth,GLenum format,GLenum type,GLsizei clientMemSize,const GLvoid * ptr) argument 302 _mesa_map_pbo_dest(struct gl_context * ctx,const struct gl_pixelstore_attrib * pack,GLvoid * dest) argument 380 _mesa_unmap_pbo_dest(struct gl_context * ctx,const struct gl_pixelstore_attrib * pack) argument [all...] |
| H A D | pbo.h | 38 const struct gl_pixelstore_attrib *pack, 62 const struct gl_pixelstore_attrib *pack, 75 const struct gl_pixelstore_attrib *pack);
|
| /xsrc/external/mit/xf86-video-vboxvideo/dist/src/ |
| H A D | HGSMIDefs.h | 57 #pragma pack(1) /** @todo not necessary. use AssertCompileSize instead. */ 97 #pragma pack()
|