Home
last modified time | relevance | path

Searched refs:isLoopIndex (Results 26 – 40 of 40) sorted by relevance

12

/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DValidateLimitations.cpp86 bool isLoopIndex(TIntermSymbol *symbol);
119 if (isLoopIndex(node) && isLValueRequiredHere()) in visitSymbol()
172 bool ValidateLimitationsTraverser::isLoopIndex(TIntermSymbol *symbol) in isLoopIndex() function in sh::__anon7e8642cd0111::ValidateLimitationsTraverser
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DValidateLimitations.cpp156 bool ValidateLimitations::isLoopIndex(const TIntermSymbol* symbol) const in isLoopIndex() function in ValidateLimitations
385 if (symbol && isLoopIndex(symbol)) in validateFunctionCall()
420 if (symbol && isLoopIndex(symbol)) { in validateOperation()
H A DValidateLimitations.h40 bool isLoopIndex(const TIntermSymbol* symbol) const;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/compiler/translator/
H A DValidateLimitations.cpp169 bool ValidateLimitations::isLoopIndex(TIntermSymbol *symbol) in isLoopIndex() function in sh::ValidateLimitations
419 if (symbol && isLoopIndex(symbol)) in validateFunctionCall()
458 if (symbol && isLoopIndex(symbol)) in validateOperation()
H A DValidateLimitations.h38 bool isLoopIndex(TIntermSymbol *symbol);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/compiler/
H A DValidateLimitations.cpp193 bool ValidateLimitations::isLoopIndex(const TIntermSymbol* symbol) const in isLoopIndex() function in ValidateLimitations
422 if (symbol && isLoopIndex(symbol)) in validateFunctionCall()
457 if (symbol && isLoopIndex(symbol)) { in validateOperation()
H A DValidateLimitations.h45 bool isLoopIndex(const TIntermSymbol* symbol) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/compiler/
H A DValidateLimitations.cpp193 bool ValidateLimitations::isLoopIndex(const TIntermSymbol* symbol) const in isLoopIndex() function in ValidateLimitations
422 if (symbol && isLoopIndex(symbol)) in validateFunctionCall()
457 if (symbol && isLoopIndex(symbol)) { in validateOperation()
H A DValidateLimitations.h45 bool isLoopIndex(const TIntermSymbol* symbol) const;
/dports/graphics/cfdg/cfdg-3.3_1/src-common/
H A DrendererAST.cpp97 if (param.isLoopIndex || param.mStackIndex < 0) continue; in unwindStack()
H A Dast.cpp140 : mType(NumericType), isLoopIndex(true), mName(nameIndex), mLocation(where) in ASTparameter()
144 : mType(from.mType), isParameter(from.isParameter), isLoopIndex(from.isLoopIndex), in ASTparameter()
156 isLoopIndex = from.isLoopIndex; in operator =()
H A Dast.h108 bool isLoopIndex = false; variable
H A Dbuilder.cpp795 if (param.isParameter || param.isLoopIndex) { in process_repContainer()
H A Dastreplacement.cpp104 if (!mParameters[i].isParameter && !mParameters[i].isLoopIndex) { in compile()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/ANGLE/
H A DChangeLog225 (ValidateLimitations::isLoopIndex):

12