/external/angle/src/compiler/translator/ |
D | SymbolTable_autogen.cpp | 2640 StaticType::Get<EbtBool, EbpUndefined, EvqFrontFacing, 1, 1>()); 2646 StaticType::Get<EbtUInt, EbpUndefined, EvqGlobalInvocationID, 3, 1>()); 2652 StaticType::Get<EbtBool, EbpUndefined, EvqHelperInvocation, 1, 1>()); 2702 StaticType::Get<EbtUInt, EbpUndefined, EvqLocalInvocationID, 3, 1>()); 2708 StaticType::Get<EbtUInt, EbpUndefined, EvqLocalInvocationIndex, 1, 1>()); 2714 StaticType::Get<EbtUInt, EbpUndefined, EvqNumWorkGroups, 3, 1>()); 2780 StaticType::Get<EbtUInt, EbpUndefined, EvqWorkGroupID, 3, 1>()); 2786 StaticType::Get<EbtUInt, EbpUndefined, EvqWorkGroupSize, 3, 1>()); 2791 StaticType::Get<EbtFloat, EbpUndefined, EvqGlobal, 1, 1>()); 2796 StaticType::Get<EbtDouble, EbpUndefined, EvqGlobal, 1, 1>()); [all …]
|
D | SymbolTable_ESSL_autogen.cpp | 1379 StaticType::Get<EbtBool, EbpUndefined, EvqFrontFacing, 1, 1>()); 1385 StaticType::Get<EbtUInt, EbpUndefined, EvqGlobalInvocationID, 3, 1>()); 1391 StaticType::Get<EbtBool, EbpUndefined, EvqHelperInvocation, 1, 1>()); 1441 StaticType::Get<EbtUInt, EbpUndefined, EvqLocalInvocationID, 3, 1>()); 1447 StaticType::Get<EbtUInt, EbpUndefined, EvqLocalInvocationIndex, 1, 1>()); 1453 StaticType::Get<EbtUInt, EbpUndefined, EvqNumWorkGroups, 3, 1>()); 1519 StaticType::Get<EbtUInt, EbpUndefined, EvqWorkGroupID, 3, 1>()); 1525 StaticType::Get<EbtUInt, EbpUndefined, EvqWorkGroupSize, 3, 1>()); 1530 StaticType::Get<EbtFloat, EbpUndefined, EvqGlobal, 1, 1>()); 1535 StaticType::Get<EbtInt, EbpUndefined, EvqGlobal, 1, 1>()); [all …]
|
D | StaticType.h | 200 return Get<basicType, EbpUndefined, EvqGlobal, primarySize, secondarySize>(); in GetBasic() 209 return Get<basicType, EbpUndefined, qualifier, primarySize, secondarySize>(); in GetQualified() 246 TPrecision precision = EbpUndefined, 269 template <TBasicType basicType, TPrecision precision = EbpUndefined>
|
D | Types.cpp | 129 : TType(t, EbpUndefined, EvqGlobal, ps, ss) in TType() 166 : TType(EbtStruct, EbpUndefined, EvqTemporary, 1, 1) in TType() 175 : TType(EbtInterfaceBlock, EbpUndefined, qualifierIn, 1, 1) in TType() 856 precision = EbpUndefined; in initialize() 870 precision = EbpUndefined; in initializeBasicType()
|
D | SymbolTable.cpp | 349 return EbpUndefined; in getDefaultPrecision() 357 TPrecision prec = EbpUndefined; in getDefaultPrecision() 401 setDefaultPrecision(EbtInt, EbpUndefined); in initializeBuiltIns() 402 setDefaultPrecision(EbtFloat, EbpUndefined); in initializeBuiltIns()
|
D | OutputESSL.cpp | 35 if (precision == EbpUndefined) in writeVariablePrecision()
|
D | InfoSink.cpp | 46 if (type.getPrecision() != EbpUndefined) in operator <<()
|
D | QualifierTypes.cpp | 558 ASSERT(typeQualifier.precision != EbpUndefined); in GetVariableTypeQualifierFromSortedSequence() 609 ASSERT(typeQualifier.precision != EbpUndefined); in GetParameterTypeQualifierFromSortedSequence() 804 precision(EbpUndefined), in TTypeQualifier()
|
D | OutputVulkanGLSL.cpp | 177 if ((precision == EbpUndefined) || !mEnablePrecision) in writeVariablePrecision()
|
D | util.cpp | 458 case EbpUndefined: in GLVariablePrecision() 475 case EbpUndefined: in GLVariablePrecision()
|
D | IntermNode.cpp | 193 ASSERT(mType.getBasicType() != EbtBool || precision == EbpUndefined); in setTypePreservePrecision() 616 mType.setPrecision(EbpUndefined); in setPrecisionFromChildren() 620 TPrecision precision = EbpUndefined; in setPrecisionFromChildren() 670 TPrecision precision = EbpUndefined; in setBuiltInFunctionPrecision() 1226 setType(TType(EbtInt, EbpUndefined, EvqConst)); in promote() 1268 setType(TType(EbtBool, EbpUndefined, resultQualifier)); in promote() 1281 setType(TType(EbtBool, EbpUndefined, resultQualifier, operandPrimarySize)); in promote() 1303 : TIntermExpression(TType(EbtFloat, EbpUndefined)), in TIntermSwizzle() 1625 setType(TType(EbtBool, EbpUndefined, resultQualifier)); in promote() 1635 setType(TType(EbtBool, EbpUndefined, resultQualifier)); in promote() [all …]
|
/external/swiftshader/src/OpenGL/compiler/ |
D | Types.h | 245 type(t), precision(EbpUndefined), qualifier(EvqGlobal), in POOL_ALLOCATOR_NEW_DELETE() 258 TType(TStructure* userDef, TPrecision p = EbpUndefined) : 267 : type(EbtInterfaceBlock), precision(EbpUndefined), qualifier(qualifierIn), in TType() 535 TPrecision precision = EbpUndefined; 582 precision = EbpUndefined; in setBasic()
|
D | Intermediate.cpp | 730 constIntNode = addConstantUnion(unionArray, TType(EbtInt, EbpUndefined, EvqConstExpr), line); in addSwizzle() 795 TType type(EbtInt, EbpUndefined, EvqConstExpr, 1); in CreateIndexNode() 987 setType(TType(EbtBool, EbpUndefined)); in promote() 999 setType(TType(EbtBool, EbpUndefined)); in promote() 1163 setType(TType(EbtBool, EbpUndefined)); in promote() 1612 …tempNode = new TIntermConstantUnion(tempConstArray, TType(EbtFloat, EbpUndefined, EvqConstExpr, ge… in fold() 1633 …tempNode = new TIntermConstantUnion(tempConstArray, TType(EbtFloat, EbpUndefined, EvqConstExpr, no… in fold() 1694 returnType = TType(EbtBool, EbpUndefined, EvqConstExpr, objectSize); in fold() 1700 returnType = TType(EbtBool, EbpUndefined, EvqConstExpr, objectSize); in fold() 1706 returnType = TType(EbtBool, EbpUndefined, EvqConstExpr, objectSize); in fold() [all …]
|
D | glslang.y | 255 …$$ = context->intermediate.addConstantUnion(unionArray, TType(EbtInt, EbpUndefined, EvqConstExpr),… 260 …$$ = context->intermediate.addConstantUnion(unionArray, TType(EbtUInt, EbpUndefined, EvqConstExpr)… 265 …$$ = context->intermediate.addConstantUnion(unionArray, TType(EbtFloat, EbpUndefined, EvqConstExpr… 270 …$$ = context->intermediate.addConstantUnion(unionArray, TType(EbtBool, EbpUndefined, EvqConstExpr)… 382 TType type(EbtVoid, EbpUndefined); 389 TType type(EbtVoid, EbpUndefined); 999 if ($$.precision == EbpUndefined) { 1380 TType* type = new TType(EbtVoid, EbpUndefined); 1387 TType* type = new TType(EbtVoid, EbpUndefined);
|
D | SymbolTable.h | 144 returnType(TType(EbtVoid, EbpUndefined)), in TFunction() 348 …TVariable *constant = new TVariable(NewPoolTString(name), TType(EbtInt, EbpUndefined, EvqConstExpr… in insertConstInt() 480 if( type != EbtFloat && type != EbtInt ) return EbpUndefined; in getDefaultPrecision() 484 …TPrecision prec = EbpUndefined; // If we dont find anything we return this. Should we error check … in getDefaultPrecision()
|
D | Initialize.cpp | 112 TType *outFloat1 = new TType(EbtFloat, EbpUndefined, EvqOut); in InsertBuiltInFunctions() 113 TType *outFloat2 = new TType(EbtFloat, EbpUndefined, EvqOut, 2); in InsertBuiltInFunctions() 114 TType *outFloat3 = new TType(EbtFloat, EbpUndefined, EvqOut, 3); in InsertBuiltInFunctions() 115 TType *outFloat4 = new TType(EbtFloat, EbpUndefined, EvqOut, 4); in InsertBuiltInFunctions() 489 …TINS, new TVariable(NewPoolTString("gl_FrontFacing"), TType(EbtBool, EbpUndefined, EvqFrontFacing… in IdentifyBuiltIns()
|
D | glslang_tab.cpp | 2404 …e) = context->intermediate.addConstantUnion(unionArray, TType(EbtInt, EbpUndefined, EvqConstExpr),… in yyparse() 2414 …) = context->intermediate.addConstantUnion(unionArray, TType(EbtUInt, EbpUndefined, EvqConstExpr),… in yyparse() 2424 … = context->intermediate.addConstantUnion(unionArray, TType(EbtFloat, EbpUndefined, EvqConstExpr),… in yyparse() 2434 …) = context->intermediate.addConstantUnion(unionArray, TType(EbtBool, EbpUndefined, EvqConstExpr),… in yyparse() 2617 TType type(EbtVoid, EbpUndefined); in yyparse() 2629 TType type(EbtVoid, EbpUndefined); in yyparse() 3696 if ((yyval.interm.type).precision == EbpUndefined) { in yyparse() 4391 TType* type = new TType(EbtVoid, EbpUndefined); in yyparse() 4403 TType* type = new TType(EbtVoid, EbpUndefined); in yyparse()
|
D | BaseTypes.h | 26 EbpUndefined, enumerator
|
/external/angle/src/compiler/translator/tree_util/ |
D | IntermNode_util.cpp | 121 TType type(EbtFloat, EbpUndefined, EvqConst, 1); in CreateFloatNode() 130 TType type(EbtInt, EbpUndefined, EvqConst, 1); in CreateIndexNode() 139 TType type(EbtBool, EbpUndefined, EvqConst, 1); in CreateBoolNode()
|
/external/angle/src/compiler/translator/tree_ops/ |
D | UnfoldShortCircuitToIf.cpp | 78 const TType *boolType = StaticType::Get<EbtBool, EbpUndefined, EvqTemporary, 1, 1>(); in visitBinary() 105 const TType *boolType = StaticType::Get<EbtBool, EbpUndefined, EvqTemporary, 1, 1>(); in visitBinary()
|
D | RewriteDoWhile.cpp | 75 const TType *boolType = StaticType::Get<EbtBool, EbpUndefined, EvqTemporary, 1, 1>(); in visitBlock()
|
D | RewriteElseBlocks.cpp | 78 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in rewriteIfElse()
|
D | RewriteAtomicCounters.cpp | 387 fields->push_back(new TField(new TType(EbtUInt, EbpUndefined, EvqGlobal, 1, 1), in declareAtomicCounterType() 390 fields->push_back(new TField(new TType(EbtUInt, EbpUndefined, EvqGlobal, 1, 1), in declareAtomicCounterType()
|
D | SimplifyLoopConditions.cpp | 152 const TType *boolType = StaticType::Get<EbtBool, EbpUndefined, EvqTemporary, 1, 1>(); in traverseLoop()
|
D | ScalarizeVecAndMatConstructorArgs.cpp | 198 type->getPrecision() == EbpUndefined) in createTempVariable()
|