Home
last modified time | relevance | path

Searched refs:resolveInfo (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkOpsRenderPass.h42 const GrOpsRenderPass::LoadAndStoreInfo& resolveInfo,
56 const GrOpsRenderPass::LoadAndStoreInfo& resolveInfo,
H A DGrVkOpsRenderPass.cpp226 const GrOpsRenderPass::LoadAndStoreInfo& resolveInfo, in init()
233 get_vk_load_store_ops(resolveInfo.fLoadOp, resolveInfo.fStoreOp, &loadOp, &storeOp); in init()
344 const GrOpsRenderPass::LoadAndStoreInfo& resolveInfo, in set()
391 return this->init(colorInfo, resolveInfo, stencilInfo); in set()
225 init(const GrOpsRenderPass::LoadAndStoreInfo& colorInfo, const GrOpsRenderPass::LoadAndStoreInfo& resolveInfo, const GrOpsRenderPass::StencilLoadAndStoreInfo& stencilInfo) init() argument
338 set(GrRenderTarget* rt, sk_sp<GrVkFramebuffer> framebuffer, GrSurfaceOrigin origin, const SkIRect& bounds, const GrOpsRenderPass::LoadAndStoreInfo& colorInfo, const GrOpsRenderPass::StencilLoadAndStoreInfo& stencilInfo, const GrOpsRenderPass::LoadAndStoreInfo& resolveInfo, GrVkRenderPass::SelfDependencyFlags selfDepFlags, GrVkRenderPass::LoadFromResolve loadFromResolve, const SkTArray<GrSurfaceProxy*, true>& sampledProxies) set() argument
H A DGrVkGpu.cpp364 GrOpsRenderPass::LoadAndStoreInfo resolveInfo{GrLoadOp::kLoad, GrStoreOp::kStore, {}}; in onGetOpsRenderPass()
372 resolveInfo.fLoadOp = GrLoadOp::kDiscard; in onGetOpsRenderPass()
390 stencilInfo, resolveInfo, selfDepFlags, loadFromResolve, in onGetOpsRenderPass()
712 VkImageResolve resolveInfo; in resolveImage() local
713 resolveInfo.srcSubresource = {VK_IMAGE_ASPECT_COLOR_BIT, 0, 0, 1}; in resolveImage()
714 resolveInfo.srcOffset = {srcRect.fLeft, srcRect.fTop, 0}; in resolveImage()
715 resolveInfo.dstSubresource = {VK_IMAGE_ASPECT_COLOR_BIT, 0, 0, 1}; in resolveImage()
716 resolveInfo.dstOffset = {dstPoint.fX, dstPoint.fY, 0}; in resolveImage()
717 resolveInfo.extent = {(uint32_t)srcRect.width(), (uint32_t)srcRect.height(), 1}; in resolveImage()
744 &resolveInfo); in resolveImage()
[all...]

Completed in 5 milliseconds