Searched refs:optimal_layout (Results 1 – 2 of 2) sorted by relevance
1120 … VkImageSubresourceLayers subLayers, VkImageLayout explicit_layout, VkImageLayout optimal_layout, in VerifyImageLayout() argument1143 if ((VK_IMAGE_LAYOUT_UNDEFINED != optimal_layout) && (explicit_layout != optimal_layout)) { in VerifyImageLayout()1151 … report_data->FormatHandle(image).c_str(), string_VkImageLayout(optimal_layout)); in VerifyImageLayout()1159 string_VkImageLayout(optimal_layout)); in VerifyImageLayout()1168 string_VkImageLayout(optimal_layout)); in VerifyImageLayout()
725 … VkImageSubresourceLayers subLayers, VkImageLayout explicit_layout, VkImageLayout optimal_layout,