Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.cpp6600 bool isTextureGatherOffset = BuiltInGroup::IsTextureGatherOffset(op); in checkTextureOffset() local
6602 bool useTextureGatherOffsetConstraints = isTextureGatherOffset || isTextureGatherOffsets; in checkTextureOffset()
6657 bool offsetMustBeConst = !isTextureGatherOffset || textureGatherOffsetMustBeConst; in checkTextureOffset()