Searched refs:resolveRef (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 132 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/ |
D | includeWriter.h | 201 string resolveRef(const char* start, const char* end, bool first, RefType* refType);
|
D | includeWriter.cpp | 2164 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/ |
D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 1618 …const VkAttachmentReference resolveRef = makeAttachmentReference(2u, VK_IMAGE_LAYOUT_COLOR_ATTACH… in drawResolve() local 1628 … (needResolve ? &resolveRef : DE_NULL), // const VkAttachmentReference* pResolveAttachments; in drawResolve()
|