Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp531 unsigned num_color_attachments = 0; in create_graphics_pipeline() local
539 VkAttachmentDescription *desc = &attachment_descs[num_color_attachments]; in create_graphics_pipeline()
550 VkAttachmentReference *ref = &color_attachments[num_color_attachments]; in create_graphics_pipeline()
551 ref->attachment = num_color_attachments; in create_graphics_pipeline()
554 VkPipelineColorBlendAttachmentState *blend = &blend_attachment_states[num_color_attachments]; in create_graphics_pipeline()
561 num_color_attachments++; in create_graphics_pipeline()
564 unsigned num_attachments = num_color_attachments; in create_graphics_pipeline()
578 ds_attachment.attachment = num_color_attachments; in create_graphics_pipeline()
658 color_blend_state.attachmentCount = num_color_attachments; in create_graphics_pipeline()
700 subpass.colorAttachmentCount = num_color_attachments; in create_graphics_pipeline()