/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/ |
H A D | NVCtrl.c | 85 * NV-CONTROL versions 1.8 and 1.9 pack the target_type and target_id
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | ShaderModuleD3D12.cpp | 49 // Pack both into a single version number. in GetDXCompilerVersion()
|
/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/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)``.
|
/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()
|