Home
last modified time | relevance | path

Searched refs:setTypeCount (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkDescriptorPool.h25 void setTypeCount(VkDescriptorType type, uint8_t count);
DGrVkDescriptorPool.cpp77 void GrVkDescriptorPool::DescriptorTypeCounts::setTypeCount(VkDescriptorType type, uint8_t count) { in setTypeCount() function in GrVkDescriptorPool::DescriptorTypeCounts
DGrVkProgramBuilder.cpp290 typeCounts.setTypeCount(VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, 2); in finalize()
292 typeCounts.setTypeCount(VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, (uint8_t)numSamplers); in finalize()