Searched refs:print_VkImageLayout (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vulkan_json_data.hpp | 1505 static void print_VkImageLayout(VkImageLayout obj, const std::string& str, bool commaNeeded=true) { in print_VkImageLayout() function 1513 static void print_VkImageLayout(const VkImageLayout * obj, const std::string& str, bool commaNeeded… in print_VkImageLayout() function 6230 print_VkImageLayout(obj.oldLayout, "oldLayout", 1); in print_VkImageMemoryBarrier() 6232 print_VkImageLayout(obj.newLayout, "newLayout", 1); in print_VkImageMemoryBarrier() 6272 print_VkImageLayout(obj->oldLayout, "oldLayout", 1); in print_VkImageMemoryBarrier() 6274 print_VkImageLayout(obj->newLayout, "newLayout", 1); in print_VkImageMemoryBarrier() 9080 print_VkImageLayout(obj.initialLayout, "initialLayout", 0); in print_VkImageCreateInfo() 9144 print_VkImageLayout(obj->initialLayout, "initialLayout", 0); in print_VkImageCreateInfo() 11451 print_VkImageLayout(obj.imageLayout, "imageLayout", 0); in print_VkDescriptorImageInfo() 11471 print_VkImageLayout(obj->imageLayout, "imageLayout", 0); in print_VkDescriptorImageInfo() [all …]
|