Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp3582 ImageSubresourcePair imgpair = {image, true, range}; in FindLayout() local
3583 auto imgsubIt = pCB->imageLayoutMap.find(imgpair); in FindLayout()
3585 imgpair = {image, false, VkImageSubresource()}; in FindLayout()
3586 imgsubIt = pCB->imageLayoutMap.find(imgpair); in FindLayout()
3595 bool FindLayout(const layer_data *my_data, ImageSubresourcePair imgpair, VkImageLayout &layout) { in FindLayout() argument
3596 auto imgsubIt = my_data->imageLayoutMap.find(imgpair); in FindLayout()
3598 imgpair = {imgpair.image, false, VkImageSubresource()}; in FindLayout()
3599 imgsubIt = my_data->imageLayoutMap.find(imgpair); in FindLayout()
3608 ImageSubresourcePair imgpair = {image, true, range}; in FindLayout() local
3609 return FindLayout(my_data, imgpair, layout); in FindLayout()
[all …]