/external/angle/src/libANGLE/renderer/ |
D | Format.h | 43 bool isBlock, 107 bool isBlock; member 147 bool isBlock, in Format() argument 177 isBlock(isBlock), in Format()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue176/ |
D | SingleQuoteTest.java | 39 private void checkQuotes(boolean isBlock, String expectation) { in checkQuotes() argument 42 if (isBlock) { in checkQuotes()
|
/external/boringssl/src/util/ |
D | doc.go | 106 var isBlock bool 108 isBlock = true 117 if isBlock { 133 if isBlock { 144 if len(line) == 2 || !isBlock || line[2] != '/' {
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_format_utils.cpp | 153 if (format.isSnorm() || format.isBlock) in initImageFallback() 289 if (angleFormat.isBlock) in initialize() 438 if (!angleFormat.isBlock) in GetFormatSwizzle()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 298 case DIEValue::isBlock: in hashAttribute() 304 if (Value.getType() == DIEValue::isBlock) { in hashAttribute()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 290 case DIEValue::isBlock: in hashAttribute() 296 if (Value.getType() == DIEValue::isBlock) { in hashAttribute()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
D | BitstreamRemarkParser.cpp | 249 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock() function 274 return isBlock(Stream, META_BLOCK_ID); in isMetaBlock() 278 return isBlock(Stream, META_BLOCK_ID); in isRemarkBlock()
|
/external/llvm-project/llvm/lib/Remarks/ |
D | BitstreamRemarkParser.cpp | 248 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock() function 273 return isBlock(Stream, META_BLOCK_ID); in isMetaBlock() 277 return isBlock(Stream, META_BLOCK_ID); in isRemarkBlock()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 333 case DIEValue::isBlock: in hashAttribute() 339 if (Value.getType() == DIEValue::isBlock) { in hashAttribute()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | iomapper.cpp | 623 …ierCheck(const TType* const type1, const TType* const type2, const std::string& name, bool isBlock) in qualifierCheck() 629 if (((isBlock == false) && in qualifierCheck() 647 if (isBlock == true) { in qualifierCheck() 673 …ypeCheck(const TType* const type1, const TType* const type2, const std::string& name, bool isBlock) in typeCheck() 677 hasError = hasError || qualifierCheck(type1, type2, name, isBlock); in typeCheck() 681 isBlock = true; in typeCheck() 712 …r = hasError || typeCheck(typeList1->at(index).type, typeList2->at(index2).type, newName, isBlock); in typeCheck()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | iomapper.cpp | 628 …ierCheck(const TType* const type1, const TType* const type2, const std::string& name, bool isBlock) in qualifierCheck() 634 if (((isBlock == false) && in qualifierCheck() 652 if (isBlock == true) { in qualifierCheck() 678 …ypeCheck(const TType* const type1, const TType* const type2, const std::string& name, bool isBlock) in typeCheck() 682 hasError = hasError || qualifierCheck(type1, type2, name, isBlock); in typeCheck() 686 isBlock = true; in typeCheck() 717 …r = hasError || typeCheck(typeList1->at(index).type, typeList2->at(index2).type, newName, isBlock); in typeCheck()
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 538 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument 541 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture()
|
/external/llvm-project/polly/include/polly/Support/ |
D | VirtualInstruction.h | 129 bool isBlock() const { return Kind == Block; } in isBlock() function
|
/external/llvm-project/clang/include/clang/Sema/ |
D | ScopeInfo.h | 682 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument 685 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture()
|
/external/llvm/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 686 if (RI->end.isBlock()) in addKillFlags() 788 if (Start.isBlock()) in intervalIsInOneMBB() 792 if (Stop.isBlock()) in intervalIsInOneMBB() 1470 if (!isEndValid && !LII->end.isBlock()) in repairOldRegInRange()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | LiveIntervals.cpp | 739 if (RI->end.isBlock()) in addKillFlags() 841 if (Start.isBlock()) in intervalIsInOneMBB() 845 if (Stop.isBlock()) in intervalIsInOneMBB() 1627 if (!isEndValid && !LII->end.isBlock()) in repairOldRegInRange()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveIntervals.cpp | 732 if (RI->end.isBlock()) in addKillFlags() 834 if (Start.isBlock()) in intervalIsInOneMBB() 838 if (Stop.isBlock()) in intervalIsInOneMBB() 1577 if (!isEndValid && !LII->end.isBlock()) in repairOldRegInRange()
|
/external/angle/src/compiler/translator/ |
D | BuildSPIRV.cpp | 273 const bool isBlock = type.isInterfaceBlock() || type.getStruct(); in inferDefaults() local 274 if (blockStorage == EbsUnspecified && (isBlock || type.isArray())) in inferDefaults() 281 if (!isRowMajorQualifiedBlock && isBlock) in inferDefaults()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SlotIndexes.h | 226 bool isBlock() const { return getSlot() == Slot_Block; }
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | SlotIndexes.h | 226 bool isBlock() const { return getSlot() == Slot_Block; }
|
D | LiveInterval.h | 78 bool isPHIDef() const { return def.isBlock(); } in isPHIDef()
|
/external/llvm/include/llvm/CodeGen/ |
D | SlotIndexes.h | 234 bool isBlock() const { return getSlot() == Slot_Block; }
|
D | LiveInterval.h | 75 bool isPHIDef() const { return def.isBlock(); } in isPHIDef()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_format_utils.mm | 99 if (intendedAngleFormat.isBlock)
|
D | TextureMtl.mm | 288 ASSERT(!textureAngleFormat.isBlock); 1724 mFormat.intendedAngleFormat().isBlock) 1767 if (mFormat.intendedAngleFormat().isBlock) 1800 } // if (mFormat.intendedAngleFormat().isBlock) 1846 } // if (mFormat.intendedAngleFormat().isBlock)
|