Searched refs:CheckDependencyExists (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 9907 bool CoreChecks::CheckDependencyExists(const uint32_t subpass, const VkImageLayout layout, in CheckDependencyExists() function in CoreChecks 10081 …CheckDependencyExists(i, subpass.pInputAttachments[j].layout, attachments[attachment].outputs, sub… in ValidateDependencies() 10087 …CheckDependencyExists(i, subpass.pColorAttachments[j].layout, attachments[attachment].outputs, sub… in ValidateDependencies() 10088 …CheckDependencyExists(i, subpass.pColorAttachments[j].layout, attachments[attachment].inputs, subp… in ValidateDependencies() 10092 …CheckDependencyExists(i, subpass.pDepthStencilAttachment->layout, attachments[attachment].outputs,… in ValidateDependencies() 10094 …CheckDependencyExists(i, subpass.pDepthStencilAttachment->layout, attachments[attachment].inputs, … in ValidateDependencies()
|
D | core_validation.h | 1020 bool CheckDependencyExists(const uint32_t subpass, const VkImageLayout layout,
|