Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp235 VkSubpassDescription& subpassDescLoad = subpassDescs[0]; in Create() local
236 subpassDescLoad.flags = 0; in Create()
237 subpassDescLoad.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in Create()
238 subpassDescLoad.inputAttachmentCount = 1; in Create()
239 subpassDescLoad.pInputAttachments = &resolveLoadInputRef; in Create()
240 subpassDescLoad.colorAttachmentCount = 1; in Create()
241 subpassDescLoad.pColorAttachments = &colorRef; in Create()
242 subpassDescLoad.pResolveAttachments = nullptr; in Create()
243 subpassDescLoad.pDepthStencilAttachment = nullptr; in Create()
244 subpassDescLoad.preserveAttachmentCount = 0; in Create()
[all …]