Lines Matching refs:GrVkGpu
19 class GrVkGpu; variable
30 static GrVkDescriptorSetManager* CreateUniformManager(GrVkGpu* gpu);
31 static GrVkDescriptorSetManager* CreateSamplerManager(GrVkGpu* gpu, VkDescriptorType type,
35 static GrVkDescriptorSetManager* CreateZeroSamplerManager(GrVkGpu* gpu);
36 static GrVkDescriptorSetManager* CreateInputManager(GrVkGpu* gpu);
40 void release(GrVkGpu* gpu);
44 const GrVkDescriptorSet* getDescriptorSet(GrVkGpu* gpu, const Handle& handle);
62 bool getNewDescriptorSet(GrVkGpu* gpu, VkDescriptorSet* ds);
64 void freeGPUResources(GrVkGpu* gpu);
79 bool getNewPool(GrVkGpu* gpu);
82 static GrVkDescriptorSetManager* Create(GrVkGpu* gpu,
87 GrVkDescriptorSetManager(GrVkGpu* gpu,