HomeSort by relevance Sort by last modified time
    Searched refs:GrVkDescriptorPool (Results 1 - 8 of 8) sorted by null

  /external/skia/src/gpu/vk/
GrVkDescriptorSet.h 15 class GrVkDescriptorPool;
21 GrVkDescriptorPool* pool,
40 SkDEBUGCODE(mutable) GrVkDescriptorPool* fPool;
GrVkDescriptorPool.cpp 8 #include "GrVkDescriptorPool.h"
14 GrVkDescriptorPool::GrVkDescriptorPool(const GrVkGpu* gpu, VkDescriptorType type, uint32_t count)
39 bool GrVkDescriptorPool::isCompatible(VkDescriptorType type, uint32_t count) const {
43 void GrVkDescriptorPool::reset(const GrVkGpu* gpu) {
47 void GrVkDescriptorPool::freeGPUData(const GrVkGpu* gpu) const {
GrVkDescriptorPool.h 22 class GrVkDescriptorPool : public GrVkResource {
24 GrVkDescriptorPool(const GrVkGpu* gpu, VkDescriptorType type, uint32_t count);
36 SkDebugf("GrVkDescriptorPool: %d, type %d (%d refs)\n", fDescPool, fType,
GrVkDescriptorSet.cpp 10 #include "GrVkDescriptorPool.h"
15 GrVkDescriptorPool* pool,
GrVkDescriptorSetManager.h 12 #include "GrVkDescriptorPool.h"
75 GrVkDescriptorPool* fPool;
GrVkPipelineState.h 23 class GrVkDescriptorPool;
134 GrVkDescriptorPool* fPool;
GrVkResourceProvider.h 13 #include "GrVkDescriptorPool.h"
92 // Finds or creates a compatible GrVkDescriptorPool for the requested type and count.
96 // the GrVkDescriptorPool, the ability to reset pools, and the ability to purge pools out
98 GrVkDescriptorPool* findOrCreateCompatibleDescriptorPool(VkDescriptorType type, uint32_t count);
GrVkResourceProvider.cpp 161 GrVkDescriptorPool* GrVkResourceProvider::findOrCreateCompatibleDescriptorPool(
163 return new GrVkDescriptorPool(fGpu, type, count);

Completed in 4779 milliseconds