Searched refs:mVkFormatDescriptorCountMap (Results 1 – 2 of 2) sorted by relevance
540 angle::HashMap<VkFormat, uint32_t> mVkFormatDescriptorCountMap; variable
781 mVkFormatDescriptorCountMap.clear(); in onDestroy()3273 if (mVkFormatDescriptorCountMap.count(format) == 0) in getFormatDescriptorCountForVkFormat()3298 mVkFormatDescriptorCountMap[format] = in getFormatDescriptorCountForVkFormat()3303 *descriptorCountOut = mVkFormatDescriptorCountMap[format]; in getFormatDescriptorCountForVkFormat()