Home
last modified time | relevance | path

Searched defs:packed (Results 101 - 125 of 168) sorted by relevance

1234567

/third_party/node/deps/v8/src/compiler/
H A Dgraph-assembler.cc250 Node* packed = WordXor(map_word, IntPtrConstant(Internals::kMapWordXorMask)); in PackMapWord() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c577 LLVMValueRef packed; in lp_build_sample_fetch_image_linear() local
1126 LLVMValueRef packed_var, packed; in lp_build_sample_aos() local
/third_party/mesa3d/src/panfrost/midgard/
H A 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; midgard_pack_common_store_mask() local
504 unsigned packed = ins->mask; mir_pack_ldst_mask() local
643 uint8_t packed; texture_word_from_instr() local
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcomp.rs1642 let mut packed = false; is_packed() variables
[all...]
/third_party/python/Lib/
H A Dipaddress.py1318 def packed(self): member in IPv4Address
1957 def packed(self): global() member in IPv6Address
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmIntegerDotProductTests.cpp187 bool packed; member
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedEnums.h310 GLenum packed = (scaled >> 1) | (scaled << 31); in FromGLenum() local
487 GLenum packed = from - GL_BYTE; FromGLenum() local
[all...]
/third_party/skia/src/core/
H A DSkPictureFlat.h165 static inline SkRegion::Op ClipParams_unpackRegionOp(SkReadBuffer* buffer, uint32_t packed) { in ClipParams_unpackRegionOp() argument
175 static inline bool ClipParams_unpackDoAA(uint32_t packed) { in ClipParams_unpackDoAA() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DBinaryWriter.java201 public final void writeInt32List(int fieldNumber, List<Integer> list, boolean packed) in writeInt32List() argument
210 private final void writeInt32List_Internal(int fieldNumber, List<Integer> list, boolean packed) in writeInt32List_Internal() argument
228 private final void writeInt32List_Internal(int fieldNumber, IntArrayList list, boolean packed) in writeInt32List_Internal() argument
247 public final void writeFixed32List(int fieldNumber, List<Integer> list, boolean packed) in writeFixed32List() argument
256 writeFixed32List_Internal(int fieldNumber, List<Integer> list, boolean packed) writeFixed32List_Internal() argument
274 writeFixed32List_Internal(int fieldNumber, IntArrayList list, boolean packed) writeFixed32List_Internal() argument
293 writeInt64List(int fieldNumber, List<Long> list, boolean packed) writeInt64List() argument
299 writeUInt64List(int fieldNumber, List<Long> list, boolean packed) writeUInt64List() argument
308 writeUInt64List_Internal(int fieldNumber, List<Long> list, boolean packed) writeUInt64List_Internal() argument
326 writeUInt64List_Internal(int fieldNumber, LongArrayList list, boolean packed) writeUInt64List_Internal() argument
345 writeFixed64List(int fieldNumber, List<Long> list, boolean packed) writeFixed64List() argument
354 writeFixed64List_Internal(int fieldNumber, List<Long> list, boolean packed) writeFixed64List_Internal() argument
372 writeFixed64List_Internal(int fieldNumber, LongArrayList list, boolean packed) writeFixed64List_Internal() argument
391 writeFloatList(int fieldNumber, List<Float> list, boolean packed) writeFloatList() argument
400 writeFloatList_Internal(int fieldNumber, List<Float> list, boolean packed) writeFloatList_Internal() argument
418 writeFloatList_Internal(int fieldNumber, FloatArrayList list, boolean packed) writeFloatList_Internal() argument
437 writeDoubleList(int fieldNumber, List<Double> list, boolean packed) writeDoubleList() argument
446 writeDoubleList_Internal(int fieldNumber, List<Double> list, boolean packed) writeDoubleList_Internal() argument
464 writeDoubleList_Internal(int fieldNumber, DoubleArrayList list, boolean packed) writeDoubleList_Internal() argument
483 writeEnumList(int fieldNumber, List<Integer> list, boolean packed) writeEnumList() argument
489 writeBoolList(int fieldNumber, List<Boolean> list, boolean packed) writeBoolList() argument
498 writeBoolList_Internal(int fieldNumber, List<Boolean> list, boolean packed) writeBoolList_Internal() argument
516 writeBoolList_Internal(int fieldNumber, BooleanArrayList list, boolean packed) writeBoolList_Internal() argument
564 writeUInt32List(int fieldNumber, List<Integer> list, boolean packed) writeUInt32List() argument
573 writeUInt32List_Internal(int fieldNumber, List<Integer> list, boolean packed) writeUInt32List_Internal() argument
591 writeUInt32List_Internal(int fieldNumber, IntArrayList list, boolean packed) writeUInt32List_Internal() argument
610 writeSFixed32List(int fieldNumber, List<Integer> list, boolean packed) writeSFixed32List() argument
616 writeSFixed64List(int fieldNumber, List<Long> list, boolean packed) writeSFixed64List() argument
622 writeSInt32List(int fieldNumber, List<Integer> list, boolean packed) writeSInt32List() argument
631 writeSInt32List_Internal(int fieldNumber, List<Integer> list, boolean packed) writeSInt32List_Internal() argument
649 writeSInt32List_Internal(int fieldNumber, IntArrayList list, boolean packed) writeSInt32List_Internal() argument
668 writeSInt64List(int fieldNumber, List<Long> list, boolean packed) writeSInt64List() argument
760 writeSInt64List_Internal(int fieldNumber, List<Long> list, boolean packed) writeSInt64List_Internal() argument
778 writeSInt64List_Internal(int fieldNumber, LongArrayList list, boolean packed) writeSInt64List_Internal() argument
[all...]
H A DSchemaUtil.java182 writeDoubleList( int fieldNumber, List<Double> value, Writer writer, boolean packed) writeDoubleList() argument
189 writeFloatList( int fieldNumber, List<Float> value, Writer writer, boolean packed) writeFloatList() argument
196 writeInt64List( int fieldNumber, List<Long> value, Writer writer, boolean packed) writeInt64List() argument
203 writeUInt64List( int fieldNumber, List<Long> value, Writer writer, boolean packed) writeUInt64List() argument
210 writeSInt64List( int fieldNumber, List<Long> value, Writer writer, boolean packed) writeSInt64List() argument
217 writeFixed64List( int fieldNumber, List<Long> value, Writer writer, boolean packed) writeFixed64List() argument
224 writeSFixed64List( int fieldNumber, List<Long> value, Writer writer, boolean packed) writeSFixed64List() argument
231 writeInt32List( int fieldNumber, List<Integer> value, Writer writer, boolean packed) writeInt32List() argument
238 writeUInt32List( int fieldNumber, List<Integer> value, Writer writer, boolean packed) writeUInt32List() argument
245 writeSInt32List( int fieldNumber, List<Integer> value, Writer writer, boolean packed) writeSInt32List() argument
252 writeFixed32List( int fieldNumber, List<Integer> value, Writer writer, boolean packed) writeFixed32List() argument
259 writeSFixed32List( int fieldNumber, List<Integer> value, Writer writer, boolean packed) writeSFixed32List() argument
266 writeEnumList( int fieldNumber, List<Integer> value, Writer writer, boolean packed) writeEnumList() argument
273 writeBoolList( int fieldNumber, List<Boolean> value, Writer writer, boolean packed) writeBoolList() argument
352 computeSizeInt64List(int fieldNumber, List<Long> list, boolean packed) computeSizeInt64List() argument
388 computeSizeUInt64List(int fieldNumber, List<Long> list, boolean packed) computeSizeUInt64List() argument
424 computeSizeSInt64List(int fieldNumber, List<Long> list, boolean packed) computeSizeSInt64List() argument
460 computeSizeEnumList(int fieldNumber, List<Integer> list, boolean packed) computeSizeEnumList() argument
496 computeSizeInt32List(int fieldNumber, List<Integer> list, boolean packed) computeSizeInt32List() argument
532 computeSizeUInt32List(int fieldNumber, List<Integer> list, boolean packed) computeSizeUInt32List() argument
568 computeSizeSInt32List(int fieldNumber, List<Integer> list, boolean packed) computeSizeSInt32List() argument
588 computeSizeFixed32List(int fieldNumber, List<?> list, boolean packed) computeSizeFixed32List() argument
606 computeSizeFixed64List(int fieldNumber, List<?> list, boolean packed) computeSizeFixed64List() argument
625 computeSizeBoolList(int fieldNumber, List<?> list, boolean packed) computeSizeBoolList() argument
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessage.php1358 $packed = $field->getPacked(); variable
/third_party/protobuf/php/tests/
H A DEncodeDecodeTest.php1072 $packed = new TestMessage(); variable
1103 $packed = new TestMessage(); variable
1134 $packed = new Int32Value(); variable
1161 $packed = new TestMessage(); variable
1177 $packed = new Int32Value(); global() variable
1197 $packed = new Google\\Protobuf\\Timestamp(); global() variable
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmIntegerDotProductTests.cpp187 bool packed; member
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dangletypes.h408 uint32_t packed; member
/device/soc/rockchip/common/vendor/drivers/net/ethernet/
H A Ddwmac-rk-tool.c49 } packed; variable
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_structures_common.h263 uvec4 packed[CORE_MATERIAL_FACTOR_UNIFORM_VEC4_COUNT]; member
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-wiimote-modules.c550 wiimod_ir_in_ir(struct wiimote_data *wdata, const __u8 *ir, bool packed, unsigned int id) wiimod_ir_in_ir() argument
/kernel/linux/linux-5.10/drivers/virtio/
H A Dvirtio_ring.c177 } packed; member
[all...]
/kernel/linux/linux-6.6/drivers/virtio/
H A Dvirtio_ring.c204 struct vring_virtqueue_packed packed; member
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-wiimote-modules.c550 wiimod_ir_in_ir(struct wiimote_data *wdata, const __u8 *ir, bool packed, unsigned int id) wiimod_ir_in_ir() argument
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf_dump.c970 bool packed, prev_bitfield = false; in btf_dump_emit_struct_def() local
/third_party/libbpf/src/
H A Dbtf_dump.c970 bool packed, prev_bitfield = false; in btf_dump_emit_struct_def() local
/third_party/mesa3d/src/compiler/
H A Dnir_types.cpp672 glsl_struct_type(const glsl_struct_field *fields, unsigned num_fields, const char *name, bool packed) glsl_struct_type() argument
/third_party/mesa3d/src/broadcom/compiler/
H A Dqpu_schedule.c1037 uint64_t packed; in qpu_merge_inst() local
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.c1541 struct agx_varying_packed *packed = varyings->packed; in agx_remap_varyings_fs() local
[all...]

Completed in 54 milliseconds

1234567