Searched refs:optimal_layout (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | buffer_validation.cpp | 1075 … VkImageLayout explicit_layout, VkImageLayout optimal_layout, const char *caller, in VerifyImageLayout() argument 1106 if ((VK_IMAGE_LAYOUT_UNDEFINED != optimal_layout) && (explicit_layout != optimal_layout)) { in VerifyImageLayout() 1114 … report_data->FormatHandle(image).c_str(), string_VkImageLayout(optimal_layout)); in VerifyImageLayout() 1122 string_VkImageLayout(optimal_layout)); in VerifyImageLayout() 1131 string_VkImageLayout(optimal_layout)); in VerifyImageLayout() 1138 … VkImageLayout optimal_layout, const char *caller, const char *layout_invalid_msg_code, in VerifyImageLayout() argument 1140 …geLayout(cb_node, image_state, RangeFromLayers(subLayers), explicit_layout, optimal_layout, caller, in VerifyImageLayout()
|
D | core_validation.h | 1333 … VkImageAspectFlags view_aspect, VkImageLayout explicit_layout, VkImageLayout optimal_layout, 1338 … VkImageLayout explicit_layout, VkImageLayout optimal_layout, const char* caller, 1340 …return VerifyImageLayout(cb_node, image_state, range, 0, explicit_layout, optimal_layout, caller, … 1345 …t VkImageSubresourceLayers& subLayers, VkImageLayout explicit_layout, VkImageLayout optimal_layout,
|