Home
last modified time | relevance | path

Searched defs:descriptorCountPerType (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDescriptorSetAllocator.cpp30 std::map<VkDescriptorType, uint32_t> descriptorCountPerType) { in Create()
36 std::map<VkDescriptorType, uint32_t> descriptorCountPerType) in DescriptorSetAllocator()
DBindGroupLayoutVk.cpp127 std::map<VkDescriptorType, uint32_t> descriptorCountPerType; in Initialize() local