Lines Matching defs:count
31 SkASSERT(0 == fRenderPassArray.count());
32 SkASSERT(0 == fExternalRenderPasses.count());
33 SkASSERT(0 == fMSAALoadPipelines.count());
89 SkASSERT(1 == fDescriptorSetManagers.count());
93 SkASSERT(2 == fDescriptorSetManagers.count());
119 // target has (color, stencil) and the attachments format and sample count.
134 for (int i = 0; i < fRenderPassArray.count(); ++i) {
154 *compatibleHandle = CompatibleRPHandle(fRenderPassArray.count() - 1);
161 for (int i = 0; i < fExternalRenderPasses.count(); ++i) {
207 SkASSERT(compatibleHandle.isValid() && compatibleHandle.toIndex() < fRenderPassArray.count());
221 VkDescriptorType type, uint32_t count) {
222 return GrVkDescriptorPool::Create(fGpu, type, count);
290 for (int i = 0; i < fMSAALoadPipelines.count() && !pipeline; ++i) {
327 for (int i = 0; i < fDescriptorSetManagers.count(); ++i) {
337 *handle = GrVkDescriptorSetManager::Handle(fDescriptorSetManagers.count() - 1);
346 for (int i = 0; i < fDescriptorSetManagers.count(); ++i) {
356 *handle = GrVkDescriptorSetManager::Handle(fDescriptorSetManagers.count() - 1);
397 SkASSERT(managerIdx < fDescriptorSetManagers.count());
404 if (fAvailableCommandPools.count()) {
438 for (int i = fActiveCommandPools.count() - 1; fActiveCommandPools.count() && i >= 0; --i) {
454 for (int i = fActiveCommandPools.count() - 1; fActiveCommandPools.count() && i >= 0; --i) {
465 for (int i = 0; i < fActiveCommandPools.count(); ++i) {
482 for (int i = 0; i < fRenderPassArray.count(); ++i) {
487 for (int i = 0; i < fExternalRenderPasses.count(); ++i) {
522 for (int i = 0; i < fDescriptorSetManagers.count(); ++i) {
623 for (int i = 0; i < fRenderPasses.count(); ++i) {
624 int idx = (i + fLastReturnedIndex) % fRenderPasses.count();
636 fLastReturnedIndex = fRenderPasses.count() - 1;
641 for (int i = 0; i < fRenderPasses.count(); ++i) {