| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Framebuffer.cpp | 1677 const PixelPackState &pack, in readPixels() 1681 ANGLE_TRY(mImpl->readPixels(context, area, format, type, pack, packBuffer, pixels)); in readPixels() 1673 readPixels(const Context *context, const Rectangle &area, GLenum format, GLenum type, const PixelPackState &pack, Buffer *packBuffer, void *pixels) readPixels() argument
|
| /third_party/backends/backend/ |
| H A D | mustek_usb2_asic.c | 3193 /* set pack area address */ in SetPackAddress() 3310 /* Pack Start Address */ in SetPackAddress() 3348 /* Pack End Address */ in SetPackAddress()
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | mipmap.c | 2134 struct gl_pixelstore_attrib save = ctx->Pack; in generate_mipmap_compressed() 2136 ctx->Pack = ctx->DefaultPacking; in generate_mipmap_compressed() 2147 ctx->Pack = save; in generate_mipmap_compressed()
|
| /third_party/python/Python/ |
| H A D | sysmodule.c | 1419 {"service_pack", "Latest Service Pack installed on the system"}, 1420 {"service_pack_major", "Service Pack major version number"}, 1421 {"service_pack_minor", "Service Pack minor version number"},
|
| /third_party/python/Lib/ |
| H A D | pickletools.py | 541 >>> bigsize8 = struct.pack("<Q", sys.maxsize//3) 576 >>> bigsize8 = struct.pack("<Q", sys.maxsize//3) 838 >>> raw = struct.pack(">d", -1.25)
|
| /third_party/openGLES/extensions/NV/ |
| H A D | NV_gpu_shader5.txt | 104 * new built-in functions to pack and unpack 64-bit integer types into a 107 * new built-in functions to pack and unpack 32-bit unsigned integer 1721 other option would be to pack multiple values into a 32-bit integer
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | MemoryBarrierTest.cpp | 3393 // Test GL_SHADER_IMAGE_ACCESS_BARRIER_BIT; pixel pack -> shader write 3585 // Test GL_PIXEL_BUFFER_BARRIER_BIT; shader write -> pixel pack 3834 // Test GL_SHADER_STORAGE_BARRIER_BIT; pixel pack -> shader write
|
| H A D | MultisampledRenderToTextureTest.cpp | 923 // Bind Pack Pixel Buffer and read to it in readPixelsTestCommon() 941 // Read pixels with pack buffer. ES3+. 947 // Read pixels with pack buffer from renderbuffer. ES3+.
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
| H A D | NV_gpu_shader5.txt | 104 * new built-in functions to pack and unpack 64-bit integer types into a 107 * new built-in functions to pack and unpack 32-bit unsigned integer 1721 other option would be to pack multiple values into a 32-bit integer
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceInstX8632.cpp | 68 #define X(tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld) \ 69 {IceType_##elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld}, 107 case InstX86Base::SseSuffix::Pack: in getSseSuffixString()
|
| H A D | IceInstX8664.cpp | 68 #define X(tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld) \ 69 {IceType_##elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld}, 95 case InstX86Base::SseSuffix::Pack: in getSseSuffixString()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrAltivec.td | 742 // Vector Pack. 1297 // Vector doubleword integer pack and unpack. 1313 // Shuffle patterns for unary and swapped (LE) vector pack modulo.
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrVector.td | 379 // Pack 385 // Pack saturate. 394 // Pack saturate logical.
|
| /third_party/python/Lib/test/ |
| H A D | test_mailbox.py | 1261 # Pack the contents of the mailbox 1281 self._box.pack() 1298 self._box.pack()
|
| H A D | test_buffer.py | 78 struct.pack('Q', 2**64-1) 108 struct.pack(fmt, (1<<exp)-1) 168 x = struct.pack(char, x) 838 x = struct.pack(fmt, *item2) 840 x = struct.pack(fmt, item2)
|
| /third_party/vk-gl-cts/external/vulkancts/mustpass/main/vk-default/ |
| H A D | graphicsfuzz.txt | 276 dEQP-VK.graphicsfuzz.cov-inst-combine-and-or-xor-pack-unpack 286 dEQP-VK.graphicsfuzz.cov-inst-combine-pack-unpack 291 dEQP-VK.graphicsfuzz.cov-inst-combine-simplify-demanded-pack-unpack
|
| /third_party/node/deps/corepack/dist/lib/ |
| H A D | corepack.cjs | 16115 // .yarn/cache/tar-npm-6.2.0-3eb25205a7-02ca064a1a.zip/node_modules/tar/lib/pack.js 16117 ".yarn/cache/tar-npm-6.2.0-3eb25205a7-02ca064a1a.zip/node_modules/tar/lib/pack.js"(exports, module2) { 16163 var Pack = warner(class Pack extends Minipass { 16440 var PackSync = class extends Pack { 16479 Pack.Sync = PackSync; 16480 module2.exports = Pack; 17402 var Pack = require_pack(); 17427 const p = new Pack.Sync(opt); 17435 const p = new Pack(op [all...] |
| /third_party/ffmpeg/libavcodec/loongarch/ |
| H A D | hevc_idct_lsx.c | 348 /* Pack and transpose */ in ff_hevc_idct_4x4_lsx()
|
| /third_party/ffmpeg/libavcodec/ppc/ |
| H A D | me_cmp.c | 210 /* Pack the shorts back into a result. */ in sad16_xy2_altivec()
|
| /third_party/ffmpeg/libswscale/ppc/ |
| H A D | yuv2rgb_altivec.c | 185 /* pack the pixels in rgb0 format
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_vecmathlib_neon_4.h | 649 * @brief Pack low 8 bits of N (vector width) lanes into bottom of vector.
|
| /third_party/backends/ChangeLogs/ |
| H A D | ChangeLog-1.0.2 | 281 Removed pragma pack() to make it easier to compile on non-gcc
|
| /third_party/backends/japi/ |
| H A D | Jscanimage.java | 100 prog.pack(); in main()
|
| /third_party/cups-filters/ |
| H A D | Makefile.am | 214 cupsfilters/pack.c \
|
| /third_party/icu/icu4c/source/common/ |
| H A D | uhash.h | 104 /* Reorder these elements to pack nicely if necessary */
|