Home
last modified time | relevance | path

Searched full:pack (Results 376 - 400 of 1965) sorted by relevance

1...<<11121314151617181920>>...79

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktSampleVerifierUtil.cpp751 deUint64 unpackBits (const BaseType pack,
759 return mask & (pack >> (BaseType) (8 * (int) sizeof(BaseType) - bitOffset - numBits));
848 deUint64 pack = readChannel(pixelPtr, 0, baseTypeBytes);
854 chanUVal = unpackBits<deUint8>((deUint8)pack, bitOffsets[chan], bitSizes[chan]);
858 chanUVal = unpackBits<deUint16>((deUint16)pack, bitOffsets[chan], bitSizes[chan]);
862 chanUVal = unpackBits<deUint32>((deUint32)pack, bitOffsets[chan], bitSizes[chan]);
/third_party/openGLES/extensions/NV/
H A DNV_fragment_program_option.txt60 * instructions to pack and unpack multiple quantities into a single
285 PK2H - - - - - v ssss pack two 16-bit floats
286 PK2US - - - - - v ssss pack two unsigned 16-bit scalars
287 PK4B - - - - - v ssss pack four signed 8-bit scalars
288 PK4UB - - - - - v ssss pack four unsigned 8-bit scalars
564 - PK2H (pack as two half floats),
565 - PK2US (pack as two unsigned shorts),
566 - PK4B (pack as four signed bytes),
567 - PK4UB (pack as four unsigned bytes),
636 Section 3.11.5.32, PK2H: Pack Tw
[all...]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
H A DNV_fragment_program_option.txt60 * instructions to pack and unpack multiple quantities into a single
285 PK2H - - - - - v ssss pack two 16-bit floats
286 PK2US - - - - - v ssss pack two unsigned 16-bit scalars
287 PK4B - - - - - v ssss pack four signed 8-bit scalars
288 PK4UB - - - - - v ssss pack four unsigned 8-bit scalars
564 - PK2H (pack as two half floats),
565 - PK2US (pack as two unsigned shorts),
566 - PK4B (pack as four signed bytes),
567 - PK4UB (pack as four unsigned bytes),
636 Section 3.11.5.32, PK2H: Pack Tw
[all...]
/base/security/device_auth/services/session_manager/src/session/
H A Ddev_session_fwk.c157 LOGE("pack send msg fail."); in SendSessionMsg()
217 LOGE("pack send msg fail."); in StartV2Session()
482 LOGE("Pack authId Json To String fail."); in GenerateErrorReturn()
537 LOGW("pack returnData to returnDataStr fail."); in GetSessionReturnData()
/base/update/sys_installer_lite/frameworks/source/updater/
H A Dhota_updater.c54 #pragma pack(1)
63 #pragma pack()
65 #pragma pack(1)
79 #pragma pack()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/
H A Ddsched_softbus_session.cpp108 HILOGE("pack recv data error, size: %" PRIu64", session id: %{public}d", bufferSize, sessionId_); in PackRecvData()
121 HILOGE("pack recv data failed, size: %" PRIu64", dataLen: %{public}d, totalLen: %{public}d session id:" in PackRecvData()
126 HILOGD("pack recv data Assemble, size: %" PRIu64", dataLen: %{public}d, totalLen: %{public}d, nowTime: " in PackRecvData()
134 HILOGD("pack recv data Assemble, size: %" PRIu64", dataLen: %{public}d, totalLen: %{public}d, nowTime: " in PackRecvData()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_message.c106 AUTH_LOGE(AUTH_FSM, "pack devId fail"); in PostWifiV1DevId()
131 AUTH_LOGE(AUTH_FSM, "pack devId fail"); in PostDeviceIdNew()
241 AUTH_LOGE(AUTH_FSM, "pack device info fail"); in PostDeviceInfoMessage()
553 AUTH_LOGE(AUTH_FSM, "pack verify device msg fail"); in PostDeviceMessage()
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_tcp_socket.c168 CONN_LOGE(CONN_COMMON, "pack ipv6 addr failed"); in BindLocalIP()
177 CONN_LOGE(CONN_COMMON, "pack ipv4 addr failed"); in BindLocalIP()
262 CONN_LOGW(CONN_COMMON, "pack ipv6 addr failed"); in SocketConnect()
271 CONN_LOGE(CONN_COMMON, "pack ipv4 addr failed"); in SocketConnect()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dpackage_file.cpp501 LOGE("[PackageFiles]Pack file header err[%d]!!!", errCode); in ExePackage()
511 LOGE("[PackageFiles]Pack file context err[%d]!!!", errCode); in ExePackage()
517 // If file type is path no need pack content in PackFileContent in ExePackage()
578 LOGE("Copy file fail when execute pack files! errCode = [%d]", errCode); in CopyFilePermissionsIfNeed()
/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_session.cpp137 DHLOGE("pack recv data error, size: %{public}" PRIu64", sess: %{public}s peerSess: %{public}s", in PackRecvData()
147 DHLOGE("pack recv data failed, size: %{public}" PRIu64", dataLen: %{public}d, totalLen: %{public}d sess: " in PackRecvData()
153 DHLOGD("pack recv data Assemble, size: %{public}" PRIu64", dataLen: %{public}d, totalLen: %{public}d, nowTime: " in PackRecvData()
161 DHLOGD("pack recv data Assemble, size: %{public}" PRIu64", dataLen: %{public}d, totalLen: %{public}d, nowTime: " in PackRecvData()
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h182 #define FILLP_SUPPORT_PACK_WITH_HRBB 0X01 /* send head receiving buffer bubble in pack packet */
232 #pragma pack(push, 4)
234 #pragma pack(push, 8)
254 #pragma pack(pop)
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_ops.c211 [midgard_op_pack_colour_f32] = {"PACK.f32", M32},
212 [midgard_op_pack_colour_f16] = {"PACK.f16", M32},
213 [midgard_op_pack_colour_u32] = {"PACK.u32", M32},
214 [midgard_op_pack_colour_s32] = {"PACK.s32", M32},
/third_party/node/deps/npm/node_modules/npm-packlist/lib/
H A Dindex.js116 // so that we don't pack a workspace as part of the root project. append them as
185 // overridden method: we want to refuse to pack files that are invalid, node-tar protects us from
378 // no edgeOut = missing node, so skip it. we can't pack it if it's not here
379 // we also refuse to pack peer dependencies and dev dependencies
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_pack_color.h60 * Pack ubyte R,G,B,A into dest pixel.
591 * Pack Z and/or stencil values into a 32-bit value described by format.
636 * Pack 4 ubytes into a 4-byte word
649 * Pack/convert 4 floats into one 4-byte word.
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
H A DMessage.pm466 $msgdata = pack('CnC', $self->mt, $lenhi, $lenlo).$self->data;
498 .pack("C", TLSProxy::Record::RT_HANDSHAKE).("\0"x16));
505 $data .= pack("C", $padval);
510 $data .= pack("C", $macval);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DFramebuffer9.cpp84 const gl::PixelPackState &pack, in readPixelsImpl()
118 !pack.reverseRowOrder && pack.alignment <= 4 && mRenderer->getShareHandleSupport() && in readPixelsImpl()
206 packParams.reverseRowOrder = pack.reverseRowOrder; in readPixelsImpl()
79 readPixelsImpl(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, size_t outputPitch, const gl::PixelPackState &pack, gl::Buffer *packBuffer, uint8_t *pixels) readPixelsImpl() argument
/third_party/openssl/util/perl/TLSProxy/
H A DMessage.pm466 $msgdata = pack('CnC', $self->mt, $lenhi, $lenlo).$self->data;
498 .pack("C", TLSProxy::Record::RT_HANDSHAKE).("\0"x16));
505 $data .= pack("C", $padval);
510 $data .= pack("C", $macval);
/third_party/python/Lib/idlelib/
H A Dundo.py348 text.pack()
355 undo.pack(side='left')
357 redo.pack(side='left')
359 dump.pack(side='left')
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/slowstrconv/
H A Dslowstrconv.go117 ret.F16 = uint16(h.pack(exp2, 5, 10))
120 ret.F32 = uint32(h.pack(exp2, 8, 23))
123 ret.F64 = uint64(h.pack(exp2, 11, 52))
365 func (h *highPrecisionDecimal) pack(exp2 int32, expBits uint32, manBits uint32) uint64 {
/base/update/updater/services/package/pkg_package/
H A Dpkg_upgradefile.cpp139 ret = entry->Pack(inStream, dataOffset, encodeLen); in AddEntry()
141 PKG_LOGE("Fail Pack for %s", file->identity.c_str()); in AddEntry()
832 int32_t UpgradeFileEntry::Pack(PkgStreamPtr inStream, size_t startOffset, size_t &encodeLen) in Pack() function in Hpackage::UpgradeFileEntry
847 PKG_LOGE("UpgradeFileEntry pack memcpy failed"); in Pack()
850 int32_t ret = algorithm->Pack(inStream, outStream, context); in Pack()
858 PKG_LOGE("UpgradeFileEntry pack memcpy failed"); in Pack()
864 PKG_LOGI("Pack start:%zu unpackSize:%zu packSize:%zu", startOffset, fileInfo_.fileInfo.unpackedSize, in Pack()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.c33 * Pack/unpacking is necessary for conversion between types of different
554 * Non-interleaved pack.
707 * Non-interleaved native pack.
772 * Non-interleaved pack and saturate.
794 /* All X86 SSE non-interleaved pack instructions take signed inputs and in lp_build_packs2()
932 * same size as the destination vector, then pack normally. in lp_build_resize()
950 * Truncate bit width but expand vector size - first pack in lp_build_resize()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c42 #include "main/pack.h"
200 pixels = _mesa_map_pbo_dest(ctx, &ctx->Pack, pixels); in copy_to_staging_dest()
211 /* copy/pack data into user buffer */ in copy_to_staging_dest()
213 ctx->Pack.SwapBytes, NULL)) { in copy_to_staging_dest()
222 void *dest = _mesa_image_address(dims, &ctx->Pack, pixels, in copy_to_staging_dest()
252 dstStride = _mesa_image_row_stride(&ctx->Pack, width, format, type); in copy_to_staging_dest()
255 void *dest = _mesa_image_address(dims, &ctx->Pack, pixels, in copy_to_staging_dest()
268 if (ctx->Pack.SwapBytes) { in copy_to_staging_dest()
269 _mesa_swap_bytes_2d_image(format, type, &ctx->Pack, in copy_to_staging_dest()
284 _mesa_unmap_pbo_dest(ctx, &ctx->Pack); in copy_to_staging_dest()
589 struct gl_pixelstore_attrib pack = {0}; st_UnmapTextureImage() local
1702 try_pbo_download(struct st_context *st, struct gl_texture_image *texImage, enum pipe_format src_format, enum pipe_format dst_format, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, const struct gl_pixelstore_attrib *pack, void *pixels) try_pbo_download() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_heif_test.cpp350 * @tc.expected: step3. pack pixel map success and the heif compress file size equals to HEIF_PACK_SIZE. in HWTEST_F()
404 * @tc.expected: step5. pack pixel map success and the heif compress file size equals to HEIF_PACK_SIZE. in HWTEST_F()
443 * @tc.expected: step3. pack pixel map success and the heif compress file size equals to HEIF_PACK_SIZE. in HWTEST_F()
547 * @tc.expected: step5. pack pixel map success and the heif compress file size equals to HEIF_PACK_SIZE. in HWTEST_F()
660 * @tc.expected: step3. pack pixel map success and the heif compress file size equals to HEIF_PACK_SIZE. in HWTEST_F()
699 * @tc.expected: step3. pack pixel map success and the heif compress file size equals to HEIF_PACK_SIZE. in HWTEST_F()
740 * @tc.expected: step4. pack pixel map success and the heif compress file size equals to HEIF_PACK_SIZE. in HWTEST_F()
787 * @tc.expected: step4. decode success and pack pixel map success and the heif compress file size not equals to 0. in HWTEST_F()
864 * @tc.expected: step3. pack pixel map success and the heif compress file size equals to HEIF_PACK_SIZE. in HWTEST_F()
/third_party/openGLES/extensions/ARB/
H A DARB_robustness.txt366 If a pixel pack buffer ...
368 GetnPixelMap{ui us f}vARB, if a pixel pack buffer object is bound
400 "When calling GetnTextureImageARB, if a pixel pack buffer object
418 ... If a pixel pack buffer object is bound and img + n is greater
420 When calling GetnCompressedTextureImageARB, if a pixel pack buffer
431 obtain the polygon stipple. The pattern is packed into pixel pack
479 ... The row and column images are returned to pixel pack buffer or
508 ... A one-dimensional image of width 2 is returned to pixel pack
716 This means queries that depend on pixel store pack state need
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dyuv_sse2.c104 // Pack R/G/B/A results into 32b output.
120 // Pack R/G/B/A results into 16b output.
142 // Pack R/G/B results into 16b output.
164 // Pack the planar buffers
173 // To pack, we will keep taking one every two 8b integer and move it in PlanarTo24b_SSE2()
265 // Pack as RGBRGBRGBRGB. in VP8YuvToRgb32_SSE2()
287 // Pack as BGRBGRBGRBGR. in VP8YuvToBgr32_SSE2()
381 // Pack as RGBRGBRGBRGB. in YuvToRgbRow_SSE2()
418 // Pack as BGRBGRBGRBGR. in YuvToBgrRow_SSE2()

Completed in 29 milliseconds

1...<<11121314151617181920>>...79