Home
last modified time | relevance | path

Searched defs:packed (Results 1 – 25 of 163) sorted by relevance

1234567

/third_party/node/test/parallel/
Dtest-http2-getpackedsettings.js98 const packed = http2.getPackedSettings({ constant
115 const packed = http2.getPackedSettings(); constant
120 const packed = Buffer.from([ constant
163 const packed = new Uint16Array([ constant
194 const packed = new DataView(Buffer.from([ constant
215 const packed = Buffer.from([ constant
224 const packed = Buffer.from([ constant
235 const packed = Buffer.from([ constant
249 const packed = Buffer.from([0x00, 0x05, 0x01, 0x00, 0x00, 0x00]); constant
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWriter.java140 void writeInt32List(int fieldNumber, List<Integer> value, boolean packed) throws IOException; in writeInt32List()
143 void writeFixed32List(int fieldNumber, List<Integer> value, boolean packed) throws IOException; in writeFixed32List()
146 void writeInt64List(int fieldNumber, List<Long> value, boolean packed) throws IOException; in writeInt64List()
149 void writeUInt64List(int fieldNumber, List<Long> value, boolean packed) throws IOException; in writeUInt64List()
152 void writeFixed64List(int fieldNumber, List<Long> value, boolean packed) throws IOException; in writeFixed64List()
155 void writeFloatList(int fieldNumber, List<Float> value, boolean packed) throws IOException; in writeFloatList()
158 void writeDoubleList(int fieldNumber, List<Double> value, boolean packed) throws IOException; in writeDoubleList()
161 void writeEnumList(int fieldNumber, List<Integer> value, boolean packed) throws IOException; in writeEnumList()
164 void writeBoolList(int fieldNumber, List<Boolean> value, boolean packed) throws IOException; in writeBoolList()
173 void writeUInt32List(int fieldNumber, List<Integer> value, boolean packed) throws IOException; in writeUInt32List()
[all …]
DSchemaUtil.java183 int fieldNumber, List<Double> value, Writer writer, boolean packed) throws IOException { in writeDoubleList()
190 int fieldNumber, List<Float> value, Writer writer, boolean packed) throws IOException { in writeFloatList()
197 int fieldNumber, List<Long> value, Writer writer, boolean packed) throws IOException { in writeInt64List()
204 int fieldNumber, List<Long> value, Writer writer, boolean packed) throws IOException { in writeUInt64List()
211 int fieldNumber, List<Long> value, Writer writer, boolean packed) throws IOException { in writeSInt64List()
218 int fieldNumber, List<Long> value, Writer writer, boolean packed) throws IOException { in writeFixed64List()
225 int fieldNumber, List<Long> value, Writer writer, boolean packed) throws IOException { in writeSFixed64List()
232 int fieldNumber, List<Integer> value, Writer writer, boolean packed) throws IOException { in writeInt32List()
239 int fieldNumber, List<Integer> value, Writer writer, boolean packed) throws IOException { in writeUInt32List()
246 int fieldNumber, List<Integer> value, Writer writer, boolean packed) throws IOException { in writeSInt32List()
[all …]
DCodedOutputStreamWriter.java187 public void writeInt32List(int fieldNumber, List<Integer> value, boolean packed) in writeInt32List()
211 public void writeFixed32List(int fieldNumber, List<Integer> value, boolean packed) in writeFixed32List()
235 public void writeInt64List(int fieldNumber, List<Long> value, boolean packed) throws IOException { in writeInt64List()
258 public void writeUInt64List(int fieldNumber, List<Long> value, boolean packed) in writeUInt64List()
282 public void writeFixed64List(int fieldNumber, List<Long> value, boolean packed) in writeFixed64List()
306 public void writeFloatList(int fieldNumber, List<Float> value, boolean packed) in writeFloatList()
330 public void writeDoubleList(int fieldNumber, List<Double> value, boolean packed) in writeDoubleList()
354 public void writeEnumList(int fieldNumber, List<Integer> value, boolean packed) in writeEnumList()
378 public void writeBoolList(int fieldNumber, List<Boolean> value, boolean packed) in writeBoolList()
431 public void writeUInt32List(int fieldNumber, List<Integer> value, boolean packed) in writeUInt32List()
[all …]
DBinaryWriter.java201 public final void writeInt32List(int fieldNumber, List<Integer> list, boolean packed) in writeInt32List()
210 private final void writeInt32List_Internal(int fieldNumber, List<Integer> list, boolean packed) in writeInt32List_Internal()
228 private final void writeInt32List_Internal(int fieldNumber, IntArrayList list, boolean packed) in writeInt32List_Internal()
247 public final void writeFixed32List(int fieldNumber, List<Integer> list, boolean packed) in writeFixed32List()
256 private final void writeFixed32List_Internal(int fieldNumber, List<Integer> list, boolean packed) in writeFixed32List_Internal()
274 private final void writeFixed32List_Internal(int fieldNumber, IntArrayList list, boolean packed) in writeFixed32List_Internal()
293 public final void writeInt64List(int fieldNumber, List<Long> list, boolean packed) in writeInt64List()
299 public final void writeUInt64List(int fieldNumber, List<Long> list, boolean packed) in writeUInt64List()
308 private final void writeUInt64List_Internal(int fieldNumber, List<Long> list, boolean packed) in writeUInt64List_Internal()
326 private final void writeUInt64List_Internal(int fieldNumber, LongArrayList list, boolean packed) in writeUInt64List_Internal()
[all …]
/third_party/skia/src/core/
DSkPath_serial.cpp44 static unsigned extract_version(uint32_t packed) { in extract_version()
48 static SkPathFillType extract_filltype(uint32_t packed) { in extract_filltype()
52 static SerializationType extract_serializationtype(uint32_t packed) { in extract_serializationtype()
78 int32_t packed = (fFillType << kFillType_SerializationShift) | in writeToMemoryAsRRect() local
99 int32_t packed = (fFillType << kFillType_SerializationShift) | in writeToMemory() local
146 uint32_t packed; in readFromMemory() local
163 uint32_t packed; in readAsRRect() local
201 uint32_t packed; in readFromMemory_EQ4Or5() local
DSkFont_serial.cpp48 uint32_t packed = 0; in Flatten() local
83 const uint32_t packed = buffer.read32(); in Unflatten() local
DSkBitmapProcState.h120 #define UNPACK_PRIMARY_SHORT(packed) ((uint32_t)(packed) >> 16) argument
121 #define UNPACK_SECONDARY_SHORT(packed) ((packed) & 0xFFFF) argument
124 #define UNPACK_PRIMARY_SHORT(packed) ((packed) & 0xFFFF) argument
125 #define UNPACK_SECONDARY_SHORT(packed) ((uint32_t)(packed) >> 16) argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_yuv.c57 LLVMValueRef packed, in uyvy_to_yuv_soa()
141 LLVMValueRef packed, in yuyv_to_yuv_soa()
366 LLVMValueRef packed, in uyvy_to_rgba_aos()
387 LLVMValueRef packed, in yuyv_to_rgba_aos()
408 LLVMValueRef packed, in rgbg_to_rgba_aos()
427 LLVMValueRef packed, in grgb_to_rgba_aos()
445 LLVMValueRef packed, in grbr_to_rgba_aos()
464 LLVMValueRef packed, in rgrb_to_rgba_aos()
491 LLVMValueRef packed; in lp_build_fetch_subsampled_rgba_aos() local
Dlp_bld_format_soa.c125 LLVMValueRef packed) in lp_build_extract_soa_chan()
306 LLVMValueRef packed, in lp_build_unpack_rgba_soa()
357 LLVMValueRef packed, in lp_build_rgba8_to_fi32_soa()
447 LLVMValueRef packed; in lp_build_fetch_rgba_soa() local
495 LLVMValueRef packed[4], dst[4], output[4], shuffles[LP_MAX_VECTOR_WIDTH/32]; in lp_build_fetch_rgba_soa() local
687 LLVMValueRef packed; in lp_build_fetch_rgba_soa() local
712 LLVMValueRef packed; in lp_build_fetch_rgba_soa() local
757 LLVMValueRef packed, rgba[4]; in lp_build_fetch_rgba_soa() local
986 LLVMValueRef *packed) in lp_build_pack_rgba_soa()
1023 LLVMValueRef packed[4]; in lp_build_store_rgba_soa() local
Dlp_bld_format_aos.c223 LLVMValueRef packed) in lp_build_unpack_arith_rgba_aos()
370 LLVMValueRef packed = NULL; in lp_build_pack_rgba_aos() local
503 LLVMValueRef packed; in lp_build_fetch_rgba_aos() local
538 LLVMValueRef packed, res = NULL, chans[4], rgba[4]; in lp_build_fetch_rgba_aos() local
639 LLVMValueRef packed; in lp_build_fetch_rgba_aos() local
/third_party/mesa3d/src/imagination/csbgen/
Dpvr_packet_helpers.h86 __pvr_uint_unpack(uint64_t packed, uint32_t start, uint32_t end) in __pvr_uint_unpack()
115 __pvr_sint_unpack(uint64_t packed, uint32_t start, uint32_t end) in __pvr_sint_unpack()
139 __pvr_offset_unpack(uint64_t packed, in __pvr_offset_unpack()
165 __pvr_address_unpack(uint64_t packed, in __pvr_address_unpack()
183 __pvr_float_unpack(uint32_t packed) in __pvr_float_unpack()
/third_party/mesa3d/src/broadcom/compiler/
Dv3d33_vpm_setup.c49 uint32_t packed; in v3d33_vir_vpm_read_setup() local
59 uint32_t packed; in v3d33_vir_vpm_write_setup() local
/third_party/skia/include/core/
DSkColorPriv.h90 #define SkGetPackedA32(packed) ((uint32_t)((packed) << (24 - SK_A32_SHIFT)) >> 24) argument
91 #define SkGetPackedR32(packed) ((uint32_t)((packed) << (24 - SK_R32_SHIFT)) >> 24) argument
92 #define SkGetPackedG32(packed) ((uint32_t)((packed) << (24 - SK_G32_SHIFT)) >> 24) argument
93 #define SkGetPackedB32(packed) ((uint32_t)((packed) << (24 - SK_B32_SHIFT)) >> 24) argument
/third_party/mesa3d/src/compiler/nir/
Dnir_format_convert.h89 nir_format_unpack_int(nir_builder *b, nir_ssa_def *packed, in nir_format_unpack_int()
126 nir_format_unpack_uint(nir_builder *b, nir_ssa_def *packed, in nir_format_unpack_uint()
133 nir_format_unpack_sint(nir_builder *b, nir_ssa_def *packed, in nir_format_unpack_sint()
144 nir_ssa_def *packed = nir_imm_int(b, 0); in nir_format_pack_uint_unmasked() local
160 nir_ssa_def *packed = nir_imm_int(b, 0); in nir_format_pack_uint_unmasked_ssa() local
369 nir_format_unpack_11f11f10f(nir_builder *b, nir_ssa_def *packed) in nir_format_unpack_11f11f10f()
398 nir_ssa_def *packed = nir_imm_int(b, 0); in nir_format_pack_11f11f10f() local
460 nir_ssa_def *packed = nir_channel(b, mantissa, 0); in nir_format_pack_r9g9b9e5() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_draw_hw_select.c62 #define set_uniform_location(var, field, packed) \ argument
108 face_culling(nir_builder *b, nir_ssa_def **v, bool packed) in face_culling()
349 get_user_clip_plane(nir_builder *b, int index, bool packed) in get_user_clip_plane()
362 get_depth_range_transform(nir_builder *b, bool packed, nir_ssa_def **trans) in get_depth_range_transform()
394 bool offset_from_attribute, bool packed) in update_result_buffer()
422 build_point_nir_shader(nir_builder *b, union state_key state, bool packed) in build_point_nir_shader()
452 create_clip_planes(nir_builder *b, int num_clip_planes, bool packed) in create_clip_planes()
477 build_line_nir_shader(nir_builder *b, union state_key state, bool packed) in build_line_nir_shader()
536 build_planar_primitive_nir_shader(nir_builder *b, union state_key state, bool packed) in build_planar_primitive_nir_shader()
625 bool packed = st->ctx->Const.PackedDriverUniformStorage; in hw_select_create_gs() local
/third_party/mesa3d/src/broadcom/qpu/
Dqpu_pack.c627 v3d_qpu_float32_unpack_unpack(uint32_t packed, in v3d_qpu_float32_unpack_unpack()
650 uint32_t *packed) in v3d_qpu_float32_unpack_pack()
671 v3d_qpu_float16_unpack_unpack(uint32_t packed, in v3d_qpu_float16_unpack_unpack()
697 uint32_t *packed) in v3d_qpu_float16_unpack_pack()
722 uint32_t *packed) in v3d_qpu_float32_pack_pack()
1130 uint32_t packed; in v3d_qpu_add_pack() local
1155 uint32_t packed; in v3d_qpu_add_pack() local
1228 uint32_t packed; in v3d_qpu_mul_pack() local
1254 uint32_t packed; in v3d_qpu_mul_pack() local
1272 uint32_t packed; in v3d_qpu_mul_pack() local
/third_party/mesa3d/src/panfrost/lib/
Dpan_clear.c50 pan_pack_color_32(uint32_t *packed, uint32_t v) in pan_pack_color_32()
94 pan_pack_raw(uint32_t *packed, const union pipe_color_union *color, enum pipe_format format) in pan_pack_raw()
118 pan_pack_color(uint32_t *packed, const union pipe_color_union *color, in pan_pack_color()
/third_party/mesa3d/src/gallium/auxiliary/util/
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); in util_pack_z_stencil() local
620 uint64_t packed; in util_pack64_z_stencil() local
/third_party/mesa3d/src/panfrost/lib/tests/
Dtest-clear.c33 uint32_t packed[4]; member
157 uint32_t packed[4]; in main() local
/third_party/mesa3d/src/util/tests/format/
Du_format_test.c59 const uint8_t *packed, in print_packed()
284 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_rgba_float() local
407 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_rgba_8unorm() local
503 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_z_float() local
581 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_z_32unorm() local
660 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_s_8uint() local
/third_party/mesa3d/src/panfrost/vulkan/
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); in build_buffer_addr_for_res_index() local
/third_party/skia/fuzz/oss_fuzz/
DFuzzPathDeserialize.cpp35 uint32_t packed; in LLVMFuzzerTestOneInput() local
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_emit.c181 unsigned packed = 0; in mir_pack_swizzle_64() local
230 unsigned packed = 0; in mir_pack_swizzle() local
397 unsigned packed = 0; in mir_pack_swizzle_tex() local
472 unsigned packed = 0; in midgard_pack_common_store_mask() local
504 unsigned packed = ins->mask; in mir_pack_ldst_mask() local
643 uint8_t packed; in texture_word_from_instr() local
/third_party/mesa3d/src/util/format/
Du_format_tests.h55 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; member

1234567