Home
last modified time | relevance | path

Searched refs:instanceLine (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DParseHelper.h209 …const TString* instanceName, const TSourceLoc& instanceLine, TIntermTyped* arrayIndex, const TSour…
DParseHelper.cpp2335 …const TString* instanceName, const TSourceLoc& instanceLine, TIntermTyped* arrayIndex, const TSour… in addInterfaceBlock() argument
2459 error(instanceLine, "redefinition", instanceName->c_str(), "interface block instance name"); in addInterfaceBlock()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h366 const TSourceLoc &instanceLine,
DParseContext.cpp4262 const TSourceLoc &instanceLine, in addInterfaceBlock() argument
4585 checkGeometryShaderInputAndSetArraySize(instanceLine, instanceName, interfaceBlockType); in addInterfaceBlock()
4586 checkTessellationShaderUnsizedArraysAndSetSize(instanceLine, instanceName, in addInterfaceBlock()
4621 checkIsNotReserved(instanceLine, instanceName); in addInterfaceBlock()
4626 error(instanceLine, "redefinition of an interface block instance name", instanceName); in addInterfaceBlock()