Searched defs:memoryHandle (Results 1 – 5 of 5) sorted by relevance
| /third_party/skia/m133/tools/gpu/vk/ |
| D | VkTestMemoryAllocator.cpp | 198 void VkTestMemoryAllocator::freeMemory(const skgpu::VulkanBackendMemory& memoryHandle) { in freeMemory() 204 void VkTestMemoryAllocator::getAllocInfo(const skgpu::VulkanBackendMemory& memoryHandle, in getAllocInfo() 231 VkResult VkTestMemoryAllocator::mapMemory(const skgpu::VulkanBackendMemory& memoryHandle, in mapMemory() 238 void VkTestMemoryAllocator::unmapMemory(const skgpu::VulkanBackendMemory& memoryHandle) { in unmapMemory() 244 VkResult VkTestMemoryAllocator::flushMemory(const skgpu::VulkanBackendMemory& memoryHandle, in flushMemory() 252 VkResult VkTestMemoryAllocator::invalidateMemory(const skgpu::VulkanBackendMemory& memoryHandle, in invalidateMemory()
|
| /third_party/skia/m133/src/gpu/vk/vulkanmemoryallocator/ |
| D | VulkanAMDMemoryAllocator.cpp | 220 void VulkanAMDMemoryAllocator::freeMemory(const VulkanBackendMemory& memoryHandle) { in freeMemory() 226 void VulkanAMDMemoryAllocator::getAllocInfo(const VulkanBackendMemory& memoryHandle, in getAllocInfo() 254 VkResult VulkanAMDMemoryAllocator::mapMemory(const VulkanBackendMemory& memoryHandle, void** data) { in mapMemory() 260 void VulkanAMDMemoryAllocator::unmapMemory(const VulkanBackendMemory& memoryHandle) { in unmapMemory() 266 VkResult VulkanAMDMemoryAllocator::flushMemory(const VulkanBackendMemory& memoryHandle, in flushMemory() 274 VkResult VulkanAMDMemoryAllocator::invalidateMemory(const VulkanBackendMemory& memoryHandle, in invalidateMemory()
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkAMDMemoryAllocator.cpp | 332 void GrVkAMDMemoryAllocator::freeMemory(const GrVkBackendMemory& memoryHandle) { in freeMemory() 338 void GrVkAMDMemoryAllocator::getAllocInfo(const GrVkBackendMemory& memoryHandle, in getAllocInfo() 366 VkResult GrVkAMDMemoryAllocator::mapMemory(const GrVkBackendMemory& memoryHandle, void** data) { in mapMemory() 372 void GrVkAMDMemoryAllocator::unmapMemory(const GrVkBackendMemory& memoryHandle) { in unmapMemory() 378 VkResult GrVkAMDMemoryAllocator::flushMemory(const GrVkBackendMemory& memoryHandle, in flushMemory() 385 VkResult GrVkAMDMemoryAllocator::invalidateMemory(const GrVkBackendMemory& memoryHandle, in invalidateMemory()
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | VulkanExternalImageTest.cpp | 233 typename Traits::Handle memoryHandle = Traits::InvalidHandle(); in RunShouldImportMemoryTest() local 343 typename Traits::Handle memoryHandle = Traits::InvalidHandle(); in RunShouldClearTest() local 506 typename Traits::Handle memoryHandle = Traits::InvalidHandle(); in RunTextureFormatCompatChromiumTest() local 674 typename Traits::Handle memoryHandle = Traits::InvalidHandle(); in RunShouldClearWithSemaphoresTest() local 913 typename Traits::Handle memoryHandle = Traits::InvalidHandle(); in runShouldDrawTest() local 1064 typename Traits::Handle memoryHandle = Traits::InvalidHandle(); in runWaitSemaphoresRetainsContentTest() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | DeviceVk.cpp | 716 ExternalMemoryHandle memoryHandle, in ImportExternalImage() 794 ExternalMemoryHandle memoryHandle, in CreateTextureWrappingVulkanImage()
|