Home
last modified time | relevance | path

Searched full:pack (Results 701 - 725 of 1688) sorted by relevance

1...<<21222324252627282930>>...68

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h107 // Instead of changing everyone's API we pack the N64 Type fields
/third_party/pulseaudio/src/pulsecore/
H A Dsconv_sse.c63 " packssdw %%mm1, %%mm0 \n\t" /* pack parts */ in pa_sconv_s16le_from_f32ne_sse()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dbind.h181 absl::Span<const FormatArgImpl> pack, BoundConversion* bound);
/third_party/skia/include/core/
H A DSkColorPriv.h101 * Pack the components into a SkPMColor, checking (in the debug version) that
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DVaryingPacking_unittest.cpp166 // WebGL should fail to pack max+1 vec2 arrays, unlike our more relaxed packing.
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.h560 #pragma pack(push, 1)
768 /* Restore the pack alignment to default. */
769 #pragma pack(pop)
/third_party/mesa3d/src/intel/genxml/
H A Dgen_pack_header.py433 # dict it occupies. Now that we're emitting the pack function,
440 # of the dword. In this case we pack directly into the
452 # Pack any fields of struct type first so we have integer values
/third_party/qrcodegen/cpp/
H A Dqrcodegen.cpp310 // Pack bits into bytes in big endian in encodeSegments()
417 // Calculate error correction code and pack bits in drawFormatBits()
447 // Calculate error correction code and pack bits in drawVersion()
/third_party/python/Lib/multiprocessing/
H A Dconnection.py392 pre_header = struct.pack("!i", -1)
393 header = struct.pack("!Q", n)
399 header = struct.pack("!i", n)
/third_party/openGLES/extensions/SGIX/
H A DSGIX_mpeg1.txt138 they update the pack and unpack state. Using and
538 termination of processing), except that the appropriate PACK
546 except that the appropriate PACK values are used in place of the
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestCase.cpp182 deUint32 version = pack(ApiVersion(0, 1, 0, 0)); in getTargetInstanceVersion()
188 version = pack(ApiVersion(1, 1, 0, 0)); in getTargetInstanceVersion()
813 { return isApiVersionSupported(m_device->getUsedApiVersion(), pack(version)); } in contextSupports()
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrStrokeTessellationShader_HardwareImpl.cpp176 // Pack join args for the tessellation control stage. in onEmitCode()
289 // Pack curve args for the tessellation control stage. in onEmitCode()
487 // Pack the args for the evaluation stage. in getTessControlShaderGLSL()
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
H A DSGIX_mpeg1.txt138 they update the pack and unpack state. Using and
538 termination of processing), except that the appropriate PACK
546 except that the appropriate PACK values are used in place of the
/third_party/python/Modules/_ctypes/
H A Dcfield.c50 int pack, int big_endian) in PyCField_FromDesc()
152 if (pack) in PyCField_FromDesc()
153 align = min(pack, dict->align); in PyCField_FromDesc()
47 PyCField_FromDesc(PyObject *desc, Py_ssize_t index, Py_ssize_t *pfield_size, int bitsize, int *pbitofs, Py_ssize_t *psize, Py_ssize_t *poffset, Py_ssize_t *palign, int pack, int big_endian) PyCField_FromDesc() argument
/third_party/vk-gl-cts/android/cts/main/vk-master-2021-03-01/
H A Dgraphicsfuzz.txt111 dEQP-VK.graphicsfuzz.cov-inst-combine-and-or-xor-pack-unpack
121 dEQP-VK.graphicsfuzz.cov-inst-combine-pack-unpack
125 dEQP-VK.graphicsfuzz.cov-inst-combine-simplify-demanded-pack-unpack
/third_party/python/Modules/
H A D_tracemalloc.c60 /* Pack the frame_t structure to reduce the memory footprint on 64-bit
66 #pragma pack(push, 4)
75 #pragma pack(pop)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestCase.cpp169 deUint32 version = pack(ApiVersion(0, 1, 0, 0)); in getTargetInstanceVersion()
175 version = pack(ApiVersion(1, 1, 0, 0)); in getTargetInstanceVersion()
750 { return isApiVersionSupported(m_device->getUsedApiVersion(), pack(version)); } in contextSupports()
/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_lpf_sao_msa.c187 /* pack results to 8 bit */ in hevc_loopfilter_luma_hor_msa()
191 /* pack src to 8 bit */ in hevc_loopfilter_luma_hor_msa()
279 /* pack results to 8 bit */ in hevc_loopfilter_luma_hor_msa()
282 /* pack src to 8 bit */ in hevc_loopfilter_luma_hor_msa()
345 /* pack strong results to 8 bit */ in hevc_loopfilter_luma_hor_msa()
423 /* pack weak results to 8 bit */ in hevc_loopfilter_luma_hor_msa()
432 /* pack src to 8 bit */ in hevc_loopfilter_luma_hor_msa()
859 /* pack results to 8 bit */ in hevc_loopfilter_luma_ver_msa()
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler_test.cpp2026 #pragma pack(push, 1) in TEST_F()
2028 #pragma pack(pop) in TEST_F()
2057 #pragma pack(push, 1) in TEST_F()
2059 #pragma pack(pop) in TEST_F()
2086 #pragma pack(push, 1) in TEST_F()
2088 #pragma pack(pop) in TEST_F()
2117 #pragma pack(push, 1) in TEST_F()
2119 #pragma pack(pop) in TEST_F()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opcodes.py329 # Floating point pack and unpack operations.
1349 # DXIL specific double [un]pack
1350 # DXIL doesn't support generic [un]pack instructions, so we want those
1352 # double, only [un]pack. Technically DXIL does, but considering they
1354 # This is essentially just the standard [un]pack, except that it doesn't get
/third_party/mesa3d/src/mapi/glapi/gen/
H A Des_EXT.xml8 <!-- part of es1.1 extension pack -->
20 <!-- part of es1.1 extension pack -->
35 <!-- part of es1.1 extension pack -->
127 <!-- part of es1.1 extension pack -->
351 <!-- part of es1.1 extension pack -->
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dmsa_macro.h967 /* Description : Pack even byte elements of vector pairs
994 /* Description : Pack even halfword elements of vector pairs
1011 /* Description : Pack even word elements of vector pairs
1028 /* Description : Pack odd halfword elements of vector pairs
1367 /* Description : Pack even byte elements, extract 0 & 2 index words from pair
/third_party/python/Objects/
H A Dfloatobject.c1726 /* this is for the benefit of the pack/unpack routines below */
2058 * PyFloat_{Pack,Unpack}{2,4,8}. See floatobject.h.
2169 "float too large to pack with e format"); in PyFloat_Pack2()
2277 "float too large to pack with f format"); in PyFloat_Pack4()
2390 "float too large to pack with d format"); in PyFloat_Pack8()
/third_party/protobuf/ruby/tests/
H A Dcommon_tests.rb206 m.optional_string = ["FFFF"].pack('H*')
210 m.optional_bytes = ["FFFF"].pack('H*')
499 bytestring = ["FFFF"].pack("H*")
504 bytestring = ["FFFF"].pack("H*")
1075 :optional_bytes => ["FFFFFFFF"].pack('H*'),
/third_party/exfatprogs/
H A DNEWS56 * mkfs.exfat: add the "--pack-bitmap" option to relocate the allocation

Completed in 41 milliseconds

1...<<21222324252627282930>>...68