Home | History | Annotate | Download | only in vk

Lines Matching refs:GrVkGpu

19 class GrVkGpu;
30 static GrVkDescriptorSetManager* CreateUniformManager(GrVkGpu* gpu);
31 static GrVkDescriptorSetManager* CreateSamplerManager(GrVkGpu* gpu, VkDescriptorType type,
33 static GrVkDescriptorSetManager* CreateSamplerManager(GrVkGpu* gpu, VkDescriptorType type,
39 void release(GrVkGpu* gpu);
43 const GrVkDescriptorSet* getDescriptorSet(GrVkGpu* gpu, const Handle& handle);
53 DescriptorPoolManager(VkDescriptorType type, GrVkGpu* gpu,
63 void getNewDescriptorSet(GrVkGpu* gpu, VkDescriptorSet* ds);
65 void freeGPUResources(GrVkGpu* gpu);
82 void getNewPool(GrVkGpu* gpu);
85 GrVkDescriptorSetManager(GrVkGpu* gpu,