Searched refs:IsImageLayoutReadOnly (Results 1 – 2 of 2) sorted by relevance
1019 bool IsImageLayoutReadOnly(VkImageLayout layout) const;
9898 bool CoreChecks::IsImageLayoutReadOnly(VkImageLayout layout) const { in IsImageLayoutReadOnly() function in CoreChecks9911 bool bImageLayoutReadOnly = IsImageLayoutReadOnly(layout); in CheckDependencyExists()9916 if (bImageLayoutReadOnly && IsImageLayoutReadOnly(sp.layout)) continue; in CheckDependencyExists()