Searched defs:attachment_index (Results 1 – 10 of 10) sorted by relevance
116 let attachment_index = attachment_index as u32; in validate_begin_render_pass() localVariable277 let attachment_index = attachment_index as u32; in validate_begin_render_pass() localVariable894 let attachment_index = attachment_index as u32; in validate_begin_rendering() localVariable
1034 let attachment_index = (framebuffer.attachments().iter()) in validate_pipeline_barrier() localVariable
291 let attachment_index = attachment_index as u32; in validate_begin() localVariable
150 let attachment_index = attachment_index as u32; in validate_begin_render_pass() localVariable311 let attachment_index = attachment_index as u32; in validate_begin_render_pass() localVariable704 let attachment_index = attachment_index as u32; in validate_begin_rendering() localVariable
366 … uint32_t attachment_index, const char *variable_name) const { in ValidateRenderPassLayoutAgainstFramebufferImageUsage()2788 …oreChecks::ValidateClearAttachmentExtent(VkCommandBuffer command_buffer, uint32_t attachment_index, in ValidateClearAttachmentExtent()2856 … for (uint32_t attachment_index = 0; attachment_index < attachmentCount; attachment_index++) { in PreCallValidateCmdClearAttachments() local2936 … for (uint32_t attachment_index = 0; attachment_index < attachmentCount; attachment_index++) { in PreCallRecordCmdClearAttachments() local
821 auto attachment_index = insn.word(3); in CollectInterfaceByInputAttachmentIndex() local
9657 uint32_t attachment_index = VK_ATTACHMENT_UNUSED; in ValidateFramebufferCreateInfo() local
375 let attachment_index = attachment_index as u32; in validate_begin() localVariable
521 let attachment_index = attachment_index as u32; in validate_create() localVariable
25186 pub attachment_index: u32, field25215 pub fn attachment_index(mut self, attachment_index: u32) -> Self { in attachment_index() method