Home
last modified time | relevance | path

Searched refs:isTextureGatherOffset (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A DParseContext_ESSL_autogen.h56 bool isTextureGatherOffset(const TFunction *func) in isTextureGatherOffset() function
H A DParseContext_complete_autogen.h56 bool isTextureGatherOffset(const TFunction *func) in isTextureGatherOffset() function
H A DParseContext.cpp5737 BuiltInGroup::isTextureGatherOffset(func) || BuiltInGroup::isTextureGatherOffsets(func); in checkTextureGather()
5824 bool isTextureGatherOffset = BuiltInGroup::isTextureGatherOffset(func); in checkTextureOffset() local
5826 bool useTextureGatherOffsetConstraints = isTextureGatherOffset || isTextureGatherOffsets; in checkTextureOffset()
5879 bool offsetMustBeConst = !isTextureGatherOffset || textureGatherOffsetMustBeConst; in checkTextureOffset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A DParseContext_complete_autogen.h56 bool isTextureGatherOffset(const TFunction *func) in isTextureGatherOffset() function
H A DParseContext_ESSL_autogen.h56 bool isTextureGatherOffset(const TFunction *func) in isTextureGatherOffset() function
H A DParseContext.cpp5823 BuiltInGroup::isTextureGatherOffset(func) || BuiltInGroup::isTextureGatherOffsets(func); in checkTextureGather()
5910 bool isTextureGatherOffset = BuiltInGroup::isTextureGatherOffset(func); in checkTextureOffset() local
5912 bool useTextureGatherOffsetConstraints = isTextureGatherOffset || isTextureGatherOffsets; in checkTextureOffset()
5965 bool offsetMustBeConst = !isTextureGatherOffset || textureGatherOffsetMustBeConst; in checkTextureOffset()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DParseContext_ESSL_autogen.h41 bool isTextureGatherOffset(const TFunction *func) in isTextureGatherOffset() function
H A DParseContext_complete_autogen.h41 bool isTextureGatherOffset(const TFunction *func) in isTextureGatherOffset() function
H A DParseContext.cpp6428 BuiltInGroup::isTextureGatherOffset(func) || BuiltInGroup::isTextureGatherOffsets(func); in checkTextureGather()
6515 bool isTextureGatherOffset = BuiltInGroup::isTextureGatherOffset(func); in checkTextureOffset() local
6517 bool useTextureGatherOffsetConstraints = isTextureGatherOffset || isTextureGatherOffsets; in checkTextureOffset()
6570 bool offsetMustBeConst = !isTextureGatherOffset || textureGatherOffsetMustBeConst; in checkTextureOffset()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/
H A DParseContext_complete_autogen.h56 bool isTextureGatherOffset(const TFunction *func) in isTextureGatherOffset() function
H A DParseContext_ESSL_autogen.h56 bool isTextureGatherOffset(const TFunction *func) in isTextureGatherOffset() function
H A DParseContext.cpp5823 BuiltInGroup::isTextureGatherOffset(func) || BuiltInGroup::isTextureGatherOffsets(func); in checkTextureGather()
5910 bool isTextureGatherOffset = BuiltInGroup::isTextureGatherOffset(func); in checkTextureOffset() local
5912 bool useTextureGatherOffsetConstraints = isTextureGatherOffset || isTextureGatherOffsets; in checkTextureOffset()
5965 bool offsetMustBeConst = !isTextureGatherOffset || textureGatherOffsetMustBeConst; in checkTextureOffset()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/
H A DParseContext_complete_autogen.h41 bool isTextureGatherOffset(const TFunction *func) in isTextureGatherOffset() function
H A DParseContext_ESSL_autogen.h41 bool isTextureGatherOffset(const TFunction *func) in isTextureGatherOffset() function
H A DParseContext.cpp6428 BuiltInGroup::isTextureGatherOffset(func) || BuiltInGroup::isTextureGatherOffsets(func); in checkTextureGather()
6515 bool isTextureGatherOffset = BuiltInGroup::isTextureGatherOffset(func); in checkTextureOffset() local
6517 bool useTextureGatherOffsetConstraints = isTextureGatherOffset || isTextureGatherOffsets; in checkTextureOffset()
6570 bool offsetMustBeConst = !isTextureGatherOffset || textureGatherOffsetMustBeConst; in checkTextureOffset()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DParseContext_ESSL_autogen.h41 bool isTextureGatherOffset(const TFunction *func) in isTextureGatherOffset() function
H A DParseContext_complete_autogen.h41 bool isTextureGatherOffset(const TFunction *func) in isTextureGatherOffset() function
H A DParseContext.cpp6428 BuiltInGroup::isTextureGatherOffset(func) || BuiltInGroup::isTextureGatherOffsets(func); in checkTextureGather()
6515 bool isTextureGatherOffset = BuiltInGroup::isTextureGatherOffset(func); in checkTextureOffset() local
6517 bool useTextureGatherOffsetConstraints = isTextureGatherOffset || isTextureGatherOffsets; in checkTextureOffset()
6570 bool offsetMustBeConst = !isTextureGatherOffset || textureGatherOffsetMustBeConst; in checkTextureOffset()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DParseContext.cpp5502 bool isTextureGatherOffset = (name == "textureGatherOffset"); in checkTextureGather() local
5503 if (isTextureGather || isTextureGatherOffset) in checkTextureGather()
5519 (isTextureGatherOffset && arguments->size() == 4u)) in checkTextureGather()
5527 ASSERT(!isTextureGatherOffset); in checkTextureGather()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DParseContext.cpp5502 bool isTextureGatherOffset = (name == "textureGatherOffset"); in checkTextureGather() local
5503 if (isTextureGather || isTextureGatherOffset) in checkTextureGather()
5519 (isTextureGatherOffset && arguments->size() == 4u)) in checkTextureGather()
5527 ASSERT(!isTextureGatherOffset); in checkTextureGather()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DParseContext.cpp5502 bool isTextureGatherOffset = (name == "textureGatherOffset"); in checkTextureGather() local
5503 if (isTextureGather || isTextureGatherOffset) in checkTextureGather()
5519 (isTextureGatherOffset && arguments->size() == 4u)) in checkTextureGather()
5527 ASSERT(!isTextureGatherOffset); in checkTextureGather()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DParseContext.cpp5502 bool isTextureGatherOffset = (name == "textureGatherOffset"); in checkTextureGather() local
5503 if (isTextureGather || isTextureGatherOffset) in checkTextureGather()
5519 (isTextureGatherOffset && arguments->size() == 4u)) in checkTextureGather()
5527 ASSERT(!isTextureGatherOffset); in checkTextureGather()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DParseContext.cpp5502 bool isTextureGatherOffset = (name == "textureGatherOffset"); in checkTextureGather() local
5503 if (isTextureGather || isTextureGatherOffset) in checkTextureGather()
5519 (isTextureGatherOffset && arguments->size() == 4u)) in checkTextureGather()
5527 ASSERT(!isTextureGatherOffset); in checkTextureGather()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DParseContext.cpp5502 bool isTextureGatherOffset = (name == "textureGatherOffset"); in checkTextureGather() local
5503 if (isTextureGather || isTextureGatherOffset) in checkTextureGather()
5519 (isTextureGatherOffset && arguments->size() == 4u)) in checkTextureGather()
5527 ASSERT(!isTextureGatherOffset); in checkTextureGather()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DParseContext.cpp5502 bool isTextureGatherOffset = (name == "textureGatherOffset"); in checkTextureGather() local
5503 if (isTextureGather || isTextureGatherOffset) in checkTextureGather()
5519 (isTextureGatherOffset && arguments->size() == 4u)) in checkTextureGather()
5527 ASSERT(!isTextureGatherOffset); in checkTextureGather()

12