• Home
  • Raw
  • Download

Lines Matching refs:GrVkAttachment

486     GrVkAttachment* texAttachment = texture->textureAttachment();  in onWritePixels()
555 GrVkAttachment* vkTex = tex->textureAttachment(); in onTransferPixelsTo()
732 bool GrVkGpu::uploadTexDataLinear(GrVkAttachment* texAttachment, int left, int top, int width, in uploadTexDataLinear()
843 bool GrVkGpu::uploadTexDataOptimal(GrVkAttachment* texAttachment, int left, int top, int width, in uploadTexDataOptimal()
963 bool GrVkGpu::uploadTexDataCompressed(GrVkAttachment* uploadTexture, in uploadTexDataCompressed()
1373 GrVkAttachment* src, in loadMSAAFromResolve()
1476 return GrVkAttachment::MakeStencil(this, dimensions, numStencilSamples, sFmt); in makeStencilAttachment()
1489 return GrVkAttachment::MakeMSAA(this, dimensions, numSamples, pixelFormat, isProtected); in makeMSAAAttachment()
1598 GrVkAttachment* texAttachment = texture->textureAttachment(); in onClearBackendTexture()
1704 GrVkAttachment* attachment = texture->textureAttachment(); in onUpdateCompressedBackendTexture()
1794 sk_sp<GrVkAttachment> texture = GrVkAttachment::MakeWrapped( in setBackendSurfaceState()
1796 GrVkAttachment::UsageFlags::kColorAttachment, kBorrow_GrWrapOwnership, in setBackendSurfaceState()
1853 GrVkAttachment* colorAttachment = vkRT->colorAttachment(); in xferBarrier()
2288 dstImage = static_cast<GrVkAttachment*>(dst); in onCopySurface()
2304 srcImage = static_cast<GrVkAttachment*>(src); in onCopySurface()
2577 GrVkAttachment* vkTexture = static_cast<GrVkTexture*>(texture)->textureAttachment(); in prepareTextureForCrossContextUsage()