Lines Matching refs:GrVkGpu
19 class GrVkGpu; variable
30 static GrVkDescriptorSetManager* CreateUniformManager(GrVkGpu* gpu);
31 static GrVkDescriptorSetManager* CreateSamplerManager(GrVkGpu* gpu, VkDescriptorType type,
33 static GrVkDescriptorSetManager* CreateSamplerManager(GrVkGpu* gpu, VkDescriptorType type,
38 void release(GrVkGpu* gpu);
42 const GrVkDescriptorSet* getDescriptorSet(GrVkGpu* gpu, const Handle& handle);
60 bool getNewDescriptorSet(GrVkGpu* gpu, VkDescriptorSet* ds);
62 void freeGPUResources(GrVkGpu* gpu);
77 bool getNewPool(GrVkGpu* gpu);
80 static GrVkDescriptorSetManager* Create(GrVkGpu* gpu,
85 GrVkDescriptorSetManager(GrVkGpu* gpu,