/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | QueueTests.cpp | 299 // Pack the data in the specified copy region to have the same
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-serialize.hh | 228 /* Only "pack" if there exist other objects... Otherwise, don't bother. in end_serialize()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
H A D | EXT_texture3D.txt | 359 TexImage3DEXT above, substituting PACK* state for UNPACK* state in all
|
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/ |
H A D | MESA_shader_integer_functions.txt | 506 (5) Should the pack and unpack functions be included?
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
H A D | NV_packed_depth_stencil.txt | 48 is only natural to pack the two buffers into a single buffer with
|
H A D | NV_parameter_buffer_object2.txt | 541 four scalars from a buffer and pack the results into a single temporary
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_sidebar.py | 47 cls.text_frame.pack(side=tk.LEFT, fill=tk.BOTH, expand=True)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 92 // All bitfields use unsigned as the underlying type so that MSVC will pack
|
H A D | IntrinsicsX86.td | 755 // Vector pack 1494 // Pack ops. 2337 // Pack ops. 2728 // Pack ops.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | GlobalValue.h | 88 // All bitfields use unsigned as the underlying type so that MSVC will pack
|
H A D | Value.h | 113 // Use the same type as the bitfield above so that MSVC will pack them.
|
/third_party/protobuf/js/binary/ |
H A D | proto_test.js | 652 any.pack(msg.serializeBinary(), 'jspb.test.TestAllTypes');
|
/third_party/skia/gn/ |
H A D | sksl_tests.gni | 335 "/sksl/intrinsics/Pack.sksl",
|
/third_party/skia/modules/canvaskit/ |
H A D | paragraph_bindings.cpp | 259 // Pack these text boxes into an array of n groups of 5 SkScalar (floats) in TextBoxesToFloat32Array()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fReadPixelsTests.cpp | 411 TestCaseGroup* group = new TestCaseGroup(m_context, "alignment", "Read pixels pack alignment parameter tests"); in init()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestLog.cpp | 81 // Pack D and S bias and scale to R and G in LogImage()
|
/third_party/zlib/win32/ |
H A D | DLL_FAQ.txt | 262 - MSVCRT.DLL exists on every Windows 95 with a new service pack
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 2757 SDValue Res = DAG.getNode(SystemZISD::PACK, DL, VT, HRes, LRes); 2767 return DAG.getNode(SystemZISD::PACK, DL, VT, HRes, LRes); 4199 { SystemZISD::PACK, 4, 4202 { SystemZISD::PACK, 2, 4205 { SystemZISD::PACK, 1, 4400 // elements of a PACK are twice as wide as the outputs. in getPermuteNode() 4402 P.Opcode == SystemZISD::PACK ? P.Operand * 2 : in getPermuteNode() 4413 } else if (P.Opcode == SystemZISD::PACK) { in getPermuteNode() 4416 Op = DAG.getNode(SystemZISD::PACK, DL, OutVT, Op0, Op1); in getPermuteNode() 4556 // the non-root shuffles match something like a pack o in getNode() [all...] |
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | nir_to_vir.c | 1529 /* We don't have integer pack/unpack methods for in ntq_emit_alu() 1546 /* We don't have integer pack/unpack methods for converting in ntq_emit_alu() 1563 /* We don't have integer pack/unpack methods for converting in ntq_emit_alu() 2704 * pack 2 16-bit variables in the MSB and LSB of the same in try_emit_uniform()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir.h | 543 * This is used by the linker to decide if it's safe to pack the varying. 550 * This is used by the linker to decide if its safe to pack the varying. 3628 * vectorized IO can pack more varyings when linking. */ 3654 * Support pack varyings with different interpolation location
|
/third_party/python/Lib/ |
H A D | tarfile.py | 424 timestamp = struct.pack("<L", int(time.time())) 468 self.fileobj.write(struct.pack("<L", self.crc)) 469 self.fileobj.write(struct.pack("<L", self.pos & 0xffffFFFF)) 1137 buf = struct.pack("%ds" % BLOCKSIZE, b"".join(parts))
|
/third_party/python/Doc/whatsnew/ |
H A D | 3.2.rst | 2696 * :func:`struct.pack` now only allows bytes for the ``s`` string pack code. 2702 Code such as ``struct.pack('<6sHHBBB', 'GIF87a', x, y)`` should be rewritten 2703 with to use bytes instead of text, ``struct.pack('<6sHHBBB', b'GIF87a', x, y)``.
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_install_checker.cpp | 783 LOG_E(BMS_TAG_INSTALLER, "parse bundle pack info failed, error: %{public}d", result); in ParseBundleInfo() 800 LOG_W(BMS_TAG_INSTALLER, "no pack.info in the hap file"); in SetEntryInstallationFree()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler.cpp | 96 #pragma pack(push, 1) 101 #pragma pack(pop)
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_manager_impl.cpp | 1519 MMI_HILOGE("Pack display info failed"); in SendDisplayInfo() 1537 MMI_HILOGE("Pack window group info failed"); in SendWindowInfo()
|