Lines Matching refs:attachmentDescription
71 VkAttachmentDescription attachmentDescription = {}; in TEST_F() local
72 attachmentDescription.format = attachmentFormats[0]; in TEST_F()
73 attachmentDescription.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F()
74 attachmentDescription.finalLayout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
84 renderPassCreateInfo.pAttachments = &attachmentDescription; in TEST_F()
346 VkAttachmentDescription attachmentDescription = {}; in TEST_F() local
347 attachmentDescription.format = attachmentFormat; in TEST_F()
348 attachmentDescription.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F()
349 attachmentDescription.finalLayout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
359 renderPassCreateInfo.pAttachments = &attachmentDescription; in TEST_F()
444 VkAttachmentDescription attachmentDescription = {}; in TEST_F() local
445 attachmentDescription.format = attachmentFormat; in TEST_F()
446 attachmentDescription.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F()
447 attachmentDescription.finalLayout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
457 renderPassCreateInfo.pAttachments = &attachmentDescription; in TEST_F()