Home
last modified time | relevance | path

Searched refs:mVkFormatDescriptorCountMap (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DRendererVk.h540 angle::HashMap<VkFormat, uint32_t> mVkFormatDescriptorCountMap; variable
DRendererVk.cpp781 mVkFormatDescriptorCountMap.clear(); in onDestroy()
3273 if (mVkFormatDescriptorCountMap.count(format) == 0) in getFormatDescriptorCountForVkFormat()
3298 mVkFormatDescriptorCountMap[format] = in getFormatDescriptorCountForVkFormat()
3303 *descriptorCountOut = mVkFormatDescriptorCountMap[format]; in getFormatDescriptorCountForVkFormat()