• Home
  • Raw
  • Download

Lines Matching refs:imageLayoutMap

54     auto it = pCB->imageLayoutMap.find(imgpair);  in SetLayout()
55 if (it != pCB->imageLayoutMap.end()) { in SetLayout()
92 … CoreChecks::SetLayout(std::unordered_map<ImageSubresourcePair, IMAGE_LAYOUT_NODE> &imageLayoutMap, in SetLayout() argument
94 auto it = imageLayoutMap.find(imgpair); in SetLayout()
95 if (it != imageLayoutMap.end()) { in SetLayout()
98 imageLayoutMap[imgpair].layout = layout; // Insert in SetLayout()
109 auto imgsubIt = pCB->imageLayoutMap.find(imgpair); in FindLayoutVerifyNode()
110 if (imgsubIt == pCB->imageLayoutMap.end()) { in FindLayoutVerifyNode()
170 auto imgsubIt = pCB->imageLayoutMap.find(imgpair); in FindCmdBufLayout()
171 if (imgsubIt == pCB->imageLayoutMap.end()) return false; in FindCmdBufLayout()
219 …ecks::FindLayout(const std::unordered_map<ImageSubresourcePair, IMAGE_LAYOUT_NODE> &imageLayoutMap, in FindLayout() argument
225 auto imgsubIt = imageLayoutMap.find(imgpair); in FindLayout()
226 if (imgsubIt == imageLayoutMap.end()) { in FindLayout()
235 … const std::unordered_map<ImageSubresourcePair, IMAGE_LAYOUT_NODE> &imageLayoutMap, in FindLayout() argument
238 FindLayout(imageLayoutMap, imgpair, layout, VK_IMAGE_ASPECT_COLOR_BIT); in FindLayout()
239 FindLayout(imageLayoutMap, imgpair, layout, VK_IMAGE_ASPECT_DEPTH_BIT); in FindLayout()
240 FindLayout(imageLayoutMap, imgpair, layout, VK_IMAGE_ASPECT_STENCIL_BIT); in FindLayout()
241 FindLayout(imageLayoutMap, imgpair, layout, VK_IMAGE_ASPECT_METADATA_BIT); in FindLayout()
243 FindLayout(imageLayoutMap, imgpair, layout, VK_IMAGE_ASPECT_PLANE_0_BIT_KHR); in FindLayout()
244 FindLayout(imageLayoutMap, imgpair, layout, VK_IMAGE_ASPECT_PLANE_1_BIT_KHR); in FindLayout()
245 FindLayout(imageLayoutMap, imgpair, layout, VK_IMAGE_ASPECT_PLANE_2_BIT_KHR); in FindLayout()
250 auto imgsubIt = imageLayoutMap.find(imgpair); in FindLayout()
251 if (imgsubIt == imageLayoutMap.end()) return false; in FindLayout()
277 auto it = pCB->imageLayoutMap.find(imgpair); in SetLayout()
278 if (it != pCB->imageLayoutMap.end()) { in SetLayout()
281 pCB->imageLayoutMap[imgpair] = node; // Insert in SetLayout()
3373 for (auto cb_image_data : pCB->imageLayoutMap) { in ValidateCmdBufImageLayouts()
3408 for (auto cb_image_data : pCB->imageLayoutMap) { in UpdateCmdBufImageLayouts()