Home
last modified time | relevance | path

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

12

/external/angle/src/compiler/translator/
DSymbolTable_autogen.cpp2640 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 …]
DSymbolTable_ESSL_autogen.cpp1379 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 …]
DStaticType.h200 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>
DTypes.cpp129 : 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()
DSymbolTable.cpp349 return EbpUndefined; in getDefaultPrecision()
357 TPrecision prec = EbpUndefined; in getDefaultPrecision()
401 setDefaultPrecision(EbtInt, EbpUndefined); in initializeBuiltIns()
402 setDefaultPrecision(EbtFloat, EbpUndefined); in initializeBuiltIns()
DOutputESSL.cpp35 if (precision == EbpUndefined) in writeVariablePrecision()
DInfoSink.cpp46 if (type.getPrecision() != EbpUndefined) in operator <<()
DQualifierTypes.cpp558 ASSERT(typeQualifier.precision != EbpUndefined); in GetVariableTypeQualifierFromSortedSequence()
609 ASSERT(typeQualifier.precision != EbpUndefined); in GetParameterTypeQualifierFromSortedSequence()
804 precision(EbpUndefined), in TTypeQualifier()
DOutputVulkanGLSL.cpp177 if ((precision == EbpUndefined) || !mEnablePrecision) in writeVariablePrecision()
Dutil.cpp458 case EbpUndefined: in GLVariablePrecision()
475 case EbpUndefined: in GLVariablePrecision()
DIntermNode.cpp193 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/
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
/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(EbtBool, EbpUndefined, EvqConst, 1); in CreateBoolNode()
/external/angle/src/compiler/translator/tree_ops/
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()
DRewriteDoWhile.cpp75 const TType *boolType = StaticType::Get<EbtBool, EbpUndefined, EvqTemporary, 1, 1>(); in visitBlock()
DRewriteElseBlocks.cpp78 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in rewriteIfElse()
DRewriteAtomicCounters.cpp387 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()
DSimplifyLoopConditions.cpp152 const TType *boolType = StaticType::Get<EbtBool, EbpUndefined, EvqTemporary, 1, 1>(); in traverseLoop()
DScalarizeVecAndMatConstructorArgs.cpp198 type->getPrecision() == EbpUndefined) in createTempVariable()

12