/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_proc_table.h | 69 DEFINE_PROC(BindImageMemory); 195 DEFINE_PROC(BindImageMemory);
|
D | vulkan_proc_table.cc | 156 ACQUIRE_PROC(BindImageMemory, handle); in SetupDeviceProcAddresses()
|
/third_party/skia/tools/gpu/vk/ |
D | VkTestHelper.h | 51 DECLARE_VK_PROC(BindImageMemory);
|
D | VkTestHelper.cpp | 74 ACQUIRE_DEVICE_VK_PROC(BindImageMemory) in init()
|
D | VkYcbcrSamplerHelper.cpp | 173 GR_VK_CALL_RESULT(vkGpu, result, BindImageMemory(vkGpu->device(), fImage, fImageMemory, 0u)); in createBackendTexture()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | vulkan_surface.cc | 270 if (VK_CALL_LOG_ERROR(vulkan_provider_.vk().BindImageMemory( in AllocateDeviceMemory() 395 if (VK_CALL_LOG_ERROR(vulkan_provider_.vk().BindImageMemory( in BindToImage()
|
/third_party/flutter/skia/tests/ |
D | VkYcbcrSamplerTest.cpp | 74 DECLARE_VK_PROC(BindImageMemory); 165 ACQUIRE_DEVICE_VK_PROC(BindImageMemory) in init()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 195 WSI_CB(BindImageMemory);
|
D | wsi_common.c | 133 WSI_GET_CB(BindImageMemory); in wsi_device_init() 547 result = wsi->BindImageMemory(chain->device, image->image, in wsi_create_image() 1283 return wsi->BindImageMemory(chain->device, vk_image, image->memory, 0); in wsi_common_bind_swapchain_image()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkMemory.cpp | 96 GR_VK_CALL_RESULT(gpu, err, BindImageMemory(gpu->device(), image, alloc->fMemory, in AllocAndBindImageMemory()
|
D | GrVkAMDMemoryAllocator.cpp | 48 GR_COPY_FUNCTION(BindImageMemory); in Make()
|
D | GrVkInterface.cpp | 62 ACQUIRE_PROC(BindImageMemory, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 96 GET_DEVICE_PROC(BindImageMemory); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 92 PFN_vkBindImageMemory BindImageMemory = nullptr; member
|
D | TextureVk.cpp | 427 if (device->fn.BindImageMemory(device->GetVkDevice(), mHandle, in Texture()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkMemory.cpp | 115 VkResult err = GR_VK_CALL(gpu->vkInterface(), BindImageMemory(gpu->device(), image, in AllocAndBindImageMemory()
|
D | GrVkAMDMemoryAllocator.cpp | 31 GR_COPY_FUNCTION(BindImageMemory); in GrVkAMDMemoryAllocator()
|
D | GrVkInterface.cpp | 62 ACQUIRE_PROC(BindImageMemory, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 178 GET_DEVICE_PROC(BindImageMemory); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 155 PFN_vkBindImageMemory BindImageMemory = nullptr; member
|
D | TextureVk.cpp | 676 device->fn.BindImageMemory(device->GetVkDevice(), mHandle, in InitializeAsInternalTexture() 738 device->fn.BindImageMemory(device->GetVkDevice(), mHandle, externalMemoryAllocation, 0), in BindExternalMemory()
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_layer_dispatch_table.h | 308 PFN_vkBindImageMemory BindImageMemory; member
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
D | VulkanImageWrappingTestsOpaqueFD.cpp | 117 return deviceVk->fn.BindImageMemory(deviceVk->GetVkDevice(), handle, *memory, 0); in BindMemory()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 6781 VkResult BindImageMemory( 7848 VkResult BindImageMemory( 12319 VkResult VmaDeviceMemoryBlock::BindImageMemory( in BindImageMemory() function 17107 VkResult VmaAllocator_T::BindImageMemory( in BindImageMemory() function 17123 res = pBlock->BindImageMemory(this, hAllocation, allocationLocalOffset, hImage, pNext); in BindImageMemory() 18734 return allocator->BindImageMemory(allocation, 0, image, VMA_NULL); in vmaBindImageMemory() 18750 return allocator->BindImageMemory(allocation, allocationLocalOffset, image, pNext); in vmaBindImageMemory2() 18966 res = allocator->BindImageMemory(*pAllocation, 0, *pImage, VMA_NULL); in vmaCreateImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 1685 class BindImageMemory : public Command class 1688 BindImageMemory (void) {} in BindImageMemory() function in vkt::memory::__anonbaa60de30111::BindImageMemory 1689 ~BindImageMemory (void) {} in ~BindImageMemory() 1696 void BindImageMemory::logPrepare (TestLog& log, size_t commandIndex) const in logPrepare() 1701 void BindImageMemory::prepare (PrepareContext& context) in prepare() 8898 case OP_IMAGE_BINDMEMORY: return de::MovePtr<Command>(new BindImageMemory()); in createHostCommand()
|