/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkMemory.cpp | 66 alloc->fMemory, in AllocAndBindBufferMemory() 82 GR_VK_CALL(gpu->vkInterface(), FreeMemory(gpu->device(), alloc.fMemory, nullptr)); in FreeBufferMemory() 116 alloc->fMemory, alloc->fOffset)); in AllocAndBindImageMemory() 131 GR_VK_CALL(gpu->vkInterface(), FreeMemory(gpu->device(), alloc.fMemory, nullptr)); in FreeImageMemory() 150 VkResult err = GR_VK_CALL(gpu->vkInterface(), MapMemory(gpu->device(), alloc.fMemory, in MapAlloc() 164 GR_VK_CALL(gpu->vkInterface(), UnmapMemory(gpu->device(), alloc.fMemory)); in UnmapAlloc() 186 range->memory = alloc.fMemory; in GetNonCoherentMappedMemoryRange()
|
D | GrVkImage.h | 39 SkASSERT(VK_NULL_HANDLE != info.fAlloc.fMemory); in fInfo() 173 fAlloc.fMemory = VK_NULL_HANDLE; in Resource()
|
D | GrVkBuffer.cpp | 109 SkASSERT(fAlloc.fMemory); in freeGPUData()
|
D | GrVkTexture.cpp | 105 (kBorrow_GrWrapOwnership == wrapOwnership || VK_NULL_HANDLE != info.fAlloc.fMemory)); in MakeWrappedTexture()
|
D | GrVkAMDMemoryAllocator.cpp | 189 alloc->fMemory = vmaInfo.deviceMemory; in getAllocInfo()
|
D | GrVkTextureRenderTarget.cpp | 218 (kBorrow_GrWrapOwnership == wrapOwnership || VK_NULL_HANDLE != info.fAlloc.fMemory)); in MakeWrappedTextureRenderTarget()
|
/third_party/flutter/skia/include/gpu/vk/ |
D | GrVkTypes.h | 30 : fMemory(VK_NULL_HANDLE) in GrVkAlloc() 38 : fMemory(memory) in GrVkAlloc() 45 VkDeviceMemory fMemory; // can be VK_NULL_HANDLE iff is an RT and is borrowed member 57 return fMemory == that.fMemory && fOffset == that.fOffset && fSize == that.fSize &&
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_simple_image.cpp | 34 , fMemory () in dng_simple_image() 42 fMemory.Reset (allocator.Allocate (bytes)); in dng_simple_image() 44 fBuffer = dng_pixel_buffer (bounds, 0, planes, pixelType, pcInterleaved, fMemory->Buffer ()); in dng_simple_image()
|
D | dng_simple_image.h | 36 AutoPtr<dng_memory_block> fMemory; variable
|
/third_party/skia/include/gpu/vk/ |
D | GrVkTypes.h | 30 VkDeviceMemory fMemory = VK_NULL_HANDLE; member 43 return fMemory == that.fMemory && fOffset == that.fOffset && fSize == that.fSize &&
|
/third_party/skia/src/gpu/vk/ |
D | GrVkMemory.cpp | 42 GR_VK_CALL_RESULT(gpu, err, BindBufferMemory(gpu->device(), buffer, alloc->fMemory, in AllocAndBindBufferMemory() 96 GR_VK_CALL_RESULT(gpu, err, BindImageMemory(gpu->device(), image, alloc->fMemory, in AllocAndBindImageMemory() 148 range->memory = alloc.fMemory; in GetNonCoherentMappedMemoryRange()
|
D | GrVkBuffer.cpp | 265 SkASSERT(fAlloc.fMemory && fAlloc.fBackendMemory); in vkRelease() 270 fAlloc.fMemory = VK_NULL_HANDLE; in vkRelease()
|
D | GrVkTextureRenderTarget.cpp | 119 (kBorrow_GrWrapOwnership == wrapOwnership || VK_NULL_HANDLE != info.fAlloc.fMemory)); in MakeWrappedTextureRenderTarget()
|
D | GrVkTexture.cpp | 101 (kBorrow_GrWrapOwnership == wrapOwnership || VK_NULL_HANDLE != info.fAlloc.fMemory)); in MakeWrappedTexture()
|
D | GrVkImage.cpp | 296 SkASSERT(VK_NULL_HANDLE != fInfo.fAlloc.fMemory); in init() 378 VK_CALL(gpu, GetDeviceMemoryCommitment(gpu->device(), fInfo.fAlloc.fMemory, &size)); in setImageLayoutAndQueueIndex()
|
D | GrVkImage.h | 273 fAlloc.fMemory = VK_NULL_HANDLE; in Resource()
|
D | GrVkAMDMemoryAllocator.cpp | 233 alloc->fMemory = vmaInfo.deviceMemory; in getAllocInfo()
|
D | GrVkGpu.cpp | 772 if (VK_NULL_HANDLE == alloc.fMemory) { in uploadTexDataLinear() 1174 if (VK_NULL_HANDLE == info.fAlloc.fMemory && needsAllocation) { in check_image_info() 1955 if (backend.fImage && backend.fAlloc.fMemory) { in isTestingOnlyBackendTexture()
|
/third_party/skia/tests/ |
D | VkHardwareBufferTest.cpp | 402 if (fMemory != VK_NULL_HANDLE) { in releaseImage() 403 fVkFreeMemory(fDevice, fMemory, nullptr); in releaseImage() 404 fMemory = VK_NULL_HANDLE; in releaseImage() 493 VkDeviceMemory fMemory = VK_NULL_HANDLE; member in VulkanTestHelper 768 err = fVkAllocateMemory(fDevice, &allocInfo, nullptr, &fMemory); in importHardwareBuffer() 778 bindImageInfo.memory = fMemory; in importHardwareBuffer() 788 alloc.fMemory = fMemory; in importHardwareBuffer()
|
/third_party/skia/src/gpu/ |
D | GrAHardwareBufferUtils.cpp | 277 , fMemory(memory) in VulkanCleanupHelper() 282 fFreeMemory(fDevice, fMemory, nullptr); in ~VulkanCleanupHelper() 287 VkDeviceMemory fMemory; member in GrAHardwareBufferUtils::VulkanCleanupHelper 479 alloc.fMemory = memory; in make_vk_backend_texture()
|
/third_party/flutter/skia/tests/ |
D | VkHardwareBufferTest.cpp | 398 if (fMemory != VK_NULL_HANDLE) { in releaseImage() 399 fVkFreeMemory(fDevice, fMemory, nullptr); in releaseImage() 400 fMemory = VK_NULL_HANDLE; in releaseImage() 489 VkDeviceMemory fMemory = VK_NULL_HANDLE; member in VulkanTestHelper 764 err = fVkAllocateMemory(fDevice, &allocInfo, nullptr, &fMemory); in importHardwareBuffer() 774 bindImageInfo.memory = fMemory; in importHardwareBuffer() 784 outImageInfo->fAlloc = GrVkAlloc(fMemory, 0, hwbProps.allocationSize, 0); in importHardwareBuffer()
|
/third_party/flutter/skia/src/gpu/ |
D | GrAHardwareBufferUtils.cpp | 277 , fMemory(memory) in VulkanCleanupHelper() 282 fFreeMemory(fDevice, fMemory, nullptr); in ~VulkanCleanupHelper() 287 VkDeviceMemory fMemory; member in GrAHardwareBufferUtils::VulkanCleanupHelper
|
/third_party/flutter/skia/src/core/ |
D | SkRemoteGlyphCache.cpp | 121 : fMemory(memory), fMemorySize(memorySize) {} in Deserializer() 162 auto* result = fMemory + padded; in ensureAtLeast() 168 const volatile char* fMemory; member in Deserializer
|
/third_party/skia/tools/gpu/vk/ |
D | VkYcbcrSamplerHelper.cpp | 189 alloc.fMemory = fImageMemory; in createBackendTexture()
|
/third_party/skia/src/core/ |
D | SkRemoteGlyphCache.cpp | 121 : fMemory(memory), fMemorySize(memorySize) {} in Deserializer() 162 auto* result = fMemory + padded; in ensureAtLeast() 168 const volatile char* fMemory; member in Deserializer
|