/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | glslang.y | 382 TType type(EbtVoid, EbpUndefined); 389 TType type(EbtVoid, EbpUndefined); 661 if ($2.param.type->getBasicType() != EbtVoid) 671 if ($3.param.type->getBasicType() == EbtVoid) { 714 if ($1.type == EbtVoid) { 900 $$.setBasic(EbtVoid, EvqAttribute, @1); 907 $$.setBasic(EbtVoid, EvqVaryingOut, @1); 909 $$.setBasic(EbtVoid, EvqVaryingIn, @1); 916 $$.setBasic(EbtVoid, EvqInvariantVaryingOut, @1); 918 $$.setBasic(EbtVoid, EvqInvariantVaryingIn, @1); [all …]
|
D | BaseTypes.h | 48 EbtVoid, enumerator 110 case EbtVoid: return "void"; in getBasicString()
|
D | glslang_tab.cpp | 2617 TType type(EbtVoid, EbpUndefined); in yyparse() 2629 TType type(EbtVoid, EbpUndefined); in yyparse() 3169 if ((yyvsp[0].interm).param.type->getBasicType() != EbtVoid) in yyparse() 3184 if ((yyvsp[0].interm).param.type->getBasicType() == EbtVoid) { in yyparse() 3230 if ((yyvsp[-1].interm.type).type == EbtVoid) { in yyparse() 3523 (yyval.interm.type).setBasic(EbtVoid, EvqAttribute, (yylsp[0])); in yyparse() 3535 (yyval.interm.type).setBasic(EbtVoid, EvqVaryingOut, (yylsp[0])); in yyparse() 3537 (yyval.interm.type).setBasic(EbtVoid, EvqVaryingIn, (yylsp[0])); in yyparse() 3549 (yyval.interm.type).setBasic(EbtVoid, EvqInvariantVaryingOut, (yylsp[-1])); in yyparse() 3551 (yyval.interm.type).setBasic(EbtVoid, EvqInvariantVaryingIn, (yylsp[-1])); in yyparse() [all …]
|
D | ParseHelper.cpp | 378 else if(node->getBasicType() == EbtVoid) in lValueErrorCheck() 591 if (typed->getBasicType() == EbtVoid) { in constructorErrorCheck() 605 if(type == EbtVoid) { in voidErrorCheck() 1884 if(mCurrentFunctionType->getBasicType() != EbtVoid && !mFunctionReturnsValue) in addFunctionDefinition() 1945 if(function->getReturnType().getBasicType() != EbtVoid) in parseFunctionPrototype() 2923 type.setBasic(EbtVoid, mergedQualifier, storageLoc); in joinInterpolationQualifiers() 3494 if(mCurrentFunctionType->getBasicType() != EbtVoid) in addBranch() 3511 if(mCurrentFunctionType->getBasicType() == EbtVoid) in addBranch() 3564 TType type(EbtVoid, EbpUndefined); // use this to get the type back in addFunctionCallOrMethod()
|
D | intermediate.h | 613 …TIntermTyped(TType(EbtVoid, EbpUndefined)), condition(cond), trueBlock(trueB), falseBlock(falseB) … in TIntermSelection() 622 bool usesTernaryOperator() const { return getBasicType() != EbtVoid; } in usesTernaryOperator()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | StaticType.h | 157 return GetBasic<EbtVoid>(); in GetForVecMatHelper() 183 return GetBasic<EbtVoid>(); 198 return GetBasic<EbtVoid>(); in GetForVec()
|
D | Types.cpp | 27 case EbtVoid: in getBasicString() 125 : type(EbtVoid), in TType()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | RunAtTheEndOfShader.cpp | 74 StaticType::GetBasic<EbtVoid>(), false); in WrapMainAndAppend() 83 StaticType::GetBasic<EbtVoid>(), false); in WrapMainAndAppend()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | RunAtTheEndOfShader.cpp | 75 StaticType::GetBasic<EbtVoid, EbpUndefined>(), false); in WrapMainAndAppend() 84 StaticType::GetBasic<EbtVoid, EbpUndefined>(), false); in WrapMainAndAppend()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | StaticType.h | 252 return GetBasic<EbtVoid, EbpUndefined>(); in GetForVecMatHelper() 276 return GetBasic<EbtVoid, EbpUndefined>(); 291 return GetBasic<EbtVoid, EbpUndefined>(); in GetForVec()
|
D | Types.cpp | 27 case EbtVoid: in getBasicString() 164 TType::TType() : TType(EbtVoid, 0, 0) {} in TType()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | AddDefaultReturnStatements.cpp | 25 if (returnType->getBasicType() == EbtVoid) in NeedsReturnStatement()
|
D | RewriteElseBlocks.cpp | 86 if (mFunctionType && mFunctionType->getBasicType() != EbtVoid) in rewriteIfElse()
|
D | DeferGlobalInitializers.cpp | 110 StaticType::GetBasic<EbtVoid>(), false); in InsertInitCallToMain()
|
D | ArrayReturnValueToOutParameter.cpp | 120 StaticType::GetBasic<EbtVoid>(), false); in visitFunctionPrototype()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
D | AddDefaultReturnStatements.cpp | 26 if (returnType->getBasicType() == EbtVoid) in NeedsReturnStatement()
|
D | RewriteElseBlocks.cpp | 87 if (mFunctionType && mFunctionType->getBasicType() != EbtVoid) in rewriteIfElse()
|
D | ArrayReturnValueToOutParameter.cpp | 124 StaticType::GetBasic<EbtVoid, EbpUndefined>(), false); in visitFunctionPrototype()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | Type_test.cpp | 49 for (int i = static_cast<int>(EbtVoid); i < static_cast<int>(EbtLast); ++i) in TEST()
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | Type_test.cpp | 49 for (int i = static_cast<int>(EbtVoid); i < static_cast<int>(EbtLast); ++i) in TEST()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | WrapMain.cpp | 56 ASSERT(func.getReturnType().getBasicType() == TBasicType::EbtVoid); in visitMain()
|
D | TranslatorMetalUtils.cpp | 27 case EbtVoid: in getBasicMetalString()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | DeferGlobalInitializers.cpp | 114 StaticType::GetBasic<EbtVoid, EbpUndefined>(), false); in InsertInitCallToMain()
|
/third_party/glslang/glslang/Include/ |
D | Types.h | 140 type = EbtVoid; in clear() 1373 basicType = EbtVoid; in initType() 1431 …explicit TType(TBasicType t = EbtVoid, TStorageQualifier q = EvqTemporary, int vs = 1, int mc = 0,… in POOL_ALLOCATOR_NEW_DELETE() 1620 virtual void hideMember() { basicType = EbtVoid; vectorSize = 1; } in hideMember() 1621 virtual bool hiddenMember() const { return basicType == EbtVoid; } in hiddenMember() 1783 case EbtVoid: in containsNonOpaque() 1973 case EbtVoid: return "void"; in getBasicString()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
D | ReplaceForShaderFramebufferFetch.cpp | 233 return EbtVoid; in GetBasicTypeForSubpassInput() 353 if (subpassInputType == EbtVoid) in declareSubpassInputVariableImpl()
|