Searched defs:resolveAttachment (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkTextureRenderTarget.cpp | 33 sk_sp<GrVkImage> resolveAttachment, in GrVkTextureRenderTarget() 55 sk_sp<GrVkImage> resolveAttachment, in GrVkTextureRenderTarget() 73 sk_sp<GrVkImage>* resolveAttachment) { in create_rt_attachments() 113 sk_sp<GrVkImage> resolveAttachment; in MakeNewTextureRenderTarget() local 160 sk_sp<GrVkImage> resolveAttachment; in MakeWrappedTextureRenderTarget() local
|
H A D | GrVkFramebuffer.cpp | 25 GrVkImage* resolveAttachment, in Make() 71 sk_sp<GrVkImage> resolveAttachment, in GrVkFramebuffer()
|
H A D | GrVkFramebuffer.h | 80 GrVkImage* resolveAttachment() { return fResolveAttachment.get(); } in resolveAttachment() function
|
H A D | GrVkRenderTarget.h | 79 GrVkImage* resolveAttachment() const { in resolveAttachment() function
|
H A D | GrVkRenderTarget.cpp | 71 sk_sp<GrVkImage> resolveAttachment, in GrVkRenderTarget()
|
H A D | GrVkOpsRenderPass.cpp | 122 GrVkImage* resolveAttachment = fFramebuffer->resolveAttachment(); in setAttachmentLayouts() local
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkImageView.cpp | 254 void ImageView::resolveSingleLayer(ImageView *resolveAttachment, int layer) in resolveSingleLayer() 284 void ImageView::resolve(ImageView *resolveAttachment) in resolve() 314 void ImageView::resolve(ImageView *resolveAttachment, uint32_t layerMask) in resolve() 326 void ImageView::resolveWithLayerMask(ImageView *resolveAttachment, uint32_t layerMask) in resolveWithLayerMask() 336 void ImageView::resolveDepthStencil(ImageView *resolveAttachment, VkResolveModeFlagBits depthResolv… in resolveDepthStencil()
|
H A D | VkFramebuffer.cpp | 184 uint32_t resolveAttachment = subpass.pResolveAttachments[i].attachment; in resolve() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/ |
H A D | GrMtlFramebuffer.h | 25 GrMtlAttachment* resolveAttachment() { return fResolveAttachment.get(); } in resolveAttachment() function
|
H A D | GrMtlRenderTarget.h | 40 GrMtlAttachment* resolveAttachment() const { return fResolveAttachment.get(); } in resolveAttachment() function
|
/aosp_15_r20/external/skia/src/gpu/graphite/task/ |
H A D | RenderPassTask.cpp | 133 sk_sp<Texture> resolveAttachment; in addCommands() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBaseResolve.cpp | 154 const VkAttachmentReference *resolveAttachment = in iterate() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_barycentric/ |
H A D | vktFragmentShadingBarycentricTests.cpp | 204 …const VkAttachmentReference *resolveAttachment = useMultisampling ? &attachmentSingleSampleRef : D… in makeRenderPass() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 991 const AttachmentReference &resolveAttachment = resolveAttachments[resolveNdx]; in logRenderPassInfo() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | vk_helpers.cpp | 2480 RenderPassAttachment *resolveAttachment, in updateStartedRenderPassWithDepthStencilMode()
|