Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DBaseTypes.h80 EbtGuardSamplerEnd, // non type: see implementation of IsSampler() enumerator
150 return type > EbtGuardSamplerBegin && type < EbtGuardSamplerEnd; in IsSampler()