Lines Matching refs:GrVkCommandPool
399 GrVkCommandPool* GrVkResourceProvider::findOrCreateCommandPool() { in findOrCreateCommandPool()
401 GrVkCommandPool* result; in findOrCreateCommandPool()
406 result = GrVkCommandPool::Create(fGpu); in findOrCreateCommandPool()
413 for (const GrVkCommandPool* pool : fActiveCommandPools) { in findOrCreateCommandPool()
416 for (const GrVkCommandPool* pool : fAvailableCommandPools) { in findOrCreateCommandPool()
437 GrVkCommandPool* pool = fActiveCommandPools[i]; in checkCommandBuffers()
453 GrVkCommandPool* pool = fActiveCommandPools[i]; in forceSyncAllCommandBuffers()
464 GrVkCommandPool* pool = fActiveCommandPools[i]; in addFinishedProcToActiveCommandBuffers()
502 for (GrVkCommandPool* pool : fActiveCommandPools) { in destroyResources()
510 for (GrVkCommandPool* pool : fAvailableCommandPools) { in destroyResources()
529 for (GrVkCommandPool* pool : fAvailableCommandPools) { in releaseUnlockedBackendObjects()
536 void GrVkResourceProvider::backgroundReset(GrVkCommandPool* pool) { in backgroundReset()
557 void GrVkResourceProvider::reset(GrVkCommandPool* pool) { in reset()