Home
last modified time | relevance | path

Searched refs:vkDS (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/vk/
DGrVkDescriptorSetManager.cpp86 VkDescriptorSet vkDS; in getDescriptorSet() local
87 fPoolManager.getNewDescriptorSet(gpu, &vkDS); in getDescriptorSet()
89 ds = new GrVkDescriptorSet(vkDS, fPoolManager.fPool, handle); in getDescriptorSet()
/third_party/skia/src/gpu/vk/
DGrVkDescriptorSetManager.cpp234 VkDescriptorSet vkDS; in getDescriptorSet() local
235 if (!fPoolManager.getNewDescriptorSet(gpu, &vkDS)) { in getDescriptorSet()
239 ds = new GrVkDescriptorSet(gpu, vkDS, fPoolManager.fPool, handle); in getDescriptorSet()