Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkpositivelayertests.cpp7982 VkAttachmentDescription cAttachment = {}; in TEST_F() local
7983 cAttachment.format = VK_FORMAT_B8G8R8A8_UNORM; in TEST_F()
7984 cAttachment.samples = sampleCount; in TEST_F()
7985 cAttachment.loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in TEST_F()
7986 cAttachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE; in TEST_F()
7987 cAttachment.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in TEST_F()
7988 cAttachment.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in TEST_F()
7989 cAttachment.initialLayout = VK_IMAGE_LAYOUT_UNDEFINED; in TEST_F()
7990 cAttachment.finalLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in TEST_F()
8003 rpci.pAttachments = &cAttachment; in TEST_F()