Home | History | Annotate | Download | only in vk

Lines Matching refs:gpu

29     static GrVkDescriptorSetManager* CreateUniformManager(GrVkGpu* gpu);
30 static GrVkDescriptorSetManager* CreateSamplerManager(GrVkGpu* gpu, VkDescriptorType type,
32 static GrVkDescriptorSetManager* CreateSamplerManager(GrVkGpu* gpu, VkDescriptorType type,
38 void release(const GrVkGpu* gpu);
42 const GrVkDescriptorSet* getDescriptorSet(GrVkGpu* gpu, const Handle& handle);
52 DescriptorPoolManager(VkDescriptorType type, GrVkGpu* gpu,
61 void getNewDescriptorSet(GrVkGpu* gpu, VkDescriptorSet* ds);
63 void freeGPUResources(const GrVkGpu* gpu);
80 void getNewPool(GrVkGpu* gpu);
83 GrVkDescriptorSetManager(GrVkGpu* gpu,