Home
last modified time | relevance | path

Searched refs:IsPacked (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/
DIRMover.h29 bool IsPacked; member
58 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
/third_party/vk-gl-cts/external/amber/src/src/
Dbuffer.h141 if (format_->IsPacked()) { in SetValueCount()
156 if (format_->IsPacked()) in ValueCount()
Dformat.h106 bool IsPacked() const { in IsPacked() function
107 return type_->IsList() && type_->AsList()->IsPacked(); in IsPacked()
Dformat.cc238 if (type->IsList() && type->AsList()->IsPacked()) { in AddSegmentsForType()
395 if (type_->AsList()->IsPacked()) in GenerateName()
Dtype_test.cc129 EXPECT_FALSE(l.IsPacked()); in TEST_F()
133 EXPECT_TRUE(l.IsPacked()); in TEST_F()
Dtype.h214 bool IsPacked() const { return pack_size_in_bits_ > 0; } in IsPacked() function
Dbuffer.cc278 if (!format_->IsPacked()) { in RecalculateMaxSizeInBytes()
Dtype_parser_test.cc1189 ASSERT_TRUE(fmt.GetType()->AsList()->IsPacked()); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp318 bool IsPacked = STy->isPacked(); in get() local
320 return *Entry = StructType::get(Ty->getContext(), ElementTypes, IsPacked); in get()
329 DstStructTypesSet.findNonOpaque(ElementTypes, IsPacked)) { in get()
1486 : ETypes(E), IsPacked(P) {} in KeyTy()
1489 : ETypes(ST->elements()), IsPacked(ST->isPacked()) {} in KeyTy()
1492 return IsPacked == That.IsPacked && ETypes == That.ETypes; in operator ==()
1509 Key.IsPacked); in getHashValue()
1550 bool IsPacked) { in findNonOpaque() argument
1551 IRMover::StructTypeKeyInfo::KeyTy Key(ETypes, IsPacked); in findNonOpaque()
/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc110 bool IsPacked(const Type& type, const std::string& name) { in IsPacked() function in google::protobuf::util::__anondbbd79b40111::DescriptorPoolTypeResolverTest
311 EXPECT_TRUE(IsPacked(type, "packed_int32")); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.cpp940 bool IsPacked, bool HasDstSel) { in allOpsDefaultValue() argument
941 int DefaultValue = IsPacked && (Mod == SISrcMods::OP_SEL_1); in allOpsDefaultValue()
977 const bool IsPacked = in printPackedModifier() local
978 MII.get(MI->getOpcode()).TSFlags & SIInstrFlags::IsPacked; in printPackedModifier()
980 if (allOpsDefaultValue(Ops, NumOps, Mod, IsPacked, HasDstSel)) in printPackedModifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DVOPInstructions.td87 !if(!and(isVOP3P, P.IsPacked), P.InsVOP3P, P.Ins64)),
91 let IsPacked = P.IsPacked;
96 !if(!and(isVOP3P, P.IsPacked), P.AsmVOP3P, P.Asm64));
DSIInstrFormats.td108 field bit IsPacked = 0;
183 let TSFlags{49} = IsPacked;
DVOP3Instructions.td156 bit IsPacked = Packed;
171 let IsPacked = !if(Features.IsPacked, 1, P.IsPacked);
173 let HasModifiers = !if(Features.IsPacked, !if(Features.IsMAI, 0, 1), P.HasModifiers);
DSIDefines.h87 IsPacked = UINT64_C(1) << 49, enumerator
DSIInstrInfo.h398 return MI.getDesc().TSFlags & SIInstrFlags::IsPacked; in isPacked()
402 return get(Opcode).TSFlags & SIInstrFlags::IsPacked; in isPacked()
DSIFoldOperands.cpp193 if (MI->getDesc().TSFlags & SIInstrFlags::IsPacked && in updateOperand()
DSIInstrInfo.td2154 field bit IsPacked = isPackedType<Src0VT>.ret;
2155 field bit HasOpSel = IsPacked;
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs228 public bool IsPacked property in Google.Protobuf.Reflection.FieldDescriptor
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dparser.cc392 if (type->IsList() && type->AsList()->IsPacked()) { in ProcessVertexDataBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp6347 const bool IsPacked = (Desc.TSFlags & SIInstrFlags::IsPacked) != 0; in cvtVOP3P() local
6352 assert(!IsPacked); in cvtVOP3P()
6363 int DefaultVal = IsPacked ? -1 : 0; in cvtVOP3P()
6370 assert(IsPacked); in cvtVOP3P()
/third_party/skia/third_party/externals/imgui/
Dimgui_draw.cpp2227 IM_ASSERT(rect->IsPacked()); // Make sure the rectangle has been packed in CalcCustomRectUV()
2663 IM_ASSERT(r->IsPacked()); in ImFontAtlasBuildRenderDefaultTexData()
2707 IM_ASSERT(r->IsPacked()); in ImFontAtlasBuildRenderLinesTexData()
/third_party/mesa3d/src/imgui/
Dimgui_draw.cpp1698 IM_ASSERT(rect->IsPacked()); // Make sure the rectangle has been packed in CalcCustomRectUV()
2100 IM_ASSERT(r.IsPacked()); in ImFontAtlasBuildRenderDefaultTexData()
Dimgui.h2041 bool IsPacked() const { return X != 0xFFFF; } in IsPacked() function
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_draw.cpp1687 IM_ASSERT(rect->IsPacked()); // Make sure the rectangle has been packed in CalcCustomRectUV()
2088 IM_ASSERT(r.IsPacked()); in ImFontAtlasBuildRenderDefaultTexData()

12