/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | SymbolTable_autogen.cpp | 2215 StaticType::Get<EbtBool, EbpUndefined, EvqFrontFacing, 1, 1>()); 2221 StaticType::Get<EbtUInt, EbpUndefined, EvqGlobalInvocationID, 3, 1>()); 2266 StaticType::Get<EbtUInt, EbpUndefined, EvqLocalInvocationID, 3, 1>()); 2272 StaticType::Get<EbtUInt, EbpUndefined, EvqLocalInvocationIndex, 1, 1>()); 2278 StaticType::Get<EbtUInt, EbpUndefined, EvqNumWorkGroups, 3, 1>()); 2348 StaticType::Get<EbtUInt, EbpUndefined, EvqWorkGroupID, 3, 1>()); 2354 StaticType::Get<EbtUInt, EbpUndefined, EvqWorkGroupSize, 3, 1>()); 2359 StaticType::Get<EbtFloat, EbpUndefined, EvqGlobal, 1, 1>()); 2364 StaticType::Get<EbtInt, EbpUndefined, EvqGlobal, 1, 1>()); 2369 StaticType::Get<EbtUInt, EbpUndefined, EvqGlobal, 1, 1>()); [all …]
|
D | StaticType.h | 118 return Get<basicType, EbpUndefined, EvqGlobal, primarySize, secondarySize>(); in GetBasic() 127 return Get<basicType, EbpUndefined, qualifier, primarySize, secondarySize>(); in GetQualified() 164 TPrecision precision = EbpUndefined, 187 template <TBasicType basicType, TPrecision precision = EbpUndefined>
|
D | SymbolTable.cpp | 318 return EbpUndefined; in getDefaultPrecision() 326 TPrecision prec = EbpUndefined; in getDefaultPrecision() 369 setDefaultPrecision(EbtInt, EbpUndefined); in initializeBuiltIns() 370 setDefaultPrecision(EbtFloat, EbpUndefined); in initializeBuiltIns()
|
D | Types.cpp | 126 precision(EbpUndefined), in TType() 142 precision(EbpUndefined), in TType() 202 precision(EbpUndefined), in TType() 220 precision(EbpUndefined), in TType() 916 precision = EbpUndefined; in initialize() 929 precision = EbpUndefined; in initializeBasicType()
|
D | OutputESSL.cpp | 35 if (precision == EbpUndefined) in writeVariablePrecision()
|
D | InfoSink.cpp | 46 if (type.getPrecision() != EbpUndefined) in operator <<()
|
D | QualifierTypes.cpp | 505 ASSERT(typeQualifier.precision != EbpUndefined); in GetVariableTypeQualifierFromSortedSequence() 555 ASSERT(typeQualifier.precision != EbpUndefined); in GetParameterTypeQualifierFromSortedSequence() 741 precision(EbpUndefined), in TTypeQualifier()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | SymbolTable_autogen.cpp | 3477 StaticType::Get<EbtBool, EbpUndefined, EvqFrontFacing, 1, 1>()); 3483 StaticType::Get<EbtUInt, EbpUndefined, EvqGlobalInvocationID, 3, 1>()); 3489 StaticType::Get<EbtBool, EbpUndefined, EvqHelperInvocation, 1, 1>()); 3569 StaticType::Get<EbtUInt, EbpUndefined, EvqLocalInvocationID, 3, 1>()); 3575 StaticType::Get<EbtUInt, EbpUndefined, EvqLocalInvocationIndex, 1, 1>()); 3592 StaticType::Get<EbtUInt, EbpUndefined, EvqNumWorkGroups, 3, 1>()); 3759 StaticType::Get<EbtUInt, EbpUndefined, EvqWorkGroupID, 3, 1>()); 3765 StaticType::Get<EbtUInt, EbpUndefined, EvqWorkGroupSize, 3, 1>()); 3770 StaticType::Get<EbtFloat, EbpUndefined, EvqGlobal, 1, 1>()); 3775 StaticType::Get<EbtDouble, EbpUndefined, EvqGlobal, 1, 1>()); [all …]
|
D | SymbolTable_ESSL_autogen.cpp | 2280 StaticType::Get<EbtBool, EbpUndefined, EvqFrontFacing, 1, 1>()); 2286 StaticType::Get<EbtUInt, EbpUndefined, EvqGlobalInvocationID, 3, 1>()); 2292 StaticType::Get<EbtBool, EbpUndefined, EvqHelperInvocation, 1, 1>()); 2372 StaticType::Get<EbtUInt, EbpUndefined, EvqLocalInvocationID, 3, 1>()); 2378 StaticType::Get<EbtUInt, EbpUndefined, EvqLocalInvocationIndex, 1, 1>()); 2395 StaticType::Get<EbtUInt, EbpUndefined, EvqNumWorkGroups, 3, 1>()); 2562 StaticType::Get<EbtUInt, EbpUndefined, EvqWorkGroupID, 3, 1>()); 2568 StaticType::Get<EbtUInt, EbpUndefined, EvqWorkGroupSize, 3, 1>()); 2573 StaticType::Get<EbtFloat, EbpUndefined, EvqGlobal, 1, 1>()); 2578 StaticType::Get<EbtInt, EbpUndefined, EvqGlobal, 1, 1>()); [all …]
|
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 | 167 : 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() 922 precision = EbpUndefined; in initialize() 936 precision = EbpUndefined; in initializeBasicType()
|
D | SymbolTable.cpp | 356 return EbpUndefined; in getDefaultPrecision() 364 TPrecision prec = EbpUndefined; in getDefaultPrecision() 408 setDefaultPrecision(EbtInt, EbpUndefined); in initializeBuiltIns() 409 setDefaultPrecision(EbtFloat, EbpUndefined); in initializeBuiltIns()
|
D | OutputESSL.cpp | 20 if (precision == EbpUndefined) in writeVariablePrecision()
|
D | InfoSink.cpp | 47 if (type.getPrecision() != EbpUndefined) in operator <<()
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | ShaderImage_test.cpp | 193 mangledName2D += StaticType::GetBasic<EbtImage2D, EbpUndefined>()->getMangledName(); in TEST_F() 194 mangledName2D += StaticType::GetBasic<EbtInt, EbpUndefined, 2>()->getMangledName(); in TEST_F() 199 mangledName3D += StaticType::GetBasic<EbtIImage3D, EbpUndefined>()->getMangledName(); in TEST_F() 200 mangledName3D += StaticType::GetBasic<EbtInt, EbpUndefined, 3>()->getMangledName(); in TEST_F() 223 mangledName2D += StaticType::GetBasic<EbtImage2D, EbpUndefined>()->getMangledName(); in TEST_F() 224 mangledName2D += StaticType::GetBasic<EbtInt, EbpUndefined, 2>()->getMangledName(); in TEST_F() 225 mangledName2D += StaticType::GetBasic<EbtFloat, EbpUndefined, 4>()->getMangledName(); in TEST_F() 230 mangledName2DArray += StaticType::GetBasic<EbtUImage2DArray, EbpUndefined>()->getMangledName(); in TEST_F() 231 mangledName2DArray += StaticType::GetBasic<EbtInt, EbpUndefined, 3>()->getMangledName(); in TEST_F() 232 mangledName2DArray += StaticType::GetBasic<EbtUInt, EbpUndefined, 4>()->getMangledName(); in TEST_F()
|
/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/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()
|
/third_party/flutter/skia/third_party/externals/angle2/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()
|
/third_party/flutter/skia/third_party/externals/angle2/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()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
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()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | ConvertUnsupportedConstructorsToFunctionCalls.cpp | 139 returnCtorArgs->push_back(CreateFloatNode(0.0f, sh::EbpUndefined)); in AppendMatrixFromScalarArgument() 169 CreateFloatNode(dstRow == dstCol ? 1.0f : 0.0f, sh::EbpUndefined)); in AppendMatrixFromMatrixArgument()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
D | RewriteDoWhile.cpp | 75 const TType *boolType = StaticType::Get<EbtBool, EbpUndefined, EvqTemporary, 1, 1>(); in visitBlock()
|