Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DParseContext.cpp6596 bool offsetMustBeConst = !isTextureGatherOffset || textureGatherOffsetMustBeConst; in checkTextureOffset() local
6598 if (!isOffsetConst && offsetMustBeConst) in checkTextureOffset()
6608 ASSERT(!offsetMustBeConst); in checkTextureOffset()