Lines Matching refs:attachmentFormat
343 VkFormat attachmentFormat = VK_FORMAT_R8G8B8A8_UNORM; in TEST_F() local
347 attachmentDescription.format = attachmentFormat; in TEST_F()
371 framebufferAttachmentImageInfo.pViewFormats = &attachmentFormat; in TEST_F()
441 VkFormat attachmentFormat = VK_FORMAT_R8G8B8A8_UNORM; in TEST_F() local
445 attachmentDescription.format = attachmentFormat; in TEST_F()
469 framebufferAttachmentImageInfo.pViewFormats = &attachmentFormat; in TEST_F()
510 attachmentFormat = VK_FORMAT_B8G8R8A8_UNORM; in TEST_F()
517 attachmentFormat = VK_FORMAT_R8G8B8A8_UNORM; in TEST_F()
520 attachmentFormat = VK_FORMAT_B8G8R8A8_UNORM; in TEST_F()
527 attachmentFormat = VK_FORMAT_R8G8B8A8_UNORM; in TEST_F()
976 VkFormat attachmentFormat = VK_FORMAT_D32_SFLOAT_S8_UINT; in TEST_F() local
981 attachmentDescriptions[0].format = attachmentFormat; in TEST_F()
986 attachmentDescriptions[1].format = attachmentFormat; in TEST_F()
1029 framebufferAttachmentImageInfos[0].pViewFormats = &attachmentFormat; in TEST_F()
1037 framebufferAttachmentImageInfos[1].pViewFormats = &attachmentFormat; in TEST_F()