/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/ |
D | IRMover.h | 29 bool IsPacked; member 58 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | buffer.h | 141 if (format_->IsPacked()) { in SetValueCount() 156 if (format_->IsPacked()) in ValueCount()
|
D | format.h | 106 bool IsPacked() const { in IsPacked() function 107 return type_->IsList() && type_->AsList()->IsPacked(); in IsPacked()
|
D | format.cc | 238 if (type->IsList() && type->AsList()->IsPacked()) { in AddSegmentsForType() 395 if (type_->AsList()->IsPacked()) in GenerateName()
|
D | type_test.cc | 129 EXPECT_FALSE(l.IsPacked()); in TEST_F() 133 EXPECT_TRUE(l.IsPacked()); in TEST_F()
|
D | type.h | 214 bool IsPacked() const { return pack_size_in_bits_ > 0; } in IsPacked() function
|
D | buffer.cc | 278 if (!format_->IsPacked()) { in RecalculateMaxSizeInBytes()
|
D | type_parser_test.cc | 1189 ASSERT_TRUE(fmt.GetType()->AsList()->IsPacked()); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | IRMover.cpp | 318 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/ |
D | type_resolver_util_test.cc | 110 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/ |
D | AMDGPUInstPrinter.cpp | 940 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/ |
D | VOPInstructions.td | 87 !if(!and(isVOP3P, P.IsPacked), P.InsVOP3P, P.Ins64)), 91 let IsPacked = P.IsPacked; 96 !if(!and(isVOP3P, P.IsPacked), P.AsmVOP3P, P.Asm64));
|
D | SIInstrFormats.td | 108 field bit IsPacked = 0; 183 let TSFlags{49} = IsPacked;
|
D | VOP3Instructions.td | 156 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);
|
D | SIDefines.h | 87 IsPacked = UINT64_C(1) << 49, enumerator
|
D | SIInstrInfo.h | 398 return MI.getDesc().TSFlags & SIInstrFlags::IsPacked; in isPacked() 402 return get(Opcode).TSFlags & SIInstrFlags::IsPacked; in isPacked()
|
D | SIFoldOperands.cpp | 193 if (MI->getDesc().TSFlags & SIInstrFlags::IsPacked && in updateOperand()
|
D | SIInstrInfo.td | 2154 field bit IsPacked = isPackedType<Src0VT>.ret; 2155 field bit HasOpSel = IsPacked;
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FieldDescriptor.cs | 228 public bool IsPacked property in Google.Protobuf.Reflection.FieldDescriptor
|
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
D | parser.cc | 392 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/ |
D | AMDGPUAsmParser.cpp | 6347 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/ |
D | imgui_draw.cpp | 2227 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/ |
D | imgui_draw.cpp | 1698 IM_ASSERT(rect->IsPacked()); // Make sure the rectangle has been packed in CalcCustomRectUV() 2100 IM_ASSERT(r.IsPacked()); in ImFontAtlasBuildRenderDefaultTexData()
|
D | imgui.h | 2041 bool IsPacked() const { return X != 0xFFFF; } in IsPacked() function
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 1687 IM_ASSERT(rect->IsPacked()); // Make sure the rectangle has been packed in CalcCustomRectUV() 2088 IM_ASSERT(r.IsPacked()); in ImFontAtlasBuildRenderDefaultTexData()
|