Home
last modified time | relevance | path

Searched full:pack (Results 276 - 300 of 1685) sorted by relevance

1...<<11121314151617181920>>...68

/third_party/skia/src/sfnt/
H A DSkOTTable_glyf.h16 #pragma pack(push, 1)
211 #pragma pack(pop)
H A DSkOTTable_head.h14 #pragma pack(push, 1)
139 #pragma pack(pop)
H A DSkOTTable_EBLC.h15 #pragma pack(push, 1)
148 #pragma pack(pop)
H A DSkIBMFamilyClass.h13 #pragma pack(push, 1)
137 #pragma pack(pop)
/third_party/python/Modules/_blake2/impl/
H A Dblake2.h70 #pragma pack(push, 1)
140 #pragma pack(pop)
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstX86.def51 /* tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld */ \
67 //#define X(tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A Dknown_gcc_test_failures.txt77 va-arg-pack-1.C
78 va-arg-pack-len-1.C
/third_party/typescript/tests/baselines/reference/
H A DarrayLiteralSpreadES5iterable.js43 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
44 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
H A DdestructuringArrayBindingPatternAndAssignment2.js38 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
39 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
H A DexcessivelyLargeTupleSpread.js44 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
45 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
H A DliteralFreshnessPropagationOnNarrowing.js65 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
66 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
H A DargumentExpressionContextualTyping.js22 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
23 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
H A DtsxEmit1.js44 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
45 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
H A DtsxReactEmit1.js45 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
46 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
/third_party/python/Lib/test/
H A Dtest_ioctl.py80 struct.pack("I", termios.TIOCSWINSZ))
82 our_winsz = struct.pack("HHHH",80,25,0,0)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_defs.h15 #pragma pack(push, 1)
26 #pragma pack(pop)
H A Deap_teap_common.h41 #pragma pack(push, 1)
111 #pragma pack(pop)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_defs.h15 #pragma pack(push, 1)
26 #pragma pack(pop)
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c42 #include "main/pack.h"
200 pixels = _mesa_map_pbo_dest(ctx, &ctx->Pack, pixels); in copy_to_staging_dest()
211 /* copy/pack data into user buffer */ in copy_to_staging_dest()
213 ctx->Pack.SwapBytes, NULL)) { in copy_to_staging_dest()
222 void *dest = _mesa_image_address(dims, &ctx->Pack, pixels, in copy_to_staging_dest()
252 dstStride = _mesa_image_row_stride(&ctx->Pack, width, format, type); in copy_to_staging_dest()
255 void *dest = _mesa_image_address(dims, &ctx->Pack, pixels, in copy_to_staging_dest()
268 if (ctx->Pack.SwapBytes) { in copy_to_staging_dest()
269 _mesa_swap_bytes_2d_image(format, type, &ctx->Pack, in copy_to_staging_dest()
284 _mesa_unmap_pbo_dest(ctx, &ctx->Pack); in copy_to_staging_dest()
589 struct gl_pixelstore_attrib pack = {0}; st_UnmapTextureImage() local
1702 try_pbo_download(struct st_context *st, struct gl_texture_image *texImage, enum pipe_format src_format, enum pipe_format dst_format, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, const struct gl_pixelstore_attrib *pack, void *pixels) try_pbo_download() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.c33 * Pack/unpacking is necessary for conversion between types of different
554 * Non-interleaved pack.
707 * Non-interleaved native pack.
772 * Non-interleaved pack and saturate.
794 /* All X86 SSE non-interleaved pack instructions take signed inputs and in lp_build_packs2()
932 * same size as the destination vector, then pack normally. in lp_build_resize()
950 * Truncate bit width but expand vector size - first pack in lp_build_resize()
/third_party/openGLES/extensions/ARB/
H A DARB_robustness.txt366 If a pixel pack buffer ...
368 GetnPixelMap{ui us f}vARB, if a pixel pack buffer object is bound
400 "When calling GetnTextureImageARB, if a pixel pack buffer object
418 ... If a pixel pack buffer object is bound and img + n is greater
420 When calling GetnCompressedTextureImageARB, if a pixel pack buffer
431 obtain the polygon stipple. The pattern is packed into pixel pack
479 ... The row and column images are returned to pixel pack buffer or
508 ... A one-dimensional image of width 2 is returned to pixel pack
716 This means queries that depend on pixel store pack state need
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dyuv_sse2.c104 // Pack R/G/B/A results into 32b output.
120 // Pack R/G/B/A results into 16b output.
142 // Pack R/G/B results into 16b output.
164 // Pack the planar buffers
173 // To pack, we will keep taking one every two 8b integer and move it in PlanarTo24b_SSE2()
265 // Pack as RGBRGBRGBRGB. in VP8YuvToRgb32_SSE2()
287 // Pack as BGRBGRBGRBGR. in VP8YuvToBgr32_SSE2()
381 // Pack as RGBRGBRGBRGB. in YuvToRgbRow_SSE2()
418 // Pack as BGRBGRBGRBGR. in YuvToBgrRow_SSE2()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
H A DARB_robustness.txt356 If a pixel pack buffer ...
358 GetnPixelMap{ui us f}vARB, if a pixel pack buffer object is bound
390 "When calling GetnTextureImageARB, if a pixel pack buffer object
408 ... If a pixel pack buffer object is bound and img + n is greater
410 When calling GetnCompressedTextureImageARB, if a pixel pack buffer
421 obtain the polygon stipple. The pattern is packed into pixel pack
469 ... The row and column images are returned to pixel pack buffer or
498 ... A one-dimensional image of width 2 is returned to pixel pack
706 This means queries that depend on pixel store pack state need
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_ops.c211 [midgard_op_pack_colour_f32] = {"PACK.f32", M32},
212 [midgard_op_pack_colour_f16] = {"PACK.f16", M32},
213 [midgard_op_pack_colour_u32] = {"PACK.u32", M32},
214 [midgard_op_pack_colour_s32] = {"PACK.s32", M32},
/third_party/node/deps/npm/node_modules/npm-packlist/lib/
H A Dindex.js116 // so that we don't pack a workspace as part of the root project. append them as
185 // overridden method: we want to refuse to pack files that are invalid, node-tar protects us from
378 // no edgeOut = missing node, so skip it. we can't pack it if it's not here
379 // we also refuse to pack peer dependencies and dev dependencies

Completed in 20 milliseconds

1...<<11121314151617181920>>...68