Lines Matching refs:ImageSubresourcePair
749 struct ImageSubresourcePair {
755 bool operator==(const ImageSubresourcePair &img1, const ImageSubresourcePair &img2) {
764 template <> struct hash<ImageSubresourcePair> {
765 size_t operator()(ImageSubresourcePair img) const throw() {
863 unordered_map<ImageSubresourcePair, IMAGE_CMD_BUF_LAYOUT_NODE> imageLayoutMap;
864 unordered_map<VkImage, vector<ImageSubresourcePair>> imageSubresourceMap;