Home
last modified time | relevance | path

Searched defs:packed (Results 26 - 50 of 141) sorted by relevance

123456

/third_party/json/tests/src/
H A Dunit-msgpack.cpp1567 auto packed = utils::read_binary_file(filename + ".msgpack"); variable
1778 auto packed = utils::read_binary_file(filename + ".msgpack"); in CAPTURE() local
1808 auto packed = utils::read_binary_file(filename + ".msgpack"); variable
1823 auto packed = utils::read_binary_file(filename + ".msgpack"); global() variable
[all...]
H A Dunit-cbor.cpp1835 auto packed = utils::read_binary_file(filename + ".cbor"); variable
2112 auto packed = utils::read_binary_file(filename + ".cbor"); in CAPTURE() local
2142 auto packed = utils::read_binary_file(filename + ".cbor"); variable
2157 auto packed = utils::read_binary_file(filename + ".cbor"); global() variable
2392 auto packed = utils::read_binary_file(TEST_DATA_DIRECTORY "/binary_data/cbor_binary.cbor"); global() variable
[all...]
H A Dunit-bson.cpp1235 auto packed = utils::read_binary_file(filename + ".bson"); in CAPTURE() local
1265 auto packed = utils::read_binary_file(filename + ".bson"); variable
1280 auto packed = utils::read_binary_file(filename + ".bson"); variable
/third_party/mesa3d/src/imagination/csbgen/
H A Dpvr_packet_helpers.h86 __pvr_uint_unpack(uint64_t packed, uint32_t start, uint32_t end) in __pvr_uint_unpack() argument
115 __pvr_sint_unpack(uint64_t packed, uint32_t start, uint32_t end) in __pvr_sint_unpack() argument
139 __pvr_offset_unpack(uint64_t packed, in __pvr_offset_unpack() argument
165 __pvr_address_unpack(uint64_t packed, in __pvr_address_unpack() argument
183 __pvr_float_unpack(uint32_t packed) in __pvr_float_unpack() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c146 alignas(16) uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_float() local
250 alignas(16) uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; test_format_unorm8() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_yuv.c55 uyvy_to_yuv_soa(struct gallivm_state *gallivm, unsigned n, LLVMValueRef packed, LLVMValueRef i, LLVMValueRef *y, LLVMValueRef *u, LLVMValueRef *v) uyvy_to_yuv_soa() argument
139 yuyv_to_yuv_soa(struct gallivm_state *gallivm, unsigned n, LLVMValueRef packed, LLVMValueRef i, LLVMValueRef *y, LLVMValueRef *u, LLVMValueRef *v) yuyv_to_yuv_soa() argument
364 uyvy_to_rgba_aos(struct gallivm_state *gallivm, unsigned n, LLVMValueRef packed, LLVMValueRef i) uyvy_to_rgba_aos() argument
385 yuyv_to_rgba_aos(struct gallivm_state *gallivm, unsigned n, LLVMValueRef packed, LLVMValueRef i) yuyv_to_rgba_aos() argument
406 rgbg_to_rgba_aos(struct gallivm_state *gallivm, unsigned n, LLVMValueRef packed, LLVMValueRef i) rgbg_to_rgba_aos() argument
425 grgb_to_rgba_aos(struct gallivm_state *gallivm, unsigned n, LLVMValueRef packed, LLVMValueRef i) grgb_to_rgba_aos() argument
443 grbr_to_rgba_aos(struct gallivm_state *gallivm, unsigned n, LLVMValueRef packed, LLVMValueRef i) grbr_to_rgba_aos() argument
462 rgrb_to_rgba_aos(struct gallivm_state *gallivm, unsigned n, LLVMValueRef packed, LLVMValueRef i) rgrb_to_rgba_aos() argument
491 LLVMValueRef packed; lp_build_fetch_subsampled_rgba_aos() local
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_encoder.h166 uint32_t packed = 0; in panfrost_pack_work_groups_compute() local
H A Dpan_clear.c50 pan_pack_color_32(uint32_t *packed, uint32_t v) in pan_pack_color_32() argument
94 pan_pack_raw(uint32_t *packed, const union pipe_color_union *color, enum pipe_format format) in pan_pack_raw() argument
118 pan_pack_color(uint32_t *packed, const union pipe_color_union *color, enum pipe_format format, bool dithered) pan_pack_color() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_pack_color.h488 uint32_t packed = util_pack_mask_z(format, z); in util_pack_mask_z_stencil() local
511 uint64_t packed; in util_pack64_mask_z_stencil() local
597 uint32_t packed = util_pack_z(format, z); util_pack_z_stencil() local
620 uint64_t packed; util_pack64_z_stencil() local
[all...]
/third_party/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp159 uint32_t packed = tile(f, max); // low coordinate in high bits in pack() local
H A DSkVertices.cpp274 uint32_t packed = static_cast<uint32_t>(fVertices->fMode); in encode() local
[all...]
H A DSkPath_serial.cpp44 static unsigned extract_version(uint32_t packed) { in extract_version() argument
48 static SkPathFillType extract_filltype(uint32_t packed) { in extract_filltype() argument
52 static SerializationType extract_serializationtype(uint32_t packed) { in extract_serializationtype() argument
78 int32_t packed = (fFillType << kFillType_SerializationShift) | in writeToMemoryAsRRect() local
99 int32_t packed in writeToMemory() local
146 uint32_t packed; readFromMemory() local
163 uint32_t packed; readAsRRect() local
201 uint32_t packed; readFromMemory_EQ4Or5() local
[all...]
/third_party/skia/tests/
H A DPremulAlphaRoundTripTest.cpp18 uint32_t packed; in pack_unpremul_rgba() local
28 uint32_t packed; in pack_unpremul_bgra() local
/third_party/skia/third_party/externals/tint/src/writer/
H A Dappend_vector.cc116 std::vector<const sem::Expression*> packed; in AppendVector() local
[all...]
/third_party/protobuf/php/src/Google/Protobuf/
H A DField.php61 private $packed = false; variable
297 $this->packed = $var; global() variable
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldOptions.php36 protected $packed = null; variable
253 $this->packed = $var; global() variable
[all...]
/third_party/ffmpeg/doc/examples/
H A Ddemuxing_decoding.c352 const char *packed = av_get_sample_fmt_name(sfmt); in main() local
/third_party/ffmpeg/libavcodec/
H A Drawdec.c317 int packed = (avctx->codec_tag & 0xFFFFFF) == MKTAG('B','I','T', 0); in raw_decode() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_format_convert.h89 nir_format_unpack_int(nir_builder *b, nir_ssa_def *packed, in nir_format_unpack_int() argument
144 nir_ssa_def *packed = nir_imm_int(b, 0); local
160 nir_ssa_def *packed = nir_imm_int(b, 0); nir_format_pack_uint_unmasked_ssa() local
[all...]
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_nir_lower_logic_ops.c131 v3d_nir_unpack_and_swizzle(nir_builder *b, nir_ssa_def *packed, in v3d_nir_unpack_and_swizzle() argument
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_uniforms.c157 uint32_t packed; in write_texture_p1() local
/third_party/mesa3d/src/mesa/main/
H A Dtexstate.c495 struct gl_tex_env_combine_packed *packed = &texUnit->_CurrentCombinePacked; in pack_tex_combine() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_mem_access_bit_sizes.c228 nir_ssa_def *packed = nir_extract_bits(b, &value, 1, start * 8, in lower_mem_store_bit_size() local
/third_party/mesa3d/src/util/tests/format/
H A Du_format_test.c284 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_rgba_float() local
57 print_packed(const struct util_format_description *format_desc, const char *prefix, const uint8_t *packed, const char *suffix) print_packed() argument
407 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; test_format_pack_rgba_8unorm() local
503 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; test_format_pack_z_float() local
581 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; test_format_pack_z_32unorm() local
660 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; test_format_pack_s_8uint() local
[all...]
/third_party/skia/src/gpu/effects/
H A DGrYUVtoRGBEffect.cpp351 uint32_t packed = 0; in onAddToKey() local

Completed in 22 milliseconds

123456