Searched refs:imgpair (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | buffer_validation.cpp | 52 …d CoreChecks::SetLayout(layer_data *device_data, GLOBAL_CB_NODE *pCB, ImageSubresourcePair imgpair, in SetLayout() argument 54 auto it = pCB->imageLayoutMap.find(imgpair); in SetLayout() 58 assert(imgpair.hasSubresource); in SetLayout() 60 if (!FindCmdBufLayout(device_data, pCB, imgpair.image, imgpair.subresource, node)) { in SetLayout() 63 SetLayout(device_data, pCB, imgpair, {node.initialLayout, layout}); in SetLayout() 70 ImageSubresourcePair imgpair = {image, true, range}; in SetLayout() local 71 SetLayout(device_data, pObject, imgpair, layout, VK_IMAGE_ASPECT_COLOR_BIT); in SetLayout() 72 SetLayout(device_data, pObject, imgpair, layout, VK_IMAGE_ASPECT_DEPTH_BIT); in SetLayout() 73 SetLayout(device_data, pObject, imgpair, layout, VK_IMAGE_ASPECT_STENCIL_BIT); in SetLayout() 74 SetLayout(device_data, pObject, imgpair, layout, VK_IMAGE_ASPECT_METADATA_BIT); in SetLayout() [all …]
|
D | buffer_validation.h | 44 …ordered_map<ImageSubresourcePair, IMAGE_LAYOUT_NODE> &imageLayoutMap, ImageSubresourcePair imgpair, 47 …ordered_map<ImageSubresourcePair, IMAGE_LAYOUT_NODE> &imageLayoutMap, ImageSubresourcePair imgpair,
|
D | core_validation.h | 502 …void SetLayout(layer_data* device_data, GLOBAL_CB_NODE* pCB, ImageSubresourcePair imgpair, const V… 503 void SetLayout(layer_data* device_data, GLOBAL_CB_NODE* pCB, ImageSubresourcePair imgpair, 505 …ordered_map<ImageSubresourcePair, IMAGE_LAYOUT_NODE>& imageLayoutMap, ImageSubresourcePair imgpair, 667 …void SetLayout(layer_data* device_data, OBJECT* pObject, ImageSubresourcePair imgpair, const LAYOU… 760 …tVerifyNode(layer_data const* device_data, GLOBAL_CB_NODE const* pCB, ImageSubresourcePair imgpair, 763 …bool FindLayoutVerifyLayout(layer_data const* device_data, ImageSubresourcePair imgpair, VkImageLa… 769 …bool FindGlobalLayout(layer_data* device_data, ImageSubresourcePair imgpair, VkImageLayout& layout… 774 ImageSubresourcePair imgpair, VkImageLayout& layout); 776 …ordered_map<ImageSubresourcePair, IMAGE_LAYOUT_NODE>& imageLayoutMap, ImageSubresourcePair imgpair, 779 …void SetGlobalLayout(layer_data* device_data, ImageSubresourcePair imgpair, const VkImageLayout& l…
|