Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.cpp6602 bool useTextureGatherOffsetConstraints = isTextureGatherOffset || isTextureGatherOffsets; in checkTextureOffset() local
6605 useTextureGatherOffsetConstraints ? mMinProgramTextureGatherOffset : mMinProgramTexelOffset; in checkTextureOffset()
6607 useTextureGatherOffsetConstraints ? mMaxProgramTextureGatherOffset : mMaxProgramTexelOffset; in checkTextureOffset()