Home
last modified time | relevance | path

Searched refs:EbpUndefined (Results 1 – 25 of 33) sorted by relevance

12

/external/angle/src/compiler/translator/
DSymbolTable_autogen.cpp3464 StaticType::Get<EbtBool, EbpUndefined, EvqFrontFacing, 1, 1>());
3470 StaticType::Get<EbtUInt, EbpUndefined, EvqGlobalInvocationID, 3, 1>());
3476 StaticType::Get<EbtBool, EbpUndefined, EvqHelperInvocation, 1, 1>());
3556 StaticType::Get<EbtUInt, EbpUndefined, EvqLocalInvocationID, 3, 1>());
3562 StaticType::Get<EbtUInt, EbpUndefined, EvqLocalInvocationIndex, 1, 1>());
3579 StaticType::Get<EbtUInt, EbpUndefined, EvqNumWorkGroups, 3, 1>());
3740 StaticType::Get<EbtUInt, EbpUndefined, EvqWorkGroupID, 3, 1>());
3746 StaticType::Get<EbtUInt, EbpUndefined, EvqWorkGroupSize, 3, 1>());
3751 StaticType::Get<EbtFloat, EbpUndefined, EvqGlobal, 1, 1>());
3756 StaticType::Get<EbtDouble, EbpUndefined, EvqGlobal, 1, 1>());
[all …]
DSymbolTable_ESSL_autogen.cpp2260 StaticType::Get<EbtBool, EbpUndefined, EvqFrontFacing, 1, 1>());
2266 StaticType::Get<EbtUInt, EbpUndefined, EvqGlobalInvocationID, 3, 1>());
2272 StaticType::Get<EbtBool, EbpUndefined, EvqHelperInvocation, 1, 1>());
2352 StaticType::Get<EbtUInt, EbpUndefined, EvqLocalInvocationID, 3, 1>());
2358 StaticType::Get<EbtUInt, EbpUndefined, EvqLocalInvocationIndex, 1, 1>());
2375 StaticType::Get<EbtUInt, EbpUndefined, EvqNumWorkGroups, 3, 1>());
2536 StaticType::Get<EbtUInt, EbpUndefined, EvqWorkGroupID, 3, 1>());
2542 StaticType::Get<EbtUInt, EbpUndefined, EvqWorkGroupSize, 3, 1>());
2547 StaticType::Get<EbtFloat, EbpUndefined, EvqGlobal, 1, 1>());
2552 StaticType::Get<EbtInt, EbpUndefined, EvqGlobal, 1, 1>());
[all …]
DStaticType.h200 return Get<basicType, EbpUndefined, EvqGlobal, primarySize, secondarySize>(); in GetBasic()
206 return Get<basicType, EbpUndefined, EvqTemporary, primarySize, secondarySize>(); in GetTemporary()
215 return Get<basicType, EbpUndefined, qualifier, primarySize, secondarySize>(); in GetQualified()
252 TPrecision precision = EbpUndefined,
275 template <TBasicType basicType, TPrecision precision = EbpUndefined>
DSymbolTable.cpp353 return EbpUndefined; in getDefaultPrecision()
361 TPrecision prec = EbpUndefined; in getDefaultPrecision()
405 setDefaultPrecision(EbtInt, EbpUndefined); in initializeBuiltIns()
406 setDefaultPrecision(EbtFloat, EbpUndefined); in initializeBuiltIns()
DTypes.cpp167 : TType(t, EbpUndefined, EvqGlobal, ps, ss) in TType()
205 : TType(EbtStruct, EbpUndefined, EvqTemporary, 1, 1) in TType()
214 : TType(EbtInterfaceBlock, EbpUndefined, qualifierIn, 1, 1) in TType()
915 precision = EbpUndefined; in initialize()
929 precision = EbpUndefined; in initializeBasicType()
DOutputESSL.cpp33 if (precision == EbpUndefined) in writeVariablePrecision()
DInfoSink.cpp46 if (type.getPrecision() != EbpUndefined) in operator <<()
DQualifierTypes.cpp611 ASSERT(typeQualifier.precision != EbpUndefined); in GetVariableTypeQualifierFromSortedSequence()
662 ASSERT(typeQualifier.precision != EbpUndefined); in GetParameterTypeQualifierFromSortedSequence()
903 precision(EbpUndefined), in TTypeQualifier()
DOutputVulkanGLSL.cpp184 if ((precision == EbpUndefined) || !mEnablePrecision) in writeVariablePrecision()
DIntermNode.cpp667 mType.setPrecision(EbpUndefined); in setPrecisionFromChildren()
671 TPrecision precision = EbpUndefined; in setPrecisionFromChildren()
720 TPrecision precision = EbpUndefined; in setBuiltInFunctionPrecision()
1302 setType(TType(EbtInt, EbpUndefined, EvqConst)); in promote()
1344 setType(TType(EbtBool, EbpUndefined, resultQualifier)); in promote()
1357 setType(TType(EbtBool, EbpUndefined, resultQualifier, operandPrimarySize)); in promote()
1381 : TIntermExpression(TType(EbtFloat, EbpUndefined)), in TIntermSwizzle()
1708 setType(TType(EbtBool, EbpUndefined, resultQualifier)); in promote()
1718 setType(TType(EbtBool, EbpUndefined, resultQualifier)); in promote()
1807 setType(TType(EbtBool, EbpUndefined, resultQualifier)); in promote()
Dutil.cpp402 case EbpUndefined: in GLVariablePrecision()
419 case EbpUndefined: in GLVariablePrecision()
/external/swiftshader/src/OpenGL/compiler/
DTypes.h245 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()
DIntermediate.cpp730 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 …]
Dglslang.y255 …$$ = 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);
DSymbolTable.h144 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()
DInitialize.cpp112 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()
Dglslang_tab.cpp2404 …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()
DBaseTypes.h26 EbpUndefined, enumerator
Dintermediate.h468 TIntermOperator(TOperator o) : TIntermTyped(TType(EbtFloat, EbpUndefined)), op(o) {} in TIntermOperator()
613 …TIntermTyped(TType(EbtVoid, EbpUndefined)), condition(cond), trueBlock(trueB), falseBlock(falseB) … in TIntermSelection()
/external/angle/src/compiler/translator/tree_util/
DIntermNode_util.cpp121 TType type(EbtFloat, EbpUndefined, EvqConst, 1); in CreateFloatNode()
130 TType type(EbtInt, EbpUndefined, EvqConst, 1); in CreateIndexNode()
139 TType type(EbtUInt, EbpUndefined, EvqConst, 1); in CreateUIntNode()
148 TType type(EbtBool, EbpUndefined, EvqConst, 1); in CreateBoolNode()
/external/angle/src/compiler/translator/tree_ops/d3d/
DUnfoldShortCircuitToIf.cpp78 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()
DRewriteElseBlocks.cpp78 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in rewriteIfElse()
/external/angle/src/compiler/translator/tree_ops/gl/mac/
DRewriteDoWhile.cpp75 const TType *boolType = StaticType::Get<EbtBool, EbpUndefined, EvqTemporary, 1, 1>(); in visitBlock()
/external/angle/src/compiler/translator/tree_ops/vulkan/
DReplaceForShaderFramebufferFetch.cpp362 TType *inputAttachmentType = new TType(subpassInputType, EbpUndefined, EvqUniform, 1); in CreateSubpassLoadFuncCall()
365 new TType(EbtFloat, EbpUndefined, EvqGlobal, 4, 1), true); in CreateSubpassLoadFuncCall()
480 TType *inputAttachmentType = new TType(subpassInputType, EbpUndefined, EvqUniform, 1); in declareSubpassInputVariableImpl()
/external/angle/src/compiler/translator/tree_ops/
DScalarizeVecAndMatConstructorArgs.cpp198 type->getPrecision() == EbpUndefined) in createTempVariable()

12