Home
last modified time | relevance | path

Searched refs:attachment_index (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp366 … uint32_t attachment_index, const char *variable_name) const { in ValidateRenderPassLayoutAgainstFramebufferImageUsage() argument
377 attachment_index, report_data->FormatHandle(image_view).c_str()); in ValidateRenderPassLayoutAgainstFramebufferImageUsage()
391attachment_index, report_data->FormatHandle(renderpass).c_str(), variable_name, string_VkImageLayo… in ValidateRenderPassLayoutAgainstFramebufferImageUsage()
403attachment_index, report_data->FormatHandle(renderpass).c_str(), variable_name, string_VkImageLayo… in ValidateRenderPassLayoutAgainstFramebufferImageUsage()
414attachment_index, report_data->FormatHandle(renderpass).c_str(), variable_name, string_VkImageLayo… in ValidateRenderPassLayoutAgainstFramebufferImageUsage()
425attachment_index, report_data->FormatHandle(renderpass).c_str(), variable_name, string_VkImageLayo… in ValidateRenderPassLayoutAgainstFramebufferImageUsage()
441attachment_index, report_data->FormatHandle(renderpass).c_str(), variable_name, string_VkImageLayo… in ValidateRenderPassLayoutAgainstFramebufferImageUsage()
454attachment_index, report_data->FormatHandle(renderpass).c_str(), variable_name, in ValidateRenderPassLayoutAgainstFramebufferImageUsage()
2788 …oreChecks::ValidateClearAttachmentExtent(VkCommandBuffer command_buffer, uint32_t attachment_index, in ValidateClearAttachmentExtent() argument
2817 j, attachment_index); in ValidateClearAttachmentExtent()
[all …]
Dcore_validation.cpp9657 uint32_t attachment_index = VK_ATTACHMENT_UNUSED; in ValidateFramebufferCreateInfo() local
9692attachment_index = rpci->pSubpasses[i].pColorAttachments[j].attachment; in ValidateFramebufferCreateInfo()
9693 if (attachment_index != VK_ATTACHMENT_UNUSED) { in ValidateFramebufferCreateInfo()
9695 … pFramebufferAttachmentsCreateInfo->pAttachmentImageInfos[attachment_index].layerCount; in ValidateFramebufferCreateInfo()
9704 attachment_index, layer_count, i, in ValidateFramebufferCreateInfo()
9709attachment_index = rpci->pSubpasses[i].pResolveAttachments[j].attachment; in ValidateFramebufferCreateInfo()
9710 if (attachment_index != VK_ATTACHMENT_UNUSED) { in ValidateFramebufferCreateInfo()
9712 … pFramebufferAttachmentsCreateInfo->pAttachmentImageInfos[attachment_index].layerCount; in ValidateFramebufferCreateInfo()
9722 attachment_index, layer_count, i, in ValidateFramebufferCreateInfo()
9730attachment_index = rpci->pSubpasses[i].pInputAttachments[j].attachment; in ValidateFramebufferCreateInfo()
[all …]
Dshader_validation.cpp821 auto attachment_index = insn.word(3); in CollectInterfaceByInputAttachmentIndex() local
835 out.emplace_back(attachment_index + offset, v); in CollectInterfaceByInputAttachmentIndex()
Dcore_validation.h1303 … VkRenderPass renderpass, uint32_t attachment_index,
1323 bool ValidateClearAttachmentExtent(VkCommandBuffer command_buffer, uint32_t attachment_index,