Home
last modified time | relevance | path

Searched refs:ImageSubresourcePair (Results 1 – 5 of 5) sorted by relevance

/external/vulkan-validation-layers/layers/
Dbuffer_validation.h44 … FindLayout(const std::unordered_map<ImageSubresourcePair, IMAGE_LAYOUT_NODE> &imageLayoutMap, Ima…
47 void SetLayout(std::unordered_map<ImageSubresourcePair, IMAGE_LAYOUT_NODE> &imageLayoutMap, ImageSu…
Dcore_validation.h191 unordered_map<VkImage, std::vector<ImageSubresourcePair>> imageSubresourceMap;
192 unordered_map<ImageSubresourcePair, IMAGE_LAYOUT_NODE> imageLayoutMap;
502 …void SetLayout(layer_data* device_data, GLOBAL_CB_NODE* pCB, ImageSubresourcePair imgpair, const V…
503 void SetLayout(layer_data* device_data, GLOBAL_CB_NODE* pCB, ImageSubresourcePair imgpair,
505 …void SetLayout(std::unordered_map<ImageSubresourcePair, IMAGE_LAYOUT_NODE>& imageLayoutMap, ImageS…
524 std::unordered_map<VkImage, std::vector<ImageSubresourcePair>>* GetImageSubresourceMap();
525 std::unordered_map<ImageSubresourcePair, IMAGE_LAYOUT_NODE>* GetImageLayoutMap();
667 …void SetLayout(layer_data* device_data, OBJECT* pObject, ImageSubresourcePair imgpair, const LAYOU…
760 …tVerifyNode(layer_data const* device_data, GLOBAL_CB_NODE const* pCB, ImageSubresourcePair imgpair,
763 …bool FindLayoutVerifyLayout(layer_data const* device_data, ImageSubresourcePair imgpair, VkImageLa…
[all …]
Dcore_validation_types.h581 struct ImageSubresourcePair {
587 inline bool operator==(const ImageSubresourcePair &img1, const ImageSubresourcePair &img2) {
596 struct hash<ImageSubresourcePair> {
597 size_t operator()(ImageSubresourcePair img) const throw() {
1021 std::unordered_map<ImageSubresourcePair, IMAGE_CMD_BUF_LAYOUT_NODE> imageLayoutMap;
Dbuffer_validation.cpp52 void CoreChecks::SetLayout(layer_data *device_data, GLOBAL_CB_NODE *pCB, ImageSubresourcePair imgpa… in SetLayout()
70 ImageSubresourcePair imgpair = {image, true, range}; in SetLayout()
83 void CoreChecks::SetLayout(layer_data *device_data, OBJECT *pObject, ImageSubresourcePair imgpair, … in SetLayout()
92 void CoreChecks::SetLayout(std::unordered_map<ImageSubresourcePair, IMAGE_LAYOUT_NODE> &imageLayout… in SetLayout() argument
93 ImageSubresourcePair imgpair, VkImageLayout layout) { in SetLayout()
102 …tVerifyNode(layer_data const *device_data, GLOBAL_CB_NODE const *pCB, ImageSubresourcePair imgpair, in FindLayoutVerifyNode()
132 bool CoreChecks::FindLayoutVerifyLayout(layer_data const *device_data, ImageSubresourcePair imgpair… in FindLayoutVerifyLayout()
157 ImageSubresourcePair imgpair = {image, true, range}; in FindCmdBufLayout()
179 bool CoreChecks::FindGlobalLayout(layer_data *device_data, ImageSubresourcePair imgpair, VkImageLay… in FindGlobalLayout()
219 bool CoreChecks::FindLayout(const std::unordered_map<ImageSubresourcePair, IMAGE_LAYOUT_NODE> &imag… in FindLayout() argument
[all …]
Dcore_validation.cpp3114 unordered_map<ImageSubresourcePair, IMAGE_LAYOUT_NODE> localImageLayoutMap; in PreCallValidateQueueSubmit()
5022 std::unordered_map<VkImage, std::vector<ImageSubresourcePair>> *CoreChecks::GetImageSubresourceMap(… in GetImageSubresourceMap()
5026 std::unordered_map<ImageSubresourcePair, IMAGE_LAYOUT_NODE> *CoreChecks::GetImageLayoutMap() { retu… in GetImageLayoutMap()
11958 ImageSubresourcePair subpair = {pSwapchainImages[i], false, VkImageSubresource()}; in PostCallRecordGetSwapchainImagesKHR()