/third_party/mesa3d/docs/relnotes/ |
H A D | 20.3.0.rst | 455 - 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 D | simdutf.cpp | 930 // 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...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_base.cpp | 62 #pragma pack(push, 1) 69 #pragma pack(pop)
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_sync_info_manager.c | 1247 LNN_LOGE(LNN_BUILDER, "pack p2p networking msg fail, networkId:%{public}s", AnonymizeWrapper(anonyNetworkId)); in LnnSendP2pSyncInfoMsg() 1292 LNN_LOGE(LNN_BUILDER, "pack p2p networking msg fail"); in LnnSendWifiOfflineInfoMsg()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_headers.cpp | 278 // code + pack length in CreateRequest() 298 // code + pack length in CreateResponse()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/ |
H A D | hci_evt.c | 35 #pragma pack(1) 40 #pragma pack()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevc_idct_msa.c | 323 /* 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 D | hevc_idct.asm | 374 ; 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 D | mpeg.c | 76 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 D | convert_from_tensorflow.py | 189 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 D | v3d_compiler.h | 156 * 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 D | si_shader_llvm_ps.c | 365 /* 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 D | EXT_shader_pixel_local_storage.txt | 730 (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 D | EXT_texture_shared_exponent.txt | 742 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 D | formatquery.c | 318 * 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 D | npm-audit.html | 331 <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 D | npm-update.html | 355 <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 D | npm-install.md | 585 * 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 D | npm-install.1 | 537 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 D | gen_pack.py | 145 ({ 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 D | u_simple_shaders.c | 970 /* 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 D | README.txt | 79 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 D | test_audioop.py | 8 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 D | vktDrawImageObjectUtil.cpp | 44 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 D | vktDrawImageObjectUtil.cpp | 44 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()
|