Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp996 unsigned num_color_attachments = 0; in create_graphics_pipeline() local
1004 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()
/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Drender_pass.rs1268 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()
/external/rust/android-crates-io/crates/vulkano/src/render_pass/
Dmod.rs621 pub fn num_color_attachments(&self) -> u32 { in num_color_attachments() method
/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Drender_pass.rs1706 num_color_attachments: render_pass_state in validate_clear_attachments()