Home
last modified time | relevance | path

Searched refs:getVkGpu (Results 1 – 20 of 20) sorted by relevance

/third_party/flutter/skia/src/gpu/vk/
DGrVkIndexBuffer.cpp40 this->vkRelease(this->getVkGpu()); in onRelease()
51 void GrVkIndexBuffer::onMap() { this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); } in onMap()
53 void GrVkIndexBuffer::onUnmap() { this->vkUnmap(this->getVkGpu()); } in onUnmap()
56 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData()
59 GrVkGpu* GrVkIndexBuffer::getVkGpu() const { in getVkGpu() function in GrVkIndexBuffer
DGrVkVertexBuffer.cpp39 this->vkRelease(this->getVkGpu()); in onRelease()
52 this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
58 this->vkUnmap(this->getVkGpu()); in onUnmap()
64 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData()
70 GrVkGpu* GrVkVertexBuffer::getVkGpu() const { in getVkGpu() function in GrVkVertexBuffer
DGrVkTransferBuffer.h31 void onMap() override { this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); } in onMap()
33 void onUnmap() override { this->vkUnmap(this->getVkGpu()); } in onUnmap()
39 GrVkGpu* getVkGpu() const { in getVkGpu() function
DGrVkStencilAttachment.cpp83 GrVkGpu* gpu = this->getVkGpu(); in onRelease()
99 GrVkGpu* GrVkStencilAttachment::getVkGpu() const { in getVkGpu() function in GrVkStencilAttachment
DGrVkTexture.cpp138 fTextureView->unref(this->getVkGpu()); in onRelease()
142 this->releaseImage(this->getVkGpu()); in onRelease()
169 GrVkGpu* GrVkTexture::getVkGpu() const { in getVkGpu() function in GrVkTexture
DGrVkRenderTarget.cpp239 this->createFramebuffer(this->getVkGpu()); in completeStencilAttachment()
308 GrVkGpu* gpu = this->getVkGpu(); in releaseInternalObjects()
359 this->releaseImage(this->getVkGpu()); in onRelease()
398 GrVkGpu* GrVkRenderTarget::getVkGpu() const { in getVkGpu() function in GrVkRenderTarget
DGrVkIndexBuffer.h32 GrVkGpu* getVkGpu() const;
DGrVkVertexBuffer.h32 GrVkGpu* getVkGpu() const;
DGrVkStencilAttachment.h51 GrVkGpu* getVkGpu() const;
DGrVkTransferBuffer.cpp44 this->vkRelease(this->getVkGpu()); in onRelease()
DGrVkTexture.h48 GrVkGpu* getVkGpu() const;
DGrVkRenderTarget.h116 GrVkGpu* getVkGpu() const;
/third_party/skia/src/gpu/vk/
DGrVkBuffer.cpp165 fMapPtr = GrVkMemory::MapAlloc(this->getVkGpu(), fAlloc); in vkMap()
167 GrVkMemory::InvalidateMappedAlloc(this->getVkGpu(), fAlloc, 0, size); in vkMap()
178 GrVkGpu* gpu = this->getVkGpu(); in vkUnmap()
199 GrVkGpu* gpu = this->getVkGpu(); in copyCpuDataToGpuBuffer()
245 this->getVkGpu()->addBufferMemoryBarrier(srcStageMask, dstStageMask, byRegion, in addMemoryBarrier()
266 VK_CALL(this->getVkGpu(), DestroyBuffer(this->getVkGpu()->device(), fBuffer, nullptr)); in vkRelease()
269 GrVkMemory::FreeBufferMemory(this->getVkGpu(), fAlloc); in vkRelease()
319 GrVkGpu* GrVkBuffer::getVkGpu() const { in getVkGpu() function in GrVkBuffer
DGrVkRenderTarget.cpp224 GrVkGpu* gpu = this->getVkGpu(); in dynamicMSAAAttachment()
252 this->getVkGpu()->vkCaps().supportsDiscardableMSAAForDMSAA()); in canAttemptStencilAttachment()
259 (this->getVkGpu()->vkCaps().supportsDiscardableMSAAForDMSAA() && in canAttemptStencilAttachment()
271 this->getVkGpu()->vkCaps().supportsDiscardableMSAAForDMSAA()); in completeStencilAttachment()
319 GrVkResourceProvider& rp = this->getVkGpu()->resourceProvider(); in createSimpleRenderPass()
349 GrVkGpu* gpu = this->getVkGpu(); in createFramebuffer()
492 GrVkGpu* GrVkRenderTarget::getVkGpu() const { in getVkGpu() function in GrVkRenderTarget
DGrVkTexture.cpp163 GrVkGpu* GrVkTexture::getVkGpu() const { in getVkGpu() function in GrVkTexture
180 fDescSetCache.insert(state, std::make_unique<DescriptorCacheEntry>(descSet, this->getVkGpu())); in addDescriptorSetToCache()
DGrVkBuffer.h62 GrVkGpu* getVkGpu() const;
DGrVkTexture.h66 GrVkGpu* getVkGpu() const;
DGrVkRenderTarget.h142 GrVkGpu* getVkGpu() const;
DGrVkImage.h252 GrVkGpu* getVkGpu() const;
DGrVkImage.cpp671 GrVkGpu* GrVkImage::getVkGpu() const { in getVkGpu() function in GrVkImage