Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp159 ImageSubresourcePair imgpair = {image, true, range}; in SetLayout() local
160 SetLayout(pObject, imgpair, layout, VK_IMAGE_ASPECT_COLOR_BIT); in SetLayout()
161 SetLayout(pObject, imgpair, layout, VK_IMAGE_ASPECT_DEPTH_BIT); in SetLayout()
162 SetLayout(pObject, imgpair, layout, VK_IMAGE_ASPECT_STENCIL_BIT); in SetLayout()
163 SetLayout(pObject, imgpair, layout, VK_IMAGE_ASPECT_METADATA_BIT); in SetLayout()
165 SetLayout(pObject, imgpair, layout, VK_IMAGE_ASPECT_PLANE_0_BIT_KHR); in SetLayout()
166 SetLayout(pObject, imgpair, layout, VK_IMAGE_ASPECT_PLANE_1_BIT_KHR); in SetLayout()
167 SetLayout(pObject, imgpair, layout, VK_IMAGE_ASPECT_PLANE_2_BIT_KHR); in SetLayout()
172 void CoreChecks::SetLayout(OBJECT *pObject, ImageSubresourcePair imgpair, const LAYOUT &layout, VkI… in SetLayout() argument
173 if (imgpair.subresource.aspectMask & aspectMask) { in SetLayout()
[all …]
Dcore_validation.h1091 …static void SetLayout(ImageSubresPairLayoutMap& imageLayoutMap, ImageSubresourcePair imgpair, VkIm…
1276 …void SetLayout(OBJECT* pObject, ImageSubresourcePair imgpair, const LAYOUT& layout, VkImageAspectF…
1375 …bool FindLayoutVerifyLayout(ImageSubresourcePair imgpair, VkImageLayout& layout, const VkImageAspe…
1377 bool FindGlobalLayout(ImageSubresourcePair imgpair, VkImageLayout& layout);
1381 …bool FindLayout(const ImageSubresPairLayoutMap& imageLayoutMap, ImageSubresourcePair imgpair, VkIm…
1383 …out(const ImageSubresPairLayoutMap& imageLayoutMap, ImageSubresourcePair imgpair, VkImageLayout& l…
1386 void SetGlobalLayout(ImageSubresourcePair imgpair, const VkImageLayout& layout);