Home
last modified time | relevance | path

Searched refs:FindLayoutVerifyLayout (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp132 bool CoreChecks::FindLayoutVerifyLayout(layer_data const *device_data, ImageSubresourcePair imgpair… in FindLayoutVerifyLayout() function in CoreChecks
181 FindLayoutVerifyLayout(device_data, imgpair, layout, VK_IMAGE_ASPECT_COLOR_BIT); in FindGlobalLayout()
182 FindLayoutVerifyLayout(device_data, imgpair, layout, VK_IMAGE_ASPECT_DEPTH_BIT); in FindGlobalLayout()
183 FindLayoutVerifyLayout(device_data, imgpair, layout, VK_IMAGE_ASPECT_STENCIL_BIT); in FindGlobalLayout()
184 FindLayoutVerifyLayout(device_data, imgpair, layout, VK_IMAGE_ASPECT_METADATA_BIT); in FindGlobalLayout()
186 FindLayoutVerifyLayout(device_data, imgpair, layout, VK_IMAGE_ASPECT_PLANE_0_BIT_KHR); in FindGlobalLayout()
187 FindLayoutVerifyLayout(device_data, imgpair, layout, VK_IMAGE_ASPECT_PLANE_1_BIT_KHR); in FindGlobalLayout()
188 FindLayoutVerifyLayout(device_data, imgpair, layout, VK_IMAGE_ASPECT_PLANE_2_BIT_KHR); in FindGlobalLayout()
Dcore_validation.h763 …bool FindLayoutVerifyLayout(layer_data const* device_data, ImageSubresourcePair imgpair, VkImageLa…