Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DBaseTypes.h62 EbtGuardSamplerBegin, // non type: see implementation of IsSampler() enumerator
150 return type > EbtGuardSamplerBegin && type < EbtGuardSamplerEnd; in IsSampler()
/external/angle/src/compiler/translator/
DBaseTypes.h65 EbtGuardSamplerBegin, // non type: see implementation of IsSampler() enumerator
66 EbtSampler2D = EbtGuardSamplerBegin,
213 return type >= EbtGuardSamplerBegin && type <= EbtGuardSamplerEnd; in IsSampler()
DSymbolTable.cpp455 ASSERT(samplerType >= EbtGuardSamplerBegin && samplerType <= EbtGuardSamplerEnd); in initSamplerDefaultPrecision()