Home
last modified time | relevance | path

Searched refs:GrVkDescriptorPool (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkDescriptorPool.cpp14 GrVkDescriptorPool::GrVkDescriptorPool(const GrVkGpu* gpu, const DescriptorTypeCounts& typeCounts) in GrVkDescriptorPool() function in GrVkDescriptorPool
44 bool GrVkDescriptorPool::isCompatible(const DescriptorTypeCounts& typeCounts) const { in isCompatible()
48 void GrVkDescriptorPool::reset(const GrVkGpu* gpu) { in reset()
52 void GrVkDescriptorPool::freeGPUData(const GrVkGpu* gpu) const { in freeGPUData()
60 int GrVkDescriptorPool::DescriptorTypeCounts::numPoolSizes() const { in numPoolSizes()
68 bool GrVkDescriptorPool::DescriptorTypeCounts::isSuperSet(const DescriptorTypeCounts& that) const { in isSuperSet()
77 void GrVkDescriptorPool::DescriptorTypeCounts::setTypeCount(VkDescriptorType type, uint8_t count) { in setTypeCount()
DGrVkDescriptorPool.h17 class GrVkDescriptorPool : public GrVkResource {
33 friend class GrVkDescriptorPool; variable
36 explicit GrVkDescriptorPool(const GrVkGpu* gpu, const DescriptorTypeCounts& typeCounts);
DGrVkProgram.h21 class GrVkDescriptorPool; variable
58 GrVkDescriptorPool* descriptorPool,
116 GrVkDescriptorPool* fDescriptorPool;
DGrVkResourceProvider.cpp60 GrVkDescriptorPool* GrVkResourceProvider::findOrCreateCompatibleDescriptorPool( in findOrCreateCompatibleDescriptorPool()
61 const GrVkDescriptorPool::DescriptorTypeCounts& typeCounts) { in findOrCreateCompatibleDescriptorPool()
62 return new GrVkDescriptorPool(fGpu, typeCounts); in findOrCreateCompatibleDescriptorPool()
DGrVkResourceProvider.h52 GrVkDescriptorPool* findOrCreateCompatibleDescriptorPool(
53 const GrVkDescriptorPool::DescriptorTypeCounts& typeCounts);
DGrVkProgramBuilder.cpp289 GrVkDescriptorPool::DescriptorTypeCounts typeCounts; in finalize()
293 GrVkDescriptorPool* descriptorPool = in finalize()
DGrVkProgram.cpp28 GrVkDescriptorPool* descriptorPool, in GrVkProgram()
/external/skia/gyp/
Dgpu.gypi444 '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.cpp',
445 '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.h',