/external/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()
|
D | ConstantUnion.h | 30 type = EbtVoid; in POOL_ALLOCATOR_NEW_DELETE()
|
/external/angle/src/compiler/translator/tree_util/ |
D | RunAtTheEndOfShader.cpp | 75 StaticType::GetBasic<EbtVoid>(), false); in WrapMainAndAppend() 84 StaticType::GetBasic<EbtVoid>(), false); in WrapMainAndAppend()
|
/external/angle/src/compiler/translator/ |
D | StaticType.h | 239 return GetBasic<EbtVoid>(); in GetForVecMatHelper() 265 return GetBasic<EbtVoid>(); 280 return GetBasic<EbtVoid>(); in GetForVec()
|
D | Types.cpp | 27 case EbtVoid: in getBasicString() 126 TType::TType() : TType(EbtVoid, 0, 0) {} in TType()
|
D | ParseContext.cpp | 605 if (node->getBasicType() == EbtVoid) in checkCanBeLValue() 745 if (argTyped->getBasicType() == EbtVoid) in checkConstructorArguments() 880 if (type == EbtVoid) in checkIsNonVoid() 3390 if (mCurrentFunctionType->getBasicType() != EbtVoid && !mFunctionReturnsValue) in addFunctionDefinition() 3526 if (function->getReturnType().getBasicType() != EbtVoid) in parseFunctionDeclarator() 3625 if (type->getBasicType() == EbtVoid) in parseParameterDeclarator() 5145 child->getBasicType() == EbtVoid || IsOpaqueType(child->getBasicType())) in createUnaryMath() 5647 (left->isArray() || left->getBasicType() == EbtVoid || in addComma() 5649 right->getBasicType() == EbtVoid || right->getType().isStructureContainingArrays())) in addComma() 5681 if (mCurrentFunctionType->getBasicType() != EbtVoid) in addBranch() [all …]
|
D | glslang.y | 650 if ($2.type->getBasicType() != EbtVoid) 659 if ($3.type->getBasicType() == EbtVoid) 982 $$.initialize(EbtVoid, @1);
|
/external/angle/src/compiler/translator/tree_ops/ |
D | AddDefaultReturnStatements.cpp | 26 if (returnType->getBasicType() == EbtVoid) in NeedsReturnStatement()
|
D | RewriteElseBlocks.cpp | 87 if (mFunctionType && mFunctionType->getBasicType() != EbtVoid) in rewriteIfElse()
|
D | DeferGlobalInitializers.cpp | 111 StaticType::GetBasic<EbtVoid>(), false); in InsertInitCallToMain()
|
D | ArrayReturnValueToOutParameter.cpp | 124 StaticType::GetBasic<EbtVoid>(), false); in visitFunctionPrototype()
|
/external/angle/src/tests/compiler_tests/ |
D | Type_test.cpp | 49 for (int i = static_cast<int>(EbtVoid); i < static_cast<int>(EbtLast); ++i) in TEST()
|
/external/angle/third_party/glslang/src/glslang/Include/ |
D | Types.h | 140 type = EbtVoid; in clear() 1369 basicType = EbtVoid; in initType() 1427 …explicit TType(TBasicType t = EbtVoid, TStorageQualifier q = EvqTemporary, int vs = 1, int mc = 0,… in POOL_ALLOCATOR_NEW_DELETE() 1616 virtual void hideMember() { basicType = EbtVoid; vectorSize = 1; } in hideMember() 1617 virtual bool hiddenMember() const { return basicType == EbtVoid; } in hiddenMember() 1779 case EbtVoid: in containsNonOpaque() 1969 case EbtVoid: return "void"; in getBasicString()
|
D | BaseTypes.h | 48 EbtVoid, enumerator
|
/external/deqp-deps/glslang/glslang/Include/ |
D | Types.h | 140 type = EbtVoid; in clear() 1369 basicType = EbtVoid; in initType() 1427 …explicit TType(TBasicType t = EbtVoid, TStorageQualifier q = EvqTemporary, int vs = 1, int mc = 0,… in POOL_ALLOCATOR_NEW_DELETE() 1616 virtual void hideMember() { basicType = EbtVoid; vectorSize = 1; } in hideMember() 1617 virtual bool hiddenMember() const { return basicType == EbtVoid; } in hiddenMember() 1779 case EbtVoid: in containsNonOpaque() 1969 case EbtVoid: return "void"; in getBasicString()
|
D | BaseTypes.h | 48 EbtVoid, enumerator
|
/external/angle/third_party/glslang/src/hlsl/ |
D | hlslParseHelper.cpp | 298 storeOp->setType(TType(EbtVoid)); in handleLvalue() 700 variable = new TVariable(string, TType(EbtVoid)); in handleVariable() 1661 currentFunctionType = new TType(EbtVoid); in handleFunctionDefinition() 1726 intermediate.setAggregateOperator(paramNodes, EOpParameters, TType(EbtVoid), loc); in handleFunctionDefinition() 2111 TType voidType(EbtVoid); in transformEntryPoint() 2234 if (function.getType().getBasicType() != EbtVoid && ! functionReturnsValue) in handleFunctionBody() 2325 if (function.getType().getBasicType() == EbtVoid) { in remapEntryPointIO() 2369 if (function.getType().getBasicType() != EbtVoid) in remapNonEntryPointIO() 2385 if (currentFunctionType->getBasicType() == EbtVoid) { in handleReturnValue() 4101 compoundStatement->setType(TType(EbtVoid)); in decomposeSampleMethods() [all …]
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.cpp | 298 storeOp->setType(TType(EbtVoid)); in handleLvalue() 700 variable = new TVariable(string, TType(EbtVoid)); in handleVariable() 1661 currentFunctionType = new TType(EbtVoid); in handleFunctionDefinition() 1726 intermediate.setAggregateOperator(paramNodes, EOpParameters, TType(EbtVoid), loc); in handleFunctionDefinition() 2111 TType voidType(EbtVoid); in transformEntryPoint() 2234 if (function.getType().getBasicType() != EbtVoid && ! functionReturnsValue) in handleFunctionBody() 2325 if (function.getType().getBasicType() == EbtVoid) { in remapEntryPointIO() 2369 if (function.getType().getBasicType() != EbtVoid) in remapNonEntryPointIO() 2385 if (currentFunctionType->getBasicType() == EbtVoid) { in handleReturnValue() 4101 compoundStatement->setType(TType(EbtVoid)); in decomposeSampleMethods() [all …]
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | glslang.y | 536 TFunction *function = new TFunction(&symbol->getName(), TType(EbtVoid)); 545 $$.function = new TFunction(empty, TType(EbtVoid), EOpNull); 949 if ($2.param.type->getBasicType() != EbtVoid) 959 if ($3.param.type->getBasicType() == EbtVoid) { 1003 if ($1.basicType == EbtVoid) { 1301 if ($$.basicType == EbtVoid) 1664 $$.basicType = EbtVoid; 3423 $$.type = new TType(EbtVoid); 3430 $$.type = new TType(EbtVoid); 3796 if (parseContext.currentFunctionType->getBasicType() != EbtVoid) [all …]
|
D | glslang.m4 | 536 TFunction *function = new TFunction(&symbol->getName(), TType(EbtVoid)); 545 $$.function = new TFunction(empty, TType(EbtVoid), EOpNull); 949 if ($2.param.type->getBasicType() != EbtVoid) 959 if ($3.param.type->getBasicType() == EbtVoid) { 1003 if ($1.basicType == EbtVoid) { 1301 if ($$.basicType == EbtVoid) 1664 $$.basicType = EbtVoid; 3423 $$.type = new TType(EbtVoid); 3430 $$.type = new TType(EbtVoid); 3796 if (parseContext.currentFunctionType->getBasicType() != EbtVoid) [all …]
|
/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
D | glslang.y | 536 TFunction *function = new TFunction(&symbol->getName(), TType(EbtVoid)); 545 $$.function = new TFunction(empty, TType(EbtVoid), EOpNull); 949 if ($2.param.type->getBasicType() != EbtVoid) 959 if ($3.param.type->getBasicType() == EbtVoid) { 1003 if ($1.basicType == EbtVoid) { 1301 if ($$.basicType == EbtVoid) 1664 $$.basicType = EbtVoid; 3423 $$.type = new TType(EbtVoid); 3430 $$.type = new TType(EbtVoid); 3796 if (parseContext.currentFunctionType->getBasicType() != EbtVoid) [all …]
|