Home
last modified time | relevance | path

Searched refs:BindImageMemory (Results 1 – 25 of 31) sorted by relevance

12

/third_party/flutter/engine/flutter/vulkan/
Dvulkan_proc_table.h69 DEFINE_PROC(BindImageMemory);
195 DEFINE_PROC(BindImageMemory);
Dvulkan_proc_table.cc156 ACQUIRE_PROC(BindImageMemory, handle); in SetupDeviceProcAddresses()
/third_party/skia/tools/gpu/vk/
DVkTestHelper.h51 DECLARE_VK_PROC(BindImageMemory);
DVkTestHelper.cpp74 ACQUIRE_DEVICE_VK_PROC(BindImageMemory) in init()
DVkYcbcrSamplerHelper.cpp173 GR_VK_CALL_RESULT(vkGpu, result, BindImageMemory(vkGpu->device(), fImage, fImageMemory, 0u)); in createBackendTexture()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface.cc270 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/
DVkYcbcrSamplerTest.cpp74 DECLARE_VK_PROC(BindImageMemory);
165 ACQUIRE_DEVICE_VK_PROC(BindImageMemory) in init()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.h195 WSI_CB(BindImageMemory);
Dwsi_common.c133 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/
DGrVkMemory.cpp96 GR_VK_CALL_RESULT(gpu, err, BindImageMemory(gpu->device(), image, alloc->fMemory, in AllocAndBindImageMemory()
DGrVkAMDMemoryAllocator.cpp48 GR_COPY_FUNCTION(BindImageMemory); in Make()
DGrVkInterface.cpp62 ACQUIRE_PROC(BindImageMemory, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp96 GET_DEVICE_PROC(BindImageMemory); in LoadDeviceProcs()
DVulkanFunctions.h92 PFN_vkBindImageMemory BindImageMemory = nullptr; member
DTextureVk.cpp427 if (device->fn.BindImageMemory(device->GetVkDevice(), mHandle, in Texture()
/third_party/flutter/skia/src/gpu/vk/
DGrVkMemory.cpp115 VkResult err = GR_VK_CALL(gpu->vkInterface(), BindImageMemory(gpu->device(), image, in AllocAndBindImageMemory()
DGrVkAMDMemoryAllocator.cpp31 GR_COPY_FUNCTION(BindImageMemory); in GrVkAMDMemoryAllocator()
DGrVkInterface.cpp62 ACQUIRE_PROC(BindImageMemory, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp178 GET_DEVICE_PROC(BindImageMemory); in LoadDeviceProcs()
DVulkanFunctions.h155 PFN_vkBindImageMemory BindImageMemory = nullptr; member
DTextureVk.cpp676 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/
Dvk_layer_dispatch_table.h308 PFN_vkBindImageMemory BindImageMemory; member
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DVulkanImageWrappingTestsOpaqueFD.cpp117 return deviceVk->fn.BindImageMemory(deviceVk->GetVkDevice(), handle, *memory, 0); in BindMemory()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6781 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/
DvktMemoryPipelineBarrierTests.cpp1685 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()

12