Home
last modified time | relevance | path

Searched full:pack (Results 901 - 925 of 1703) sorted by relevance

1...<<31323334353637383940>>...69

/third_party/node/src/
H A Dnode_http2.cc260 Local<Value> Http2Settings::Pack() { in Pack() function in node::http2::Http2Settings
261 return Pack(session_->env(), count_, entries_); in Pack()
264 Local<Value> Http2Settings::Pack(Http2State* state) { in Pack() function in node::http2::Http2Settings
267 return Pack(state->env(), count, entries); in Pack()
270 Local<Value> Http2Settings::Pack( in Pack() function in node::http2::Http2Settings
2569 args.GetReturnValue().Set(Http2Settings::Pack(state)); in PackSettings()
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/chacha/
H A Dchacha-armv8.S199 add x5,x5,x6,lsl#32 // pack
261 add x5,x5,x6,lsl#32 // pack
654 add x5,x5,x6,lsl#32 // pack
760 add x5,x5,x6,lsl#32 // pack
1401 add x5,x5,x6,lsl#32 // pack
1890 add x5,x5,x6,lsl#32 // pack
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c422 LLVMValueRef (*pack)(struct ac_llvm_context *ctx, in emit_pack_2x16()
431 return LLVMBuildBitCast(ctx->builder, pack(ctx, comp), ctx->i32, ""); in emit_pack_2x16()
4687 /* We pack it with bit shifts, so we need it to be 32-bit. */ in visit_tex()
4765 LLVMValueRef offset[3], pack; in visit_tex() local
4778 pack = LLVMBuildOr(ctx->ac.builder, offset[0], offset[1], ""); in visit_tex()
4779 pack = LLVMBuildOr(ctx->ac.builder, pack, offset[2], ""); in visit_tex()
4780 args.offset = pack; in visit_tex()
4807 /* pack derivatives */ in visit_tex()
4880 /* Pack sampl in visit_tex()
[all...]
/third_party/mesa3d/docs/relnotes/
H A D20.3.0.rst455 - panfrost: Use pack for XFB varying
456 - panfrost: Use pack for general varying
522 - panfrost: Pack compute Midgard properties
524 - panfrost: Use pack for shaderless
538 - panfrost: Pack vertex properties when compiling
547 - panfrost: Use pack for blit shaders
548 - panfrost: Use pack for Bifrost test state
550 - panfrost: Use opaque pack for vertex shaders
551 - panfrost: Use pack for fragment shaders
559 - panfrost: Use draw pack fo
[all...]
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp930 // Pack with the unsigned saturation two uint16_t code units into single uint8_t vector
931 static simdutf_really_inline simd8<uint8_t> pack(const simd16<uint16_t>& v0, const simd16<uint16_t>& v1) { in pack() function
2201 // Pack with the unsigned saturation two uint16_t code units into single uint8_t vector
2202 static simdutf_really_inline simd8<uint8_t> pack(const simd16<uint16_t>& v0, const simd16<uint16_t>& v1) { in pack() function
2203 // Note: the AVX2 variant of pack operates on 128-bit lanes, thus in pack()
2219 // pack code units in linear order from v0 and v1 in pack()
3165 // Pack with the unsigned saturation two uint16_t code units into single uint8_t vector
3166 static simdutf_really_inline simd8<uint8_t> pack(const simd16<uint16_t>& v0, const simd16<uint16_t>& v1) { in pack() function
12709 const auto in16 = simd16<uint16_t>::pack(v0, v1); in arm_detect_encodings()
12710 const auto nextin16 = simd16<uint16_t>::pack(v in arm_detect_encodings()
[all...]
/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_responser.h191 /* pack request end commands */ in CmdRequest()
200 /* Write reply pack */ in CmdRequest()
/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_idct_msa.c323 /* Pack and transpose */ in hevc_idct_4x4_msa()
955 /* Pack and transpose */ in hevc_idct_luma_4x4_msa()
/third_party/ffmpeg/libavcodec/x86/
H A Dhevc_idct.asm374 ; scale, pack (clip16) and store the residuals 0 e8[0] + o8[0] --> + %1
650 ; scale, pack (clip16) and store the residuals 0 e32[0] + o32[0] --> %1
/third_party/ffmpeg/libavformat/
H A Dmpeg.c76 int pack = check_pack_header(p->buf + i); in mpegps_probe() local
80 else if (code == PACK_START_CODE && pack) in mpegps_probe()
/third_party/ffmpeg/tools/python/
H A Dconvert_from_tensorflow.py189 bias = struct.pack("f", btensor.float_val[0])
216 bias = struct.pack("f", btensor.float_val[0])
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_compiler.h156 * The instruction being wrapped. Its condition codes, pack flags,
1118 void vir_set_pack(struct qinst *inst, enum v3d_qpu_output_pack pack);
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c365 /* Pack f16 or norm_i16/u16. */ in si_llvm_init_ps_export_args()
375 /* Pack i16/u16. */ in si_llvm_init_ps_export_args()
/third_party/openGLES/extensions/EXT/
H A DEXT_shader_pixel_local_storage.txt730 (15) Do we need a built-in function to pack unit vectors?
736 Earlier drafts of this extensions added ESSL built-in functions to pack
H A DEXT_texture_shared_exponent.txt742 commands that pack and unpack RGB pixel data.
773 An encoder is likely to always pack components so at least
/third_party/mesa3d/src/mesa/main/
H A Dformatquery.c318 * we pack 2 32-bit integers. So we need to clean both */ in _set_default_response()
1120 /* We pack the 64-bit value on two 32-bit values. Calling the 32-bit in _mesa_GetInternalformativ()
/third_party/node/deps/npm/docs/output/commands/
H A Dnpm-audit.html331 <code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p>
413 <li>Default: <code>false</code> unless when using <code>npm pack</code> or <code>npm publish</code> where it
H A Dnpm-update.html355 <li>Default: <code>false</code> unless when using <code>npm pack</code> or <code>npm publish</code> where it
408 <code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p>
/third_party/node/deps/npm/docs/content/commands/
H A Dnpm-install.md585 * Default: `false` unless when using `npm pack` or `npm publish` where it
657 `dedupe`, `uninstall`, as well as `pack` and `publish`.
/third_party/node/deps/npm/man/man1/
H A Dnpm-install.1537 Default: \fBfalse\fR unless when using \fBnpm pack\fR or \fBnpm publish\fR where it defaults to \fBtrue\fR
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Dgen_pack.py145 ({ PREFIX2(T, pack)((uint32_t *) (dst), &name); \\
168 ({ PREFIX4(A, SECTION, S, pack) (pan_section_ptr(dst, A, S), &name); \\
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c970 /* Pack to Z24. */ in util_make_fs_pack_color_zs()
1000 /* Pack stencil into depth. */ in util_make_fs_pack_color_zs()
/third_party/python/Tools/msi/
H A DREADME.txt79 build.bat [-x86] [-x64] [-ARM64] [--doc] [--test-marker] [--pack]
96 Specify --pack to build an installer that does not require all MSIs to
/third_party/python/Lib/test/
H A Dtest_audioop.py8 def pack(width, data): function
15 packs = {w: (lambda *data, width=w: pack(width, data)) for w in (1, 2, 3, 4)}
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawImageObjectUtil.cpp44 void MemoryOp::pack (int pixelSize, in pack() function in vkt::Draw::MemoryOp
801 MemoryOp::pack(vk::mapVkFormat(m_format).getPixelSize(), width, height, depth, in uploadLinear()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawImageObjectUtil.cpp44 void MemoryOp::pack (int pixelSize, in pack() function in vkt::Draw::MemoryOp
801 MemoryOp::pack(vk::mapVkFormat(m_format).getPixelSize(), width, height, depth, in uploadLinear()

Completed in 61 milliseconds

1...<<31323334353637383940>>...69