Home
last modified time | relevance | path

Searched refs:EptUndefined (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DBaseTypes.h761 EptUndefined, enumerator
783 primitiveType == EptUndefined && invocations == 0 && maxVertices == -1 && in isEmpty()
792 (primitiveType != EptUndefined) || (invocations != 0) || (maxVertices != -1); in isCombinationValid()
849 primitiveType(EptUndefined), in TLayoutQualifier()
DOutputGLSLBase.cpp1354 if (inputPrimitive != EptUndefined || invocations > 1) in WriteGeometryShaderLayoutQualifiers()
1358 if (inputPrimitive != EptUndefined) in WriteGeometryShaderLayoutQualifiers()
1365 if (inputPrimitive != EptUndefined) in WriteGeometryShaderLayoutQualifiers()
1374 if (outputPrimitive != EptUndefined || maxVertices != -1) in WriteGeometryShaderLayoutQualifiers()
1378 if (outputPrimitive != EptUndefined) in WriteGeometryShaderLayoutQualifiers()
1385 if (outputPrimitive != EptUndefined) in WriteGeometryShaderLayoutQualifiers()
DShaderLang.cpp135 case EptUndefined: in GetGeometryShaderPrimitiveTypeEnum()
604 return compiler->getGeometryShaderInputPrimitiveType() != EptUndefined; in HasValidGeometryShaderInputPrimitiveType()
615 return compiler->getGeometryShaderOutputPrimitiveType() != EptUndefined; in HasValidGeometryShaderOutputPrimitiveType()
DCompiler.cpp300 mGeometryShaderInputPrimitiveType(EptUndefined), in TCompiler()
301 mGeometryShaderOutputPrimitiveType(EptUndefined) in TCompiler()
1115 mGeometryShaderInputPrimitiveType = EptUndefined; in clearResults()
1116 mGeometryShaderOutputPrimitiveType = EptUndefined; in clearResults()
DQualifierTypes.cpp649 if (rightQualifier.primitiveType != EptUndefined) in JoinLayoutQualifiers()
651 if (joinedQualifier.primitiveType != EptUndefined && in JoinLayoutQualifiers()
DParseContext.cpp214 mGeometryShaderInputPrimitiveType(EptUndefined), in TParseContext()
215 mGeometryShaderOutputPrimitiveType(EptUndefined), in TParseContext()
1922 else if ((mGeometryShaderInputPrimitiveType != EptUndefined) && in parseVariableIdentifier()
2419 if (mGeometryShaderInputPrimitiveType != EptUndefined) in checkGeometryShaderInputAndSetArraySize()
2932 if (layoutQualifier.primitiveType != EptUndefined) in parseGeometryShaderInputLayoutQualifier()
2940 if (mGeometryShaderInputPrimitiveType == EptUndefined) in parseGeometryShaderInputLayoutQualifier()
2987 if (layoutQualifier.primitiveType != EptUndefined) in parseGeometryShaderOutputLayoutQualifier()
2995 if (mGeometryShaderOutputPrimitiveType == EptUndefined) in parseGeometryShaderOutputLayoutQualifier()
3979 if (mGeometryShaderInputPrimitiveType == EptUndefined) in addIndexExpression()
5890 mGeometryShaderInputPrimitiveType == EptUndefined) in addMethod()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputGLSLBase.cpp1314 if (inputPrimitive != EptUndefined || invocations > 1) in WriteGeometryShaderLayoutQualifiers()
1318 if (inputPrimitive != EptUndefined) in WriteGeometryShaderLayoutQualifiers()
1325 if (inputPrimitive != EptUndefined) in WriteGeometryShaderLayoutQualifiers()
1334 if (outputPrimitive != EptUndefined || maxVertices != -1) in WriteGeometryShaderLayoutQualifiers()
1338 if (outputPrimitive != EptUndefined) in WriteGeometryShaderLayoutQualifiers()
1345 if (outputPrimitive != EptUndefined) in WriteGeometryShaderLayoutQualifiers()
DBaseTypes.h1283 EptUndefined, enumerator
1319 imageInternalFormat == EiifUnspecified && primitiveType == EptUndefined && in isEmpty()
1331 (primitiveType != EptUndefined) || (invocations != 0) || (maxVertices != -1); in isCombinationValid()
1407 primitiveType(EptUndefined), in TLayoutQualifier()
DShaderLang.cpp110 case EptUndefined: in GetGeometryShaderPrimitiveTypeEnum()
745 return compiler->getGeometryShaderInputPrimitiveType() != EptUndefined; in HasValidGeometryShaderInputPrimitiveType()
756 return compiler->getGeometryShaderOutputPrimitiveType() != EptUndefined; in HasValidGeometryShaderOutputPrimitiveType()
DCompiler.cpp341 mGeometryShaderInputPrimitiveType(EptUndefined), in TCompiler()
342 mGeometryShaderOutputPrimitiveType(EptUndefined), in TCompiler()
1368 mGeometryShaderInputPrimitiveType = EptUndefined; in clearResults()
1369 mGeometryShaderOutputPrimitiveType = EptUndefined; in clearResults()
DQualifierTypes.cpp767 if (rightQualifier.primitiveType != EptUndefined) in JoinLayoutQualifiers()
769 if (joinedQualifier.primitiveType != EptUndefined && in JoinLayoutQualifiers()
DParseContext.cpp233 mGeometryShaderInputPrimitiveType(EptUndefined), in TParseContext()
234 mGeometryShaderOutputPrimitiveType(EptUndefined), in TParseContext()
2246 else if ((mGeometryShaderInputPrimitiveType != EptUndefined) && in parseVariableIdentifier()
2771 if (mGeometryShaderInputPrimitiveType != EptUndefined) in checkGeometryShaderInputAndSetArraySize()
3392 if (layoutQualifier.primitiveType != EptUndefined) in parseGeometryShaderInputLayoutQualifier()
3400 if (mGeometryShaderInputPrimitiveType == EptUndefined) in parseGeometryShaderInputLayoutQualifier()
3447 if (layoutQualifier.primitiveType != EptUndefined) in parseGeometryShaderOutputLayoutQualifier()
3455 if (mGeometryShaderOutputPrimitiveType == EptUndefined) in parseGeometryShaderOutputLayoutQualifier()
4716 if (mGeometryShaderInputPrimitiveType == EptUndefined && in addIndexExpression()
6907 mGeometryShaderInputPrimitiveType == EptUndefined) in addMethod()
DBuildSPIRV.cpp247 if (primitiveType == EptUndefined) in GetGeometryInputExecutionMode()
275 if (primitiveType == EptUndefined) in GetGeometryOutputExecutionMode()