Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DUniform.h67 bool isAtomicCounter() const { return IsAtomicCounterType(type); } in isAtomicCounter()
DProgramLinkedResources.cpp424 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()
/external/angle/src/common/
Dutilities.h45 bool IsAtomicCounterType(GLenum type);
Dutilities.cpp601 bool IsAtomicCounterType(GLenum type) in IsAtomicCounterType() function
609 return IsImageType(type) || IsSamplerType(type) || IsAtomicCounterType(type); in IsOpaqueType()
/external/angle/src/compiler/translator/
DTranslatorMetalDirect.cpp753 if (uniform.active && gl::IsAtomicCounterType(uniform.type)) in translateImpl()
DTranslatorVulkan.cpp812 if (uniform.active && gl::IsAtomicCounterType(uniform.type)) in translateImpl()
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp2630 else if (gl::IsAtomicCounterType(uniform.type)) in defineUniformBase()