Home | History | Annotate | Download | only in include

Lines Matching refs:VK_ATTACHMENT_STORE_OP_BEGIN_RANGE

2280                 skipCall |= validate_ranged_enum(report_data, "vkCreateRenderPass", "pCreateInfo->pAttachments[i].storeOp", "VkAttachmentStoreOp", VK_ATTACHMENT_STORE_OP_BEGIN_RANGE, VK_ATTACHMENT_STORE_OP_END_RANGE, pCreateInfo->pAttachments[attachmentIndex].storeOp);
2284 skipCall |= validate_ranged_enum(report_data, "vkCreateRenderPass", "pCreateInfo->pAttachments[i].stencilStoreOp", "VkAttachmentStoreOp", VK_ATTACHMENT_STORE_OP_BEGIN_RANGE, VK_ATTACHMENT_STORE_OP_END_RANGE, pCreateInfo->pAttachments[attachmentIndex].stencilStoreOp);