Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DblocklayoutHLSL.h42 bool isPacked() const { return mEncoderStrategy == ENCODE_PACKED; } in isPacked() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DblocklayoutHLSL.h42 bool isPacked() const { return mEncoderStrategy == ENCODE_PACKED; } in isPacked() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
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
DSymbolEnv.cpp483 bool SymbolEnv::isPacked(const TField &field) const in isPacked() function in SymbolEnv
DEmitMetal.cpp118 bool isPacked = false; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
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()
DLLVMContextImpl.h100 bool isPacked; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeUDT.cpp190 bool NativeTypeUDT::isPacked() const { in isPacked() function in NativeTypeUDT
DNativeTypeEnum.cpp326 bool NativeTypeEnum::isPacked() const { in isPacked() function in NativeTypeEnum
DNativeRawSymbol.cpp632 bool NativeRawSymbol::isPacked() const { in isPacked() function in NativeRawSymbol
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DGeneratedMessageLite.java1069 final boolean isPacked, in newRepeatedGeneratedExtension()
1088 final boolean isPacked) { in ExtensionDescriptor()
1100 final boolean isPacked; field in GeneratedMessageLite.ExtensionDescriptor
1123 public boolean isPacked() { in isPacked() method in GeneratedMessageLite.ExtensionDescriptor
DFieldType.java147 public boolean isPacked() { in isPacked() method in FieldType
DFieldSet.java65 boolean isPacked(); in isPacked() method
489 static int getWireFormatForFieldType(final WireFormat.FieldType type, boolean isPacked) { in getWireFormatForFieldType()
DDescriptors.java1090 public boolean isPacked() { in isPacked() method in Descriptors.FieldDescriptor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h245 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function
/third_party/python/Modules/_ctypes/
Dstgdict.c349 int isPacked; in PyCStructUnionType_update_stgdict() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h397 static bool isPacked(const MachineInstr &MI) { in isPacked() function
401 bool isPacked(uint16_t Opcode) const { in isPacked() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h298 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp796 const bool isPacked = isPackedType(texFormat.type); in convertNormalizedFormat() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1165 bool DIARawSymbol::isPacked() const { in isPacked() function in DIARawSymbol
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultiExtTests.cpp1346 …const auto isPacked = (offsetTypeCase.vertexOffsetType && *offsetTypeCase.vertexOffsetType == Vert… in createDrawMultiExtTests() local
/third_party/ffmpeg/libswscale/
Dswscale_internal.h799 static av_always_inline int isPacked(enum AVPixelFormat pix_fmt) in isPacked() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp2709 bool isPacked = EatIfPresent(lltok::less); in ParseStructDefinition() local