Searched defs:input_attachments (Results 1 – 9 of 9) sorted by relevance
244 pub input_attachments: Vec<(usize, ImageLayout)>, // TODO: Vec is slow field
299 let input_attachments = attachment_references.as_ptr().offset(ref_index as isize); in new() localVariable
2834 auto input_attachments = rpci->pSubpasses[subpass].pInputAttachments; in ValidatePipelineShaderStage() local
357 struct lvp_subpass_attachment * input_attachments; member
1451 struct tu_subpass_attachment *input_attachments; member
521 struct v3dv_subpass_attachment *input_attachments; member
2273 struct radv_subpass_attachment * input_attachments; member
4359 struct anv_subpass_attachment * input_attachments; member
7419 pub fn input_attachments(mut self, input_attachments: &'a [AttachmentReference]) -> Self { in input_attachments() method27061 pub fn input_attachments(mut self, input_attachments: &'a [AttachmentReference2]) -> Self { in input_attachments() method