Home
last modified time | relevance | path

Searched refs:GetImageSubresourceMap (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp200 auto sub_data = (*GetImageSubresourceMap()).find(image); in FindLayouts()
201 if (sub_data == (*GetImageSubresourceMap()).end()) return false; in FindLayouts()
267 auto &image_subresources = (*GetImageSubresourceMap())[image]; in SetGlobalLayout()
1502 (*GetImageSubresourceMap())[*pImage].push_back(subpair); in PostCallRecordCreateImage()
1534 …ed_map<VkImage, std::vector<ImageSubresourcePair>> *imageSubresourceMap = GetImageSubresourceMap(); in PreCallRecordDestroyImage()
Dcore_validation.h524 std::unordered_map<VkImage, std::vector<ImageSubresourcePair>>* GetImageSubresourceMap();
Dcore_validation.cpp5022 std::unordered_map<VkImage, std::vector<ImageSubresourcePair>> *CoreChecks::GetImageSubresourceMap(… in GetImageSubresourceMap() function in CoreChecks