Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp9907 bool CoreChecks::CheckDependencyExists(const uint32_t subpass, const VkImageLayout layout, in CheckDependencyExists() function in CoreChecks
10081CheckDependencyExists(i, subpass.pInputAttachments[j].layout, attachments[attachment].outputs, sub… in ValidateDependencies()
10087CheckDependencyExists(i, subpass.pColorAttachments[j].layout, attachments[attachment].outputs, sub… in ValidateDependencies()
10088CheckDependencyExists(i, subpass.pColorAttachments[j].layout, attachments[attachment].inputs, subp… in ValidateDependencies()
10092CheckDependencyExists(i, subpass.pDepthStencilAttachment->layout, attachments[attachment].outputs,… in ValidateDependencies()
10094CheckDependencyExists(i, subpass.pDepthStencilAttachment->layout, attachments[attachment].inputs, … in ValidateDependencies()
Dcore_validation.h1020 bool CheckDependencyExists(const uint32_t subpass, const VkImageLayout layout,