Home
last modified time | relevance | path

Searched refs:isBlock (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat.h43 bool isBlock,
107 bool isBlock; member
147 bool isBlock, in Format()
177 isBlock(isBlock), in Format()
130 Format(FormatID id, GLenum glFormat, GLenum fboFormat, rx::MipGenerationFunction mipGen, const rx::FastCopyFunctionMap &fastCopyFunctions, rx::PixelReadFunction colorRead, rx::PixelWriteFunction colorWrite, GLenum componentType, GLuint redBits, GLuint greenBits, GLuint blueBits, GLuint alphaBits, GLuint luminanceBits, GLuint depthBits, GLuint stencilBits, GLuint pixelBytes, GLuint componentAlignmentMask, bool isBlock, bool isFixed, bool isScaled, bool isSRGB, bool isYUV, gl::VertexAttribType vertexAttribType) Format() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_format_utils.cpp162 !format.isBlock) in initImageFallback()
263 if (intendedAngleFormat.isBlock) in initialize()
478 if (!angleFormat.isBlock) in GetFormatSwizzle()
H A Dvk_helpers.cpp4422 bool isCompressedFormat = angleFormat.isBlock; in initializeNonZeroMemory()
5353 ASSERT(!angleFormat.isBlock); in clear()
5494 else if (!srcImage->getIntendedFormat().isBlock && !dstImage->getIntendedFormat().isBlock) in CopyImageSubData()
5728 if (storageFormat.isBlock) in stageSubresourceUpdateImpl()
6417 if (imageFormat.isBlock) in stageRobustResourceClearWithFormat()
8270 ASSERT(!image.getActualFormat().isBlock); in getLevelLayerStorageImageView()
8301 ASSERT(!image.getActualFormat().isBlock); in getLevelDrawImageView()
8335 ASSERT(!image.getActualFormat().isBlock); in getLevelLayerDrawImageView()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp290 case DIEValue::isBlock: in hashAttribute()
296 if (Value.getType() == DIEValue::isBlock) { in hashAttribute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A 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()
/third_party/glslang/glslang/MachineIndependent/
H A Diomapper.cpp638 bool qualifierCheck(const TType* const type1, const TType* const type2, const std::string& name, bool isBlock) in qualifierCheck()
644 if (((isBlock == false) && in qualifierCheck()
662 if (isBlock == true) { in qualifierCheck()
688 bool typeCheck(const TType* const type1, const TType* const type2, const std::string& name, bool isBlock) in typeCheck()
692 hasError = hasError || qualifierCheck(type1, type2, name, isBlock); in typeCheck()
696 isBlock = true; in typeCheck()
727 hasError = hasError || typeCheck(typeList1->at(index).type, typeList2->at(index2).type, newName, isBlock); in typeCheck()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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()
H A DLiveInterval.cpp469 if (Def.isBlock() || in overlaps()
H A DTwoAddressInstructionPass.cpp446 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx); in isPlainlyKilled()
H A DMachineVerifier.cpp2541 if (S.end.isBlock()) { in verifyLiveRangeSegment()
H A DRegisterCoalescer.cpp2979 if (!Def.isBlock()) { in pruneValues()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h225 /// isBlock - Returns true if this is a block boundary slot.
226 bool isBlock() const { return getSlot() == Slot_Block; } in isBlock() function in llvm::SlotIndex
H A DLiveInterval.h77 bool isPHIDef() const { return def.isBlock(); } in isPHIDef()
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource10.js422 constructor (tokenID: TokenID, public value: string, public isBlock: boolean, public startPos: number, public line: number, public endsLine: boolean) {
904 function CommentToken(tokenID, value, isBlock, startPos, line, endsLine) {
907 _this.isBlock = isBlock;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DBuildSPIRV.cpp365 const bool isBlock = type.isInterfaceBlock() || type.getStruct(); in inferDefaults() local
366 if (blockStorage == EbsUnspecified && (isBlock || type.isArray())) in inferDefaults()
373 if (!isRowMajorQualifiedBlock && isBlock) in inferDefaults()
/third_party/spirv-tools/source/val/
H A Dvalidate_decorations.cpp95 bool isBlock(uint32_t struct_id, ValidationState_t& vstate) { in isBlock() function
817 if (!isBlock(type_id, vstate)) {
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
H A DtypingsInstaller.js[all...]
H A Dtsc.js10426 return ts.isSourceFile(node) || ts.isModuleBlock(node) || ts.isBlock(node) && isFunctionLike(node.parent);
10806 return ts.isBlock(node)
10811 return ts.isBlock(node);
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 226 milliseconds