Searched refs:currentPool (Results 1 – 2 of 2) sorted by relevance
19 int currentPool = 0; in GrVkDescriptorPool() local22 VkDescriptorPoolSize& poolSize = poolSizes.get()[currentPool++]; in GrVkDescriptorPool()27 SkASSERT(currentPool == numPools); in GrVkDescriptorPool()
805 EAS_INT currentPool; in VMUpdateMIPTable() local826 currentPool = -1; in VMUpdateMIPTable()838 if (pChannel->mip == currentMIP && currentPool != -1) in VMUpdateMIPTable()839 pChannel->pool = (EAS_U8) currentPool; in VMUpdateMIPTable()844 currentPool++; in VMUpdateMIPTable()845 pSynth->poolAlloc[currentPool] = (EAS_U8) (pChannel->mip - currentMIP); in VMUpdateMIPTable()