| /third_party/astc-encoder/Source/ |
| H A D | stb_image.h | 2562 // butterfly a/b, add bias, then shift by "s" and pack in stbi__idct_simd() 2663 // pack in stbi__idct_simd() 2748 // butterfly a/b, then shift using "shiftop" by "s" and pack in stbi__idct_simd() 2851 // pack and round in stbi__idct_simd() 3583 // pack and write output in stbi__resample_row_hv_2_simd()
|
| H A D | astcenc_internal.h | 1844 * @brief Pack a single pair of color endpoints as effectively as possible.
|
| /third_party/node/deps/v8/src/execution/s390/ |
| H A D | simulator-s390.cc | 779 V(vpk, VPK, 0xE794) /* type = VRR_C VECTOR PACK */ \ in EvalTableInit() 782 V(vpks, VPKS, 0xE797) /* type = VRR_B VECTOR PACK SATURATE */ \ in EvalTableInit() 783 V(vpkls, VPKLS, 0xE795) /* type = VRR_B VECTOR PACK LOGICAL SATURATE */ \ in EvalTableInit() 959 EvalTable[PACK] = &Simulator::Evaluate_PACK; in EvalTableInit() 6086 EVALUATE(PACK) { in EVALUATE()
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cGPUShaderFP64Tests.cpp | 12998 class pack class 13013 class pack<tcu::Matrix<glw::GLdouble, Rows, Cols> > class 13126 pack<ResT>::set(result_dst, result); in call() 13305 pack<ResT>::set(result_dst, result); in call() 13435 pack<ResT>::set(result_dst, result); in call()
|
| H A D | gl4cDirectStateAccessTexturesTests.cpp | 13312 /* Check that INVALID_OPERATION error is generated if a pixel pack buffer in iterate() 13321 "a pixel pack buffer object is bound and packing the texture image into the buffer's " in iterate() 13327 /* Check that INVALID_OPERATION error is generated if a pixel pack buffer in iterate() 13337 "a pixel pack buffer object is bound and pixels is not evenly divisible by the " in iterate()
|
| /third_party/mesa3d/docs/relnotes/ |
| H A D | 21.0.0.rst | 1218 - util/format: Fix pack/unpack of A1R5G5B5_UINT. 1352 - zink: do not reserve or pack fragment outputs 1694 - intel/genxml/pack: Stash the cloned address field
|
| H A D | 7.10.rst | 429 - mesa: rename vars in pixel pack/unpack code 1828 - gallivm: Use the wrappers for SSE pack intrinsics.
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | TextureTest.cpp | 7126 // PACK modes debugging 7225 // ReadPixels against different width, height, pixel pack mode combinations to test 7245 // Restore pixel pack modes later
|
| /third_party/skia/third_party/externals/libwebp/ |
| H A D | ChangeLog | 2639 7e2d6595 Merge "remove the PACK() bit-packing tricks" 2640 c13fecf9 remove the PACK() bit-packing tricks 2677 e081f2f3 Pack code & extra_bits to Struct (VP8LPrefixCode).
|
| /third_party/elfutils/libdw/ |
| H A D | ChangeLog | 1025 * libdwP.h (struct Dwarf_Abbrev): Pack struct. Remove attrcnt, 2749 * libdwP.h (struct Dwarf_Line_s): Reorder members to pack better.
|
| /third_party/openGLES/extensions/ARB/ |
| H A D | ARB_uniform_buffer_object.txt | 2391 DISCUSSION: As it stands, existing implementations pack uniform 3444 flexibility. For example, a hypothetical implementation might pack 3x3
|
| /third_party/python/Doc/whatsnew/ |
| H A D | 2.7.rst | 1567 :issue:`1523`.) The :func:`~struct.pack` function will also 1568 attempt to use :meth:`__index__` to convert and pack non-integers
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | ContextVk.cpp | 679 // - PACK/UNPACK_STATE only affect texture data upload/download, in GetImpl() 3880 // This is a no-op, its only important to use the right pack state when we do in syncState()
|
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLCaps.cpp | 142 // Skia already has a scratch buffer workaround when pack row length in init() 1213 writer->appendBool("Pack Flip Y support", fPackFlipYSupport); in onDumpJSON()
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| H A D | ARB_uniform_buffer_object.txt | 2381 DISCUSSION: As it stands, existing implementations pack uniform 3434 flexibility. For example, a hypothetical implementation might pack 3x3
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 2894 // problems during legalization, the emitted instructions to pack and unpack in performLoadCombine() 2948 // order problems during legalization, the emitted instructions to pack and in performStoreCombine()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXInstrInfo.td | 2827 // pack a set of smaller int registers to a larger int register 3141 // - for sm_20, use pmpt (use vector scalar mov to get the pack and
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 2735 // Returns a signed counterpart for an (un)signed-saturate-and-pack 2766 // Instrument vector pack instrinsic.
|
| /third_party/python/Lib/test/ |
| H A D | test_logging.py | 1892 slen = struct.pack('>L', 0) # length of prefix 3303 slen = struct.pack('>L', len(text))
|
| /third_party/python/Misc/ |
| H A D | HISTORY | 5717 - Issue #14897: Enhance error messages of struct.pack and 9874 trying to pack a negative (in-range) integer. 10956 - Issue #10783: struct.pack() no longer implicitly encodes unicode to UTF-8. 14185 - Issue #9277: Fix bug in struct.pack for bools in standard mode (e.g., 14186 struct.pack('>?')): if conversion to bool raised an exception then that 14198 - In struct.pack, correctly propagate exceptions from computing the truth of an 14259 - Issue #8300: When passing a non-integer argument to struct.pack with any 14260 integer format code, struct.pack first attempts to convert the non-integer 15048 for integer type codes: struct.pack('L', 0.3) should now raise 15203 when packing an integer: struct.pack(' [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_msl.cpp | 3939 // If struct size is larger than array stride, we might be able to fit, if we tightly pack. in mark_scalar_layout_structs() 3972 // Sort the members of the struct type by offset, and pack and then pad members where needed 3993 // Pack any dependent struct types before we pack a parent struct. in align_struct() 4001 // a packed format. If so, and the previous member is packable, pack it. in align_struct()
|
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | vc1dsp_mmi.c | 1610 /** Add rounder from $f14 to $f6 and pack result at destination */
|
| /third_party/eudev/src/udev/ |
| H A D | udev-rules.c | 185 /* we try to pack stuff in a way that we take only 12 bytes per token */
|
| /third_party/glfw/src/ |
| H A D | x11_window.c | 2135 // ABI. Xlib will pack these values into a regular array of 32-bit values in _glfwSetWindowIconX11()
|
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_hub.c | 1852 * The bandwidth scheduler which I have implemented will simply pack
|