Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp534 VkAttachmentDescription attachment_descs[17]; in create_graphics_pipeline() local
539 VkAttachmentDescription *desc = &attachment_descs[num_color_attachments]; in create_graphics_pipeline()
567 VkAttachmentDescription *desc = &attachment_descs[num_attachments]; in create_graphics_pipeline()
712 renderpass_info.pAttachments = attachment_descs; in create_graphics_pipeline()