Searched refs:mVkFormatDescriptorCountMap (Results 1 – 2 of 2) sorted by relevance
1821 mVkFormatDescriptorCountMap.clear(); in onDestroy()6699 if (mVkFormatDescriptorCountMap.count(format) == 0) in getFormatDescriptorCountForVkFormat()6724 mVkFormatDescriptorCountMap[format] = in getFormatDescriptorCountForVkFormat()6729 *descriptorCountOut = mVkFormatDescriptorCountMap[format]; in getFormatDescriptorCountForVkFormat()
1038 angle::HashMap<VkFormat, uint32_t> mVkFormatDescriptorCountMap; variable