Lines Matching refs:attachment_index

366 …                                      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()
2856 … for (uint32_t attachment_index = 0; attachment_index < attachmentCount; attachment_index++) { in PreCallValidateCmdClearAttachments() local
2857 auto clear_desc = &pAttachments[attachment_index]; in PreCallValidateCmdClearAttachments()
2875 attachment_index, clear_desc->colorAttachment, in PreCallValidateCmdClearAttachments()
2887 attachment_index, clear_desc->colorAttachment, in PreCallValidateCmdClearAttachments()
2899 … HandleToUint64(commandBuffer), "VUID-VkClearAttachment-aspectMask-00019", str, attachment_index); in PreCallValidateCmdClearAttachments()
2907 attachment_index); in PreCallValidateCmdClearAttachments()
2920 …skip |= ValidateClearAttachmentExtent(commandBuffer, attachment_index, framebuffer, fb_attachment,… in PreCallValidateCmdClearAttachments()
2936 … for (uint32_t attachment_index = 0; attachment_index < attachmentCount; attachment_index++) { in PreCallRecordCmdClearAttachments() local
2937 const auto clear_desc = &pAttachments[attachment_index]; in PreCallRecordCmdClearAttachments()
2954 … auto val_fn = [this, commandBuffer, attachment_index, fb_attachment, rectCount, clear_rect_copy]( in PreCallRecordCmdClearAttachments()
2960 …skip = ValidateClearAttachmentExtent(commandBuffer, attachment_index, framebuffer, fb_attachment, … in PreCallRecordCmdClearAttachments()