Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp379 bool isPacked) { in get()
400 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody()
464 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get()
482 StringRef Name, bool isPacked) { in create()
498 bool isPacked) { in create()
/external/llvm/lib/IR/
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()
DLLVMContextImpl.h83 bool isPacked; member
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVType.cpp249 SPIRVTypeStruct::isPacked() const { in isPacked() function in SPIRV::SPIRVTypeStruct
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DFieldSet.java62 boolean isPacked(); in isPacked() method
487 boolean isPacked) { in getWireFormatForFieldType()
DGeneratedMessageLite.java903 final boolean isPacked, in newRepeatedGeneratedExtension()
924 final boolean isPacked) { in ExtensionDescriptor()
936 final boolean isPacked; field in GeneratedMessageLite.ExtensionDescriptor
959 public boolean isPacked() { in isPacked() method in GeneratedMessageLite.ExtensionDescriptor
DDescriptors.java1006 public boolean isPacked() { in isPacked() method in Descriptors.FieldDescriptor
/external/python/cpython2/Modules/_ctypes/
Dstgdict.c319 PyObject *isPacked; in PyCStructUnionType_update_stgdict() local
/external/swiftshader/third_party/LLVM/include/llvm/
DDerivedTypes.h242 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h245 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function
/external/llvm/include/llvm/IR/
DDerivedTypes.h240 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp791 const bool isPacked = isPackedType(texFormat.type); in convertNormalizedFormat() local
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1003 bool DIARawSymbol::isPacked() const { in isPacked() function in DIARawSymbol
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp1946 unsigned UnpackedAlign, bool isPacked, const FieldDecl *D) { in CheckFieldPadding()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp1514 bool isPacked = EatIfPresent(lltok::less); in ParseStructDefinition() local
/external/llvm/lib/AsmParser/
DLLParser.cpp2326 bool isPacked = EatIfPresent(lltok::less); in ParseStructDefinition() local