Searched refs:mVkFormatDescriptorCountMap (Results 1 – 2 of 2) sorted by relevance
724 angle::HashMap<VkFormat, uint32_t> mVkFormatDescriptorCountMap; variable
1233 mVkFormatDescriptorCountMap.clear(); in onDestroy()4202 if (mVkFormatDescriptorCountMap.count(format) == 0) in getFormatDescriptorCountForVkFormat()4227 mVkFormatDescriptorCountMap[format] = in getFormatDescriptorCountForVkFormat()4232 *descriptorCountOut = mVkFormatDescriptorCountMap[format]; in getFormatDescriptorCountForVkFormat()