Searched refs:attachment_desc (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1415 VkAttachmentDescription attachment_desc = {}; local in function:setup_swapchain_data
1416 attachment_desc.format = pCreateInfo->imageFormat;
1417 attachment_desc.samples = VK_SAMPLE_COUNT_1_BIT;
1418 attachment_desc.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD;
1419 attachment_desc.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
1420 attachment_desc.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;
1421 attachment_desc.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE;
1422 attachment_desc.initialLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
1423 attachment_desc.finalLayout = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR;
1441 render_pass_info.pAttachments = &attachment_desc;
[all...]
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1696 VkAttachmentDescription attachment_desc = {}; local in function:setup_swapchain_data
1697 attachment_desc.format = pCreateInfo->imageFormat;
1698 attachment_desc.samples = VK_SAMPLE_COUNT_1_BIT;
1699 attachment_desc.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD;
1700 attachment_desc.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
1701 attachment_desc.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;
1702 attachment_desc.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE;
1703 attachment_desc.initialLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
1704 attachment_desc.finalLayout = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR;
1722 render_pass_info.pAttachments = &attachment_desc;
[all...]

Completed in 7 milliseconds