SamplerObjectTypeKind 93 core/Sampler.h REALLY_INLINE SamplerObjectTypeKind sotGetKind(SamplerObjectType sot) SamplerObjectTypeKind 95 core/Sampler.h return SamplerObjectTypeKind(uintptr_t(sot) & 7); SamplerObjectTypeKind 113 core/Sampler.h SamplerObjectTypeKind const sk = sotGetKind(sot);