Lines Matching refs:poolCount
215 pSynth->poolCount[pool]++; in IncVoicePoolCount()
248 pSynth->poolCount[pool]--; in DecVoicePoolCount()
468 pSynth->poolCount[i] = 0; in VMReset()
738 pSynth->poolCount[i] = 0; in VMMIPUpdateChannelMuting()
779 pSynth->poolCount[pool]++; in VMMIPUpdateChannelMuting()
785 pSynth->poolCount[pool]++; in VMMIPUpdateChannelMuting()
1649 if (pSynth->poolCount[pChannel->pool] != 0) in VMStartVoice()
2079 if (pSynth->poolCount[pChannel->pool] >= pSynth->poolAlloc[pChannel->pool]) in VMStealVoice()
2080 …currentPriority += (pSynth->poolCount[pChannel->pool] -pSynth->poolAlloc[pChannel->pool] + 1) << C… in VMStealVoice()
3860 EAS_INT poolCount[MAX_VIRTUAL_SYNTHESIZERS][NUM_SYNTH_CHANNELS]; in VMSanityCheck() local
3865 EAS_HWMemSet(poolCount, 0, sizeof(poolCount)); in VMSanityCheck()
3901 poolCount[vSynthNum][pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool]++; in VMSanityCheck()
3908 poolCount[vSynthNum][pSynth->channels[GET_CHANNEL(pVoice->channel)].pool]++; in VMSanityCheck()
3914 poolCount[vSynthNum][pSynth->channels[GET_CHANNEL(pVoice->channel)].pool]++; in VMSanityCheck()
3958 if (poolCount[i][j] != pEASData->pVoiceMgr->pSynth[i]->poolCount[j]) in VMSanityCheck()