Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkVertexBuffer.cpp39 this->vkRelease(this->getVkGpu()); in onRelease()
52 this->GrBuffer::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
DGrVkIndexBuffer.cpp40 this->vkRelease(this->getVkGpu()); in onRelease()
53 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
59 this->vkUnmap(this->getVkGpu()); in onUnmap()
65 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData()
71 GrVkGpu* GrVkIndexBuffer::getVkGpu() const { in getVkGpu() function in GrVkIndexBuffer
DGrVkTransferBuffer.h34 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
40 this->vkUnmap(this->getVkGpu()); in onUnmap()
49 GrVkGpu* getVkGpu() const { in getVkGpu() function
DGrVkTexture.cpp133 fTextureView->unref(this->getVkGpu()); in onRelease()
137 this->releaseImage(this->getVkGpu()); in onRelease()
165 GrVkGpu* GrVkTexture::getVkGpu() const { in getVkGpu() function in GrVkTexture
DGrVkStencilAttachment.cpp83 GrVkGpu* gpu = this->getVkGpu(); in onRelease()
99 GrVkGpu* GrVkStencilAttachment::getVkGpu() const { in getVkGpu() function in GrVkStencilAttachment
DGrVkRenderTarget.cpp235 this->createFramebuffer(this->getVkGpu()); in completeStencilAttachment()
307 GrVkGpu* gpu = this->getVkGpu(); in releaseInternalObjects()
366 this->releaseImage(this->getVkGpu()); in onRelease()
405 GrVkGpu* GrVkRenderTarget::getVkGpu() const { in getVkGpu() function in GrVkRenderTarget
DGrVkIndexBuffer.h33 GrVkGpu* getVkGpu() const;
DGrVkVertexBuffer.h32 GrVkGpu* getVkGpu() const;
DGrVkStencilAttachment.h51 GrVkGpu* getVkGpu() const;
DGrVkTransferBuffer.cpp44 this->vkRelease(this->getVkGpu()); in onRelease()
DGrVkTexture.h55 GrVkGpu* getVkGpu() const;
DGrVkRenderTarget.h115 GrVkGpu* getVkGpu() const;
/external/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.cpp207 GrVkGpu* gpu = this->getVkGpu(); in dynamicMSAAAttachment()
280 GrVkResourceProvider& rp = this->getVkGpu()->resourceProvider(); in createSimpleRenderPass()
310 GrVkGpu* gpu = this->getVkGpu(); in createFramebuffer()
475 GrVkGpu* GrVkRenderTarget::getVkGpu() const { in getVkGpu() function in GrVkRenderTarget
DGrVkTexture.cpp158 GrVkGpu* GrVkTexture::getVkGpu() const { in getVkGpu() function in GrVkTexture
175 fDescSetCache.insert(state, std::make_unique<DescriptorCacheEntry>(descSet, this->getVkGpu())); in addDescriptorSetToCache()
DGrVkBuffer.h62 GrVkGpu* getVkGpu() const;
DGrVkTexture.h66 GrVkGpu* getVkGpu() const;
DGrVkAttachment.h104 GrVkGpu* getVkGpu() const;
DGrVkRenderTarget.h151 GrVkGpu* getVkGpu() const;
DGrVkAttachment.cpp290 GrVkGpu* GrVkAttachment::getVkGpu() const { in getVkGpu() function in GrVkAttachment