Searched refs:ValidateBindImageMemory (Results 1 – 2 of 2) sorted by relevance
1025 bool ValidateBindImageMemory(const VkBindImageMemoryInfo& bindInfo, const char* api_name) const;
11918 bool CoreChecks::ValidateBindImageMemory(const VkBindImageMemoryInfo &bindInfo, const char *api_nam… in ValidateBindImageMemory() function in CoreChecks12033 return ValidateBindImageMemory(bindInfo, "vkBindImageMemory()"); in PreCallValidateBindImageMemory()12075 skip |= ValidateBindImageMemory(pBindInfos[i], api_name); in PreCallValidateBindImageMemory2()12086 skip |= ValidateBindImageMemory(pBindInfos[i], api_name); in PreCallValidateBindImageMemory2KHR()