Home
last modified time | relevance | path

Searched defs:isPacked (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DType.cpp347 bool isPacked) { in get()
373 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody()
448 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get()
453 StringRef Name, bool isPacked) { in create()
468 bool isPacked) { in create()
H A DLLVMContextImpl.h100 bool isPacked; member
/aosp_15_r20/external/llvm/lib/IR/
H A DType.cpp331 bool isPacked) { in get()
350 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody()
424 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get()
444 StringRef Name, bool isPacked) { in create()
459 bool isPacked) { in create()
H A DLLVMContextImpl.h83 bool isPacked; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DType.cpp409 bool isPacked) { in get()
447 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody()
522 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get()
527 StringRef Name, bool isPacked) { in create()
542 bool isPacked) { in create()
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DLayout.cpp109 const bool isPacked = !config.disablePacking && (storage == TLayoutBlockStorage::EbsPacked || in MetalLayoutOf() local
251 const bool isPacked = in CommonGlslStructLayoutOf() local
275 const bool isPacked = in CommonGlslLayoutOf() local
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessageLite.java1179 final boolean isPacked, in newRepeatedGeneratedExtension()
1198 final boolean isPacked) { in ExtensionDescriptor()
1210 final boolean isPacked; field in GeneratedMessageLite.ExtensionDescriptor
1233 public boolean isPacked() { in isPacked() method in GeneratedMessageLite.ExtensionDescriptor
H A DFieldSet.java66 boolean isPacked(); in isPacked() method
494 static int getWireFormatForFieldType(final WireFormat.FieldType type, boolean isPacked) { in getWireFormatForFieldType()
H A DFieldType.java147 public boolean isPacked() { in isPacked() method in FieldType
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessageLite.java1179 final boolean isPacked, in newRepeatedGeneratedExtension()
1198 final boolean isPacked) { in ExtensionDescriptor()
1210 final boolean isPacked; field in GeneratedMessageLite.ExtensionDescriptor
1233 public boolean isPacked() { in isPacked() method in GeneratedMessageLite.ExtensionDescriptor
H A DFieldSet.java66 boolean isPacked(); in isPacked() method
494 static int getWireFormatForFieldType(final WireFormat.FieldType type, boolean isPacked) { in getWireFormatForFieldType()
H A DFieldType.java147 public boolean isPacked() { in isPacked() method in FieldType
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DblocklayoutHLSL.h42 bool isPacked() const { return mEncoderStrategy == ENCODE_PACKED; } in isPacked() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp191 bool NativeTypeUDT::isPacked() const { in isPacked() function in NativeTypeUDT
H A DNativeTypeEnum.cpp331 bool NativeTypeEnum::isPacked() const { in isPacked() function in NativeTypeEnum
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/
H A DHelpers.kt51 internal val ProtoDesc.isPacked: Boolean constant
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp190 bool NativeTypeUDT::isPacked() const { in isPacked() function in NativeTypeUDT
H A DNativeTypeEnum.cpp326 bool NativeTypeEnum::isPacked() const { in isPacked() function in NativeTypeEnum
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DSwitchData.java156 public boolean isPacked() { in isPacked() method in SwitchData
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/code/
H A DSwitchData.java157 public boolean isPacked() { in isPacked() method in SwitchData
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h397 static bool isPacked(const MachineInstr &MI) { in isPacked() function
401 bool isPacked(uint16_t Opcode) const { in isPacked() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h418 static bool isPacked(const MachineInstr &MI) { in isPacked() function
422 bool isPacked(uint16_t Opcode) const { in isPacked() function
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
Dstgdict.c327 PyObject *isPacked; in PyCStructUnionType_update_stgdict() local
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/
Dstgdict.c359 int isPacked; in PyCStructUnionType_update_stgdict() local
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DDerivedTypes.h245 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function

12345678910>>...21