Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTranslatorVulkan.cpp792 int removedUniformsCount; in translateImpl() local
797 RewriteStructSamplersOld(this, root, &getSymbolTable(), &removedUniformsCount); in translateImpl()
802 RewriteStructSamplers(this, root, &getSymbolTable(), &removedUniformsCount); in translateImpl()
809 defaultUniformCount -= removedUniformsCount; in translateImpl()
/external/angle/src/compiler/translator/tree_ops/
DRewriteStructSamplersOld.cpp98 int removedUniformsCount() const { return mRemovedUniformsCount; } in removedUniformsCount() function in sh::__anonf793e97a0111::Traverser
702 *removedUniformsCountOut = rewriteStructSamplers.removedUniformsCount(); in RewriteStructSamplersOld()
DRewriteStructSamplers.cpp318 int removedUniformsCount() const { return mRemovedUniformsCount; } in removedUniformsCount() function in sh::__anon63ec13db0111::Traverser
1216 *removedUniformsCountOut = rewriteStructSamplers.removedUniformsCount(); in RewriteStructSamplers()