Searched refs:FindLayout (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | buffer_validation.h | 44 bool FindLayout(const std::unordered_map<ImageSubresourcePair, IMAGE_LAYOUT_NODE> &imageLayoutMap, …
|
D | buffer_validation.cpp | 219 bool CoreChecks::FindLayout(const std::unordered_map<ImageSubresourcePair, IMAGE_LAYOUT_NODE> &imag… in FindLayout() function in CoreChecks 234 bool CoreChecks::FindLayout(layer_data *device_data, in FindLayout() function in CoreChecks 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() 3376 if (FindLayout(device_data, overlayLayoutMap, cb_image_data.first, imageLayout) || in ValidateCmdBufImageLayouts() [all …]
|
D | core_validation.h | 773 …bool FindLayout(layer_data* device_data, const std::unordered_map<ImageSubresourcePair, IMAGE_LAYO… 776 …bool FindLayout(const std::unordered_map<ImageSubresourcePair, IMAGE_LAYOUT_NODE>& imageLayoutMap,…
|