Home
last modified time | relevance | path

Searched refs:descCountPerSet (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkDescriptorSetManager.cpp69 uint32_t* descCountPerSet) { in get_layout_and_desc_count()
75 *descCountPerSet = 0; in get_layout_and_desc_count()
84 (*descCountPerSet) += gpu->vkCaps().ycbcrCombinedImageSamplerDescriptorCount(); in get_layout_and_desc_count()
87 (*descCountPerSet)++; in get_layout_and_desc_count()
148 *descCountPerSet = kUniformDescPerSet; in get_layout_and_desc_count()
182 *descCountPerSet = kInputDescPerSet; in get_layout_and_desc_count()
200 uint32_t descCountPerSet; in Create() local
202 &descCountPerSet)) { in Create()
205 return new GrVkDescriptorSetManager(gpu, type, descSetLayout, descCountPerSet, visibilities, in Create()
211 uint32_t descCountPerSet, cons in GrVkDescriptorSetManager()
64 get_layout_and_desc_count(GrVkGpu* gpu, VkDescriptorType type, const SkTArray<uint32_t>& visibilities, const SkTArray<const GrVkSampler*>& immutableSamplers, VkDescriptorSetLayout* descSetLayout, uint32_t* descCountPerSet) get_layout_and_desc_count() argument
209 GrVkDescriptorSetManager( GrVkGpu* gpu, VkDescriptorType type, VkDescriptorSetLayout descSetLayout, uint32_t descCountPerSet, const SkTArray<uint32_t>& visibilities, const SkTArray<const GrVkSampler*>& immutableSamplers) GrVkDescriptorSetManager() argument
298 DescriptorPoolManager( VkDescriptorSetLayout layout, VkDescriptorType type, uint32_t descCountPerSet) DescriptorPoolManager() argument
[all...]
H A DGrVkDescriptorSetManager.h55 uint32_t descCountPerSet);
88 VkDescriptorType, VkDescriptorSetLayout, uint32_t descCountPerSet,

Completed in 2 milliseconds