Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp132 VkAttachmentReference resolveRef; in Create() local
224 resolveRef.attachment = currentAttachment++; in Create()
225 resolveRef.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in Create()
227 subpassDescMain.pResolveAttachments = &resolveRef; in Create()
231 resolveLoadInputRef.attachment = resolveRef.attachment; in Create()
/external/skqp/tools/bookmaker/
DincludeWriter.h201 string resolveRef(const char* start, const char* end, bool first, RefType* refType);
DincludeWriter.cpp2164 string IncludeWriter::resolveRef(const char* start, const char* end, bool first, in resolveRef() function in IncludeWriter
2368 string temp = this->resolveRef(&data[start], &data[end], Word::kFirst == word, &refType); in lookupReference()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp1618 …const VkAttachmentReference resolveRef = makeAttachmentReference(2u, VK_IMAGE_LAYOUT_COLOR_ATTACH… in drawResolve() local
1628 … (needResolve ? &resolveRef : DE_NULL), // const VkAttachmentReference* pResolveAttachments; in drawResolve()