Home
last modified time | relevance | path

Searched refs:isBlock (Results 1 – 25 of 41) sorted by relevance

12

/external/angle/src/libANGLE/renderer/
DFormat.h43 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/
DSingleQuoteTest.java39 private void checkQuotes(boolean isBlock, String expectation) { in checkQuotes() argument
42 if (isBlock) { in checkQuotes()
/external/boringssl/src/util/
Ddoc.go106 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/
Dvk_format_utils.cpp153 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/
DDIEHash.cpp298 case DIEValue::isBlock: in hashAttribute()
304 if (Value.getType() == DIEValue::isBlock) { in hashAttribute()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp290 case DIEValue::isBlock: in hashAttribute()
296 if (Value.getType() == DIEValue::isBlock) { in hashAttribute()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DBitstreamRemarkParser.cpp249 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/
DBitstreamRemarkParser.cpp248 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/
DDIEHash.cpp333 case DIEValue::isBlock: in hashAttribute()
339 if (Value.getType() == DIEValue::isBlock) { in hashAttribute()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Diomapper.cpp623 …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/
Diomapper.cpp628 …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/
DScopeInfo.h538 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/
DVirtualInstruction.h129 bool isBlock() const { return Kind == Block; } in isBlock() function
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h682 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/
DLiveIntervalAnalysis.cpp686 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/
DLiveIntervals.cpp739 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/
DLiveIntervals.cpp732 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/
DBuildSPIRV.cpp273 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/
DSlotIndexes.h226 bool isBlock() const { return getSlot() == Slot_Block; }
/external/llvm-project/llvm/include/llvm/CodeGen/
DSlotIndexes.h226 bool isBlock() const { return getSlot() == Slot_Block; }
DLiveInterval.h78 bool isPHIDef() const { return def.isBlock(); } in isPHIDef()
/external/llvm/include/llvm/CodeGen/
DSlotIndexes.h234 bool isBlock() const { return getSlot() == Slot_Block; }
DLiveInterval.h75 bool isPHIDef() const { return def.isBlock(); } in isPHIDef()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_format_utils.mm99 if (intendedAngleFormat.isBlock)
DTextureMtl.mm288 ASSERT(!textureAngleFormat.isBlock);
1724 mFormat.intendedAngleFormat().isBlock)
1767 if (mFormat.intendedAngleFormat().isBlock)
1800 } // if (mFormat.intendedAngleFormat().isBlock)
1846 } // if (mFormat.intendedAngleFormat().isBlock)

12