/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | Format.h | 43 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 D | vk_format_utils.cpp | 162 !format.isBlock) in initImageFallback() 263 if (intendedAngleFormat.isBlock) in initialize() 478 if (!angleFormat.isBlock) in GetFormatSwizzle()
|
H A D | vk_helpers.cpp | 4422 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 D | DIEHash.cpp | 290 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 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()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | iomapper.cpp | 638 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 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()
|
H A D | LiveInterval.cpp | 469 if (Def.isBlock() || in overlaps()
|
H A D | TwoAddressInstructionPass.cpp | 446 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx); in isPlainlyKilled()
|
H A D | MachineVerifier.cpp | 2541 if (S.end.isBlock()) { in verifyLiveRangeSegment()
|
H A D | RegisterCoalescer.cpp | 2979 if (!Def.isBlock()) { in pruneValues()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | SlotIndexes.h | 225 /// 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 D | LiveInterval.h | 77 bool isPHIDef() const { return def.isBlock(); } in isPHIDef()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | parserRealSource10.js | 422 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 D | BuildSPIRV.cpp | 365 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 D | validate_decorations.cpp | 95 bool isBlock(uint32_t struct_id, ValidationState_t& vstate) { in isBlock() function 817 if (!isBlock(type_id, vstate)) {
|
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | 10426 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 D | typescript.js | [all...] |