Searched refs:num_color_attachments (Results 1 – 4 of 4) sorted by relevance
996 unsigned num_color_attachments = 0; in create_graphics_pipeline() local1004 VkAttachmentDescription* desc = &attachment_descs[num_color_attachments]; in create_graphics_pipeline()1015 VkAttachmentReference* ref = &color_attachments[num_color_attachments]; in create_graphics_pipeline()1016 ref->attachment = num_color_attachments; in create_graphics_pipeline()1019 VkPipelineColorBlendAttachmentState* blend = &blend_attachment_states[num_color_attachments]; in create_graphics_pipeline()1024 num_color_attachments++; in create_graphics_pipeline()1027 unsigned num_attachments = num_color_attachments; in create_graphics_pipeline()1041 ds_attachment.attachment = num_color_attachments; in create_graphics_pipeline()1121 color_blend_state.attachmentCount = num_color_attachments; in create_graphics_pipeline()1161 subpass.colorAttachmentCount = num_color_attachments; in create_graphics_pipeline()
1268 num_color_attachments: color_attachments.len() as u32, in validate_clear_attachments()1284 num_color_attachments: state.color_attachment_formats.len() as u32, in validate_clear_attachments()2646 num_color_attachments: u32,2918 num_color_attachments, in fmt()2923 color_attachment_index, num_color_attachments, in fmt()
621 pub fn num_color_attachments(&self) -> u32 { in num_color_attachments() method
1706 num_color_attachments: render_pass_state in validate_clear_attachments()