Searched refs:explicit_layout (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/freedreno/fdl/ |
D | fd6_layout.c | 102 struct fdl_explicit_layout *explicit_layout) in fdl6_layout() argument 153 if (!explicit_layout) in fdl6_layout() 162 if (explicit_layout) { in fdl6_layout() 163 offset = explicit_layout->offset; in fdl6_layout() 164 layout->pitch0 = explicit_layout->pitch; in fdl6_layout()
|
/external/vulkan-validation-layers/layers/ |
D | buffer_validation.cpp | 1075 … VkImageLayout explicit_layout, VkImageLayout optimal_layout, const char *caller, in VerifyImageLayout() argument 1087 …auto subresource_cb = [this, explicit_layout, cb_node, layout_mismatch_msg_code, caller, image, &l… in VerifyImageLayout() 1089 if (!layout_check.Check(subres, explicit_layout, layout, initial_layout)) { in VerifyImageLayout() 1097 …string_VkImageLayout(explicit_layout), layout_check.message, string_VkImageLayout(layout_check.lay… in VerifyImageLayout() 1106 if ((VK_IMAGE_LAYOUT_UNDEFINED != optimal_layout) && (explicit_layout != optimal_layout)) { in VerifyImageLayout() 1107 if (VK_IMAGE_LAYOUT_GENERAL == explicit_layout) { in VerifyImageLayout() 1118 if (VK_IMAGE_LAYOUT_SHARED_PRESENT_KHR != explicit_layout) { in VerifyImageLayout() 1130 … report_data->FormatHandle(image).c_str(), string_VkImageLayout(explicit_layout), in VerifyImageLayout() 1137 … const VkImageSubresourceLayers &subLayers, VkImageLayout explicit_layout, in VerifyImageLayout() argument 1140 …return VerifyImageLayout(cb_node, image_state, RangeFromLayers(subLayers), explicit_layout, optima… 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 …const VkImageSubresourceLayers& subLayers, VkImageLayout explicit_layout, VkImageLayout optimal_la…
|