Searched refs:getVkGpu (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/src/gpu/vk/ |
D | GrVkBuffer.cpp | 165 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
|
D | GrVkRenderTarget.cpp | 224 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
|
D | GrVkTexture.cpp | 163 GrVkGpu* GrVkTexture::getVkGpu() const { in getVkGpu() function in GrVkTexture 180 fDescSetCache.insert(state, std::make_unique<DescriptorCacheEntry>(descSet, this->getVkGpu())); in addDescriptorSetToCache()
|
D | GrVkBuffer.h | 62 GrVkGpu* getVkGpu() const;
|
D | GrVkTexture.h | 68 GrVkGpu* getVkGpu() const;
|
D | GrVkRenderTarget.h | 142 GrVkGpu* getVkGpu() const;
|
D | GrVkImage.h | 253 GrVkGpu* getVkGpu() const;
|
D | GrVkImage.cpp | 671 GrVkGpu* GrVkImage::getVkGpu() const { in getVkGpu() function in GrVkImage
|