Searched refs:IsAtomicCounterType (Results 1 – 7 of 7) sorted by relevance
67 bool isAtomicCounter() const { return IsAtomicCounterType(type); } in isAtomicCounter()
424 bool isAtomicCounter = IsAtomicCounterType(variable.type); in visitNamedVariable()903 IsAtomicCounterType(uniform.type) || uniform.isFragmentInOut) in indexUniforms()1087 IsAtomicCounterType(uniform.type), uniform.isFragmentInOut); in flattenUniformsAndCheckCapsForShader()1178 if (IsAtomicCounterType(uniform.type) && uniform.active) in checkMaxCombinedAtomicCounters()
45 bool IsAtomicCounterType(GLenum type);
601 bool IsAtomicCounterType(GLenum type) in IsAtomicCounterType() function609 return IsImageType(type) || IsSamplerType(type) || IsAtomicCounterType(type); in IsOpaqueType()
753 if (uniform.active && gl::IsAtomicCounterType(uniform.type)) in translateImpl()
812 if (uniform.active && gl::IsAtomicCounterType(uniform.type)) in translateImpl()
2630 else if (gl::IsAtomicCounterType(uniform.type)) in defineUniformBase()