Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
DGrVkRenderPass.cpp132 VkAttachmentReference resolveRef; in Create() local
226 resolveRef.attachment = currentAttachment++; in Create()
227 resolveRef.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in Create()
229 subpassDescMain.pResolveAttachments = &resolveRef; in Create()
233 resolveLoadInputRef.attachment = resolveRef.attachment; in Create()
/third_party/node/deps/npm/node_modules/@npmcli/git/lib/
Dclone.js37 resolveRef(revs, ref, opts),
65 const resolveRef = (revs, ref, opts) => { function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp1601 …const VkAttachmentReference resolveRef = makeAttachmentReference(2u, VK_IMAGE_LAYOUT_COLOR_ATTACH… in drawResolve() local
1611 … (needResolve ? &resolveRef : DE_NULL), // const VkAttachmentReference* pResolveAttachments; in drawResolve()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp1601 …const VkAttachmentReference resolveRef = makeAttachmentReference(2u, VK_IMAGE_LAYOUT_COLOR_ATTACH… in drawResolve() local
1611 … (needResolve ? &resolveRef : DE_NULL), // const VkAttachmentReference* pResolveAttachments; in drawResolve()