Lines Matching refs:GrVkDescriptorSetManager
89 GrVkDescriptorSetManager* dsm = GrVkDescriptorSetManager::CreateUniformManager(fGpu); in init()
92 fUniformDSHandle = GrVkDescriptorSetManager::Handle(0); in init()
268 GrVkDescriptorSetManager::Handle* handle) { in getSamplerDescriptorSetHandle()
274 *handle = GrVkDescriptorSetManager::Handle(i); in getSamplerDescriptorSetHandle()
279 GrVkDescriptorSetManager* dsm = GrVkDescriptorSetManager::CreateSamplerManager(fGpu, type, in getSamplerDescriptorSetHandle()
282 *handle = GrVkDescriptorSetManager::Handle(fDescriptorSetManagers.count() - 1); in getSamplerDescriptorSetHandle()
287 GrVkDescriptorSetManager::Handle* handle) { in getSamplerDescriptorSetHandle()
293 *handle = GrVkDescriptorSetManager::Handle(i); in getSamplerDescriptorSetHandle()
298 GrVkDescriptorSetManager* dsm = GrVkDescriptorSetManager::CreateSamplerManager(fGpu, type, in getSamplerDescriptorSetHandle()
301 *handle = GrVkDescriptorSetManager::Handle(fDescriptorSetManagers.count() - 1); in getSamplerDescriptorSetHandle()
310 const GrVkDescriptorSetManager::Handle& handle) const { in getSamplerDSLayout()
322 const GrVkDescriptorSetManager::Handle& handle) { in getSamplerDescriptorSet()
328 const GrVkDescriptorSetManager::Handle& handle) { in recycleDescriptorSet()