Home
last modified time | relevance | path

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

/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.h68 GrVkGpu* getVkGpu() const;
DGrVkRenderTarget.h142 GrVkGpu* getVkGpu() const;
DGrVkImage.h253 GrVkGpu* getVkGpu() const;
DGrVkImage.cpp671 GrVkGpu* GrVkImage::getVkGpu() const { in getVkGpu() function in GrVkImage