Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DOperator_autogen.h489 static inline bool IsTextureGatherOffset(TOperator op) in IsTextureGatherOffset() function
DParseContext.cpp6452 BuiltInGroup::IsTextureGatherOffset(op) || BuiltInGroup::IsTextureGatherOffsets(op); in checkTextureGather()
6541 bool isTextureGatherOffset = BuiltInGroup::IsTextureGatherOffset(op); in checkTextureOffset()
DOutputSPIRV.cpp3260 if (BuiltInGroup::IsTextureGatherOffset(op)) in createImageTextureBuiltIn()