Searched refs:numFragmentProcessors (Results 1 – 12 of 12) sorted by relevance
37 return this->numFragmentProcessors() - fColorFragmentProcessorCnt; in numCoverageFragmentProcessors()151 for (int i = 0; i < this->numFragmentProcessors(); ++i) { in visitProxies()162 int numFragmentProcessors() const { in numFragmentProcessors() function
99 if (this->numFragmentProcessors()) { in dumpProcessors()136 int fpCount = this->numFragmentProcessors(); in operator ==()137 if (((fFlags ^ that.fFlags) & ~kFinalized_Flag) || fpCount != that.numFragmentProcessors() || in operator ==()
115 int numFragmentProcessors() const { return fFragmentProcessors.count(); } in numFragmentProcessors() function
222 for (int i = 0; i < pipeline.numFragmentProcessors(); ++i) { in Build()
480 for (int i = pipeline.numFragmentProcessors() - 1; i >= 0; --i) { in Iter()
38 return this->numFragmentProcessors() - fColorFragmentProcessorCnt; in numCoverageFragmentProcessors()156 for (int i = 0; i < this->numFragmentProcessors(); ++i) { in visitProxies()167 int numFragmentProcessors() const { in numFragmentProcessors() function
100 if (this->numFragmentProcessors()) { in dumpProcessors()137 int fpCount = this->numFragmentProcessors(); in operator ==()138 if (((fFlags ^ that.fFlags) & ~kFinalized_Flag) || fpCount != that.numFragmentProcessors() || in operator ==()
116 int numFragmentProcessors() const { return fFragmentProcessors.count(); } in numFragmentProcessors() function
209 for (int i = 0; i < pipeline.numFragmentProcessors(); ++i) { in Build()
400 for (int i = pipeline.numFragmentProcessors() - 1; i >= 0; --i) { in Iter()
144 for (int i = 0; i < this->pipeline().numFragmentProcessors(); ++i) { in emitAndInstallFragProcs()
143 for (int i = 0; i < this->pipeline().numFragmentProcessors(); ++i) { in emitAndInstallFragProcs()