• Home
  • Raw
  • Download

Lines Matching refs:GrVkRenderPass

29                                         GrVkRenderPass::SelfDependencyFlags selfDepFlags,  in renderpass_features_to_index()
30 GrVkRenderPass::LoadFromResolve loadFromReslove) { in renderpass_features_to_index()
38 if (selfDepFlags & GrVkRenderPass::SelfDependencyFlags::kForInputAttachment) { in renderpass_features_to_index()
41 if (selfDepFlags & GrVkRenderPass::SelfDependencyFlags::kForNonCoherentAdvBlend) { in renderpass_features_to_index()
44 if (loadFromReslove == GrVkRenderPass::LoadFromResolve::kLoad) { in renderpass_features_to_index()
144 const GrVkRenderPass* rp = gpu->resourceProvider().findCompatibleExternalRenderPass( in MakeSecondaryCBRenderTarget()
177 gpu, std::move(colorAttachment), sk_sp<const GrVkRenderPass>(rp), in MakeSecondaryCBRenderTarget()
256 const GrVkRenderPass* GrVkRenderTarget::getSimpleRenderPass(bool withResolve, in getSimpleRenderPass()
273 std::pair<const GrVkRenderPass*, GrVkResourceProvider::CompatibleRPHandle>
283 const GrVkRenderPass* renderPass = rp.findCompatibleRenderPass( in createSimpleRenderPass()
333 sk_sp<const GrVkRenderPass>(renderPass), in createFramebuffer()
337 void GrVkRenderTarget::getAttachmentsDescriptor(GrVkRenderPass::AttachmentsDescriptor* desc, in getAttachmentsDescriptor()
338 GrVkRenderPass::AttachmentFlags* attachmentFlags, in getAttachmentsDescriptor()
347 *attachmentFlags = GrVkRenderPass::kColor_AttachmentFlag; in getAttachmentsDescriptor()
353 *attachmentFlags |= GrVkRenderPass::kResolve_AttachmentFlag; in getAttachmentsDescriptor()
364 *attachmentFlags |= GrVkRenderPass::kStencil_AttachmentFlag; in getAttachmentsDescriptor()
372 GrVkRenderPass::AttachmentsDescriptor* desc, in ReconstructAttachmentsDescriptor()
373 GrVkRenderPass::AttachmentFlags* flags) { in ReconstructAttachmentsDescriptor()
379 *flags = GrVkRenderPass::kColor_AttachmentFlag; in ReconstructAttachmentsDescriptor()
385 *flags |= GrVkRenderPass::kResolve_AttachmentFlag; in ReconstructAttachmentsDescriptor()
395 *flags |= GrVkRenderPass::kStencil_AttachmentFlag; in ReconstructAttachmentsDescriptor()