Searched refs:attachmentFormats (Results 1 – 2 of 2) sorted by relevance
67 VkFormat attachmentFormats[2] = {VK_FORMAT_R8G8B8A8_UNORM, VK_FORMAT_B8G8R8A8_UNORM}; in TEST_F() local72 attachmentDescription.format = attachmentFormats[0]; in TEST_F()116 imageFormatListCreateInfo.pViewFormats = attachmentFormats; in TEST_F()129 imageCreateInfo.format = attachmentFormats[0]; in TEST_F()139 imageViewCreateInfo.format = attachmentFormats[0]; in TEST_F()251 imageViewCreateInfo.format = attachmentFormats[1]; in TEST_F()261 imageViewCreateInfo.format = attachmentFormats[0]; in TEST_F()
5075 const VkFormat attachmentFormats[] = in addAttachmentWriteMaskTests() local5100 const VkFormat format = attachmentFormats[formatNdx]; in addAttachmentWriteMaskTests()5113 if (++formatNdx == DE_LENGTH_OF_ARRAY(attachmentFormats)) in addAttachmentWriteMaskTests()