| /third_party/skia/src/gpu/effects/ |
| H A D | GrYUVtoRGBEffect.cpp | 351 uint32_t packed = 0; in onAddToKey() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkFormat.cpp | 2662 uint8_t packed = pack(format); mapTo8bit() local [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | Writer.java | 140 void writeInt32List(int fieldNumber, List<Integer> value, boolean packed) throws IOException; in writeInt32List() argument 143 void writeFixed32List(int fieldNumber, List<Integer> value, boolean packed) throws IOException; in writeFixed32List() argument 146 void writeInt64List(int fieldNumber, List<Long> value, boolean packed) throws IOException; in writeInt64List() argument 149 void writeUInt64List(int fieldNumber, List<Long> value, boolean packed) throws IOException; in writeUInt64List() argument 152 void writeFixed64List(int fieldNumber, List<Long> value, boolean packed) throws IOException; in writeFixed64List() argument 155 void writeFloatList(int fieldNumber, List<Float> value, boolean packed) throws IOException; in writeFloatList() argument 158 void writeDoubleList(int fieldNumber, List<Double> value, boolean packed) throws IOException; in writeDoubleList() argument 161 void writeEnumList(int fieldNumber, List<Integer> value, boolean packed) throws IOException; in writeEnumList() argument 164 void writeBoolList(int fieldNumber, List<Boolean> value, boolean packed) throws IOException; in writeBoolList() argument 173 void writeUInt32List(int fieldNumber, List<Integer> value, boolean packed) throw argument 176 writeSFixed32List(int fieldNumber, List<Integer> value, boolean packed) writeSFixed32List() argument 179 writeSFixed64List(int fieldNumber, List<Long> value, boolean packed) writeSFixed64List() argument 182 writeSInt32List(int fieldNumber, List<Integer> value, boolean packed) writeSInt32List() argument 185 writeSInt64List(int fieldNumber, List<Long> value, boolean packed) writeSInt64List() argument [all...] |
| H A D | CodedOutputStreamWriter.java | 187 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/php/src/Google/Protobuf/Internal/ |
| H A D | FieldDescriptor.php | 48 private $packed; variable 164 $this->packed = $packed; variable 239 $packed = true; variable 241 $packed = false; variable 245 $packed = $options->getPacked(); variable
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | lite_unittest.cc | 1014 protobuf_unittest::PackedInt32 packed; in TEST() local 1031 protobuf_unittest::PackedFixed32 packed; in TEST() local
|
| H A D | extension_set_unittest.cc | 681 unittest::TestPackedTypes packed; in TEST() local
|
| /third_party/vk-gl-cts/modules/gles3/stress/ |
| H A D | es3sVertexArrayTests.cpp | 185 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 D | es31fShaderMultisampleInterpolationTests.cpp | 167 const deUint32 packed = ((deUint32)color.getRed()) + ((deUint32)color.getGreen() << 8) + ((deUint32)color.getGreen() << 16); in verifyImage() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_hwcnt_gpu.c | 508 const u16 packed = phys >> (16 * dword_idx); in kbasep_hwcnt_backend_gpu_block_map_from_physical() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_hwcnt_gpu.c | 314 u16 packed = 0; in kbasep_hwcnt_backend_gpu_block_map_to_physical() local 347 const u16 packed = phys >> (0x10 * dword_idx); in kbasep_hwcnt_backend_gpu_block_map_from_physical() local
|
| /third_party/json/tests/src/ |
| H A D | unit-ubjson.cpp | 2461 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 D | aco_ir.cpp | 815 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 D | agx_compile.h | 89 struct agx_varying_packed packed[AGX_MAX_VARYINGS]; member
|
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| H A D | v3dx_emit.c | 228 uint8_t packed[cl_packet_length(TEXTURE_SHADER_STATE)]; in emit_one_texture() local
|
| /third_party/mesa3d/src/intel/isl/ |
| H A D | isl_format.c | 1215 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 D | pan_lower_framebuffer.c | 309 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 D | panvk_vX_nir_lower_descriptors.c | 115 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 D | CharsetBOCU1.java | 93 private static int BOCU1_LENGTH_FROM_PACKED(int packed) { in BOCU1_LENGTH_FROM_PACKED() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_aos.c | 221 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...] |
| /third_party/skia/src/core/ |
| H A D | SkPaint.cpp | 251 uint32_t packed = 0; in pack_v68() local 267 static uint32_t unpack_v68(SkPaint* paint, uint32_t packed, SkSafeRang argument [all...] |
| /third_party/skia/src/opts/ |
| H A D | SkBitmapProcState_opts.h | 34 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 D | hb-serialize.hh | 652 hb_vector_t<object_t *> packed; global() member [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_struct.py | 506 packed = struct.pack(prefix+'?', 1) variable in StructTest.test_bool.ExplodingBool [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fVertexArrayTest.cpp | 182 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...] |