Home
last modified time | relevance | path

Searched defs:packed (Results 51 - 75 of 137) sorted by relevance

123456

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedOutputStreamWriter.java187 public void writeInt32List(int fieldNumber, List<Integer> value, boolean packed) in writeInt32List() argument
211 public void writeFixed32List(int fieldNumber, List<Integer> value, boolean packed) in writeFixed32List() argument
235 public void writeInt64List(int fieldNumber, List<Long> value, boolean packed) throws IOException { in writeInt64List() argument
258 public void writeUInt64List(int fieldNumber, List<Long> value, boolean packed) in writeUInt64List() argument
282 public void writeFixed64List(int fieldNumber, List<Long> value, boolean packed) in writeFixed64List() argument
306 writeFloatList(int fieldNumber, List<Float> value, boolean packed) writeFloatList() argument
330 writeDoubleList(int fieldNumber, List<Double> value, boolean packed) writeDoubleList() argument
354 writeEnumList(int fieldNumber, List<Integer> value, boolean packed) writeEnumList() argument
378 writeBoolList(int fieldNumber, List<Boolean> value, boolean packed) writeBoolList() argument
431 writeUInt32List(int fieldNumber, List<Integer> value, boolean packed) writeUInt32List() argument
455 writeSFixed32List(int fieldNumber, List<Integer> value, boolean packed) writeSFixed32List() argument
479 writeSFixed64List(int fieldNumber, List<Long> value, boolean packed) writeSFixed64List() argument
503 writeSInt32List(int fieldNumber, List<Integer> value, boolean packed) writeSInt32List() argument
527 writeSInt64List(int fieldNumber, List<Long> value, boolean packed) writeSInt64List() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dlite_unittest.cc1014 protobuf_unittest::PackedInt32 packed; in TEST() local
1031 protobuf_unittest::PackedFixed32 packed; in TEST() local
H A Dextension_set_unittest.cc681 unittest::TestPackedTypes packed; in TEST() local
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sVertexArrayTests.cpp185 const bool packed = m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_10; in init() local
291 const bool packed = m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_10; in init() local
392 const bool packed = m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_10; in init() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderMultisampleInterpolationTests.cpp167 const deUint32 packed = ((deUint32)color.getRed()) + ((deUint32)color.getGreen() << 8) + ((deUint32)color.getGreen() << 16); in verifyImage() local
/third_party/json/tests/src/
H A Dunit-ubjson.cpp2461 auto packed = utils::read_binary_file(filename + ".ubjson"); in CAPTURE() local
2491 auto packed = utils::read_binary_file(filename + ".ubjson"); variable
2506 auto packed = utils::read_binary_file(filename + ".ubjson"); variable
/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.cpp815 wait_imm::wait_imm(enum amd_gfx_level gfx_level, uint16_t packed) : vs(unset_counter) in wait_imm() argument
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.h89 struct agx_varying_packed packed[AGX_MAX_VARYINGS]; member
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_emit.c228 uint8_t packed[cl_packet_length(TEXTURE_SHADER_STATE)]; in emit_one_texture() local
/third_party/mesa3d/src/intel/isl/
H A Disl_format.c1215 uint32_t packed; in pack_channel() local
1305 uint32_t packed = (data_in[dword] >> bit) & u_uintN_max(layout->bits); unpack_channel() local
[all...]
/third_party/mesa3d/src/panfrost/util/
H A Dpan_lower_framebuffer.c309 pan_unpack_int_1010102(nir_builder *b, nir_ssa_def *packed, bool is_signed) in pan_unpack_int_1010102() argument
377 pan_unpack(nir_builder *b, const struct util_format_description *desc, nir_ssa_def *packed) pan_unpack() argument
500 nir_ssa_def *packed = pan_pack(b, desc, unpacked); pan_lower_fb_store() local
519 nir_ssa_def *packed = pan_lower_fb_load() local
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_nir_lower_descriptors.c115 const uint32_t packed = (array_size - 1) << 16 | ubo_idx; in build_res_index() local
128 const uint32_t packed = (bind_layout->desc_ubo_stride << 16 ) | in build_res_index() local
149 const uint32_t packed = (desc_stride << 16) | ubo_idx; in build_res_index() local
206 nir_ssa_def *packed = nir_channel(b, res_index, 0); in build_buffer_addr_for_res_index() local
220 nir_ssa_def *packed = nir_channel(b, res_index, 0); build_buffer_addr_for_res_index() local
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetBOCU1.java93 private static int BOCU1_LENGTH_FROM_PACKED(int packed) { in BOCU1_LENGTH_FROM_PACKED() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c221 lp_build_unpack_arith_rgba_aos(struct gallivm_state *gallivm, const struct util_format_description *desc, LLVMValueRef packed) lp_build_unpack_arith_rgba_aos() argument
370 LLVMValueRef packed = NULL; lp_build_pack_rgba_aos() local
503 LLVMValueRef packed; lp_build_fetch_rgba_aos() local
538 LLVMValueRef packed, res = NULL, chans[4], rgba[4]; lp_build_fetch_rgba_aos() local
639 LLVMValueRef packed; lp_build_fetch_rgba_aos() local
[all...]
H A Dlp_bld_format_soa.c121 lp_build_extract_soa_chan(struct lp_build_context *bld, unsigned blockbits, boolean srgb_chan, struct util_format_channel_description chan_desc, LLVMValueRef packed) lp_build_extract_soa_chan() argument
303 lp_build_unpack_rgba_soa(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type type, LLVMValueRef packed, LLVMValueRef rgba_out[4]) lp_build_unpack_rgba_soa() argument
355 lp_build_rgba8_to_fi32_soa(struct gallivm_state *gallivm, struct lp_type dst_type, LLVMValueRef packed, LLVMValueRef *rgba) lp_build_rgba8_to_fi32_soa() argument
447 LLVMValueRef packed; lp_build_fetch_rgba_soa() local
495 LLVMValueRef packed[4], dst[4], output[4], shuffles[LP_MAX_VECTOR_WIDTH/32]; lp_build_fetch_rgba_soa() local
687 LLVMValueRef packed; lp_build_fetch_rgba_soa() local
712 LLVMValueRef packed; lp_build_fetch_rgba_soa() local
757 LLVMValueRef packed, rgba[4]; lp_build_fetch_rgba_soa() local
982 lp_build_pack_rgba_soa(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type type, const LLVMValueRef rgba_in[4], LLVMValueRef *packed) lp_build_pack_rgba_soa() argument
1023 LLVMValueRef packed[4]; lp_build_store_rgba_soa() local
[all...]
/third_party/skia/src/core/
H A DSkPaint.cpp251 uint32_t packed = 0; in pack_v68() local
267 static uint32_t unpack_v68(SkPaint* paint, uint32_t packed, SkSafeRang argument
[all...]
H A DSkPicturePlayback.cpp120 uint32_t packed = reader->readInt(); in handleOp() local
138 uint32_t packed = reader->readInt(); in handleOp() local
155 uint32_t packed = reader->readInt(); in handleOp() local
173 uint32_t packed = reader->readInt(); in handleOp() local
[all...]
/third_party/skia/src/opts/
H A DSkBitmapProcState_opts.h34 static void decode_packed_coordinates_and_weight(U32 packed, Out* v0, Out* v1, Out* w) { in decode_packed_coordinates_and_weight() argument
250 __m128i packed = _mm_loadu_si128((const __m128i*)xy); in S32_alpha_D32_filter_DX() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-serialize.hh652 hb_vector_t<object_t *> packed; global() member
[all...]
/third_party/python/Lib/test/
H A Dtest_struct.py506 packed = struct.pack(prefix+'?', 1) variable in StructTest.test_bool.ExplodingBool
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fVertexArrayTest.cpp182 const bool packed = m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_10; in init() local
288 const bool packed = m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_10; in init() local
389 const bool packed = m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_10; in init() local
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_sse_4.h1007 __m128i packed = _mm_packs_epi32(a.m, a.m); in float16_to_float() local
1025 __m128i packed = _mm_set1_epi16(static_cast<short>(a)); in float16_to_float() local
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_pack.c191 uint64_t packed = 0; in bi_pack_registers() local
363 struct bi_packed_tuple packed = { in bi_pack_tuple() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c613 writePacked(int32_t packed, uint8_t *p) writePacked() argument
646 unpackDiff(int32_t initialPrev, int32_t packed) unpackDiff() argument
682 int32_t packed, initialPrev; writeDiff() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderImage.cpp762 SIMD::Int packed[4]; in EmitImageRead() local
1187 SIMD::Int packed[4]; WriteImage() local
[all...]

Completed in 35 milliseconds

123456