Searched refs:print_VkAttachmentLoadOp (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vulkan_json_data.hpp | 3389 static void print_VkAttachmentLoadOp(VkAttachmentLoadOp obj, const std::string& str, bool commaNeed… in print_VkAttachmentLoadOp() function 3397 static void print_VkAttachmentLoadOp(const VkAttachmentLoadOp * obj, const std::string& str, bool c… in print_VkAttachmentLoadOp() function 12058 print_VkAttachmentLoadOp(obj.loadOp, "loadOp", 1); in print_VkAttachmentDescription() 12062 print_VkAttachmentLoadOp(obj.stencilLoadOp, "stencilLoadOp", 1); in print_VkAttachmentDescription() 12088 print_VkAttachmentLoadOp(obj->loadOp, "loadOp", 1); in print_VkAttachmentDescription() 12092 print_VkAttachmentLoadOp(obj->stencilLoadOp, "stencilLoadOp", 1); in print_VkAttachmentDescription() 19508 print_VkAttachmentLoadOp(obj.loadOp, "loadOp", 1); in print_VkAttachmentDescription2() 19512 print_VkAttachmentLoadOp(obj.stencilLoadOp, "stencilLoadOp", 1); in print_VkAttachmentDescription2() 19547 print_VkAttachmentLoadOp(obj->loadOp, "loadOp", 1); in print_VkAttachmentDescription2() 19551 print_VkAttachmentLoadOp(obj->stencilLoadOp, "stencilLoadOp", 1); in print_VkAttachmentDescription2()
|