/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Type.cpp | 347 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 D | LLVMContextImpl.h | 100 bool isPacked; member
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Type.cpp | 331 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 D | LLVMContextImpl.h | 83 bool isPacked; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Type.cpp | 409 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 D | Layout.cpp | 109 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 D | GeneratedMessageLite.java | 1179 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 D | FieldSet.java | 66 boolean isPacked(); in isPacked() method 494 static int getWireFormatForFieldType(final WireFormat.FieldType type, boolean isPacked) { in getWireFormatForFieldType()
|
H A D | FieldType.java | 147 public boolean isPacked() { in isPacked() method in FieldType
|
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | GeneratedMessageLite.java | 1179 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 D | FieldSet.java | 66 boolean isPacked(); in isPacked() method 494 static int getWireFormatForFieldType(final WireFormat.FieldType type, boolean isPacked) { in getWireFormatForFieldType()
|
H A D | FieldType.java | 147 public boolean isPacked() { in isPacked() method in FieldType
|
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/ |
H A D | blocklayoutHLSL.h | 42 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 D | NativeTypeUDT.cpp | 191 bool NativeTypeUDT::isPacked() const { in isPacked() function in NativeTypeUDT
|
H A D | NativeTypeEnum.cpp | 331 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 D | Helpers.kt | 51 internal val ProtoDesc.isPacked: Boolean constant
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeUDT.cpp | 190 bool NativeTypeUDT::isPacked() const { in isPacked() function in NativeTypeUDT
|
H A D | NativeTypeEnum.cpp | 326 bool NativeTypeEnum::isPacked() const { in isPacked() function in NativeTypeEnum
|
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
H A D | SwitchData.java | 156 public boolean isPacked() { in isPacked() method in SwitchData
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/code/ |
H A D | SwitchData.java | 157 public boolean isPacked() { in isPacked() method in SwitchData
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.h | 397 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 D | SIInstrInfo.h | 418 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/ |
D | stgdict.c | 327 PyObject *isPacked; in PyCStructUnionType_update_stgdict() local
|
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/ |
D | stgdict.c | 359 int isPacked; in PyCStructUnionType_update_stgdict() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | DerivedTypes.h | 245 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function
|