/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | StagingBufferVk.cpp | 49 if (mDevice->fn.BindBufferMemory(mDevice->GetVkDevice(), mBuffer, mAllocation.GetMemory(), in Initialize()
|
D | VulkanFunctions.cpp | 95 GET_DEVICE_PROC(BindBufferMemory); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 91 PFN_vkBindBufferMemory BindBufferMemory = nullptr; member
|
D | BufferVk.cpp | 143 if (device->fn.BindBufferMemory(device->GetVkDevice(), mHandle, in Buffer()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | StagingBufferVk.cpp | 51 mDevice->fn.BindBufferMemory(mDevice->GetVkDevice(), mBuffer, in Initialize()
|
D | VulkanFunctions.cpp | 177 GET_DEVICE_PROC(BindBufferMemory); in LoadDeviceProcs()
|
D | BufferVk.cpp | 210 device->fn.BindBufferMemory(device->GetVkDevice(), mHandle, in Initialize()
|
D | VulkanFunctions.h | 154 PFN_vkBindBufferMemory BindBufferMemory = nullptr; member
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 181 WSI_CB(BindBufferMemory);
|
D | wsi_common_drm.c | 525 result = wsi->BindBufferMemory(chain->device, image->prime.buffer, in wsi_create_prime_image()
|
D | wsi_common.c | 82 WSI_GET_CB(BindBufferMemory); in wsi_device_init()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkMemory.cpp | 42 GR_VK_CALL_RESULT(gpu, err, BindBufferMemory(gpu->device(), buffer, alloc->fMemory, in AllocAndBindBufferMemory()
|
D | GrVkAMDMemoryAllocator.cpp | 47 GR_COPY_FUNCTION(BindBufferMemory); in Make()
|
D | GrVkInterface.cpp | 61 ACQUIRE_PROC(BindBufferMemory, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 30 GR_COPY_FUNCTION(BindBufferMemory); in GrVkAMDMemoryAllocator()
|
D | GrVkMemory.cpp | 65 VkResult err = GR_VK_CALL(gpu->vkInterface(), BindBufferMemory(gpu->device(), buffer, in AllocAndBindBufferMemory()
|
D | GrVkInterface.cpp | 61 ACQUIRE_PROC(BindBufferMemory, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.c | 701 …if (VKSCR(BindBufferMemory)(screen->dev, obj->buffer, zink_bo_get_mem(obj->bo), obj->offset) != VK… in resource_object_create() 1580 …VKSCR(BindBufferMemory)(screen->dev, buffer, zink_bo_get_mem(res->obj->bo), res->obj->offset + off… in zink_resource_tmp_buffer()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 6775 VkResult BindBufferMemory( 7843 VkResult BindBufferMemory( 12302 VkResult VmaDeviceMemoryBlock::BindBufferMemory( in BindBufferMemory() function 17082 VkResult VmaAllocator_T::BindBufferMemory( in BindBufferMemory() function 17098 res = pBlock->BindBufferMemory(this, hAllocation, allocationLocalOffset, hBuffer, pNext); in BindBufferMemory() 18704 return allocator->BindBufferMemory(allocation, 0, buffer, VMA_NULL); in vmaBindBufferMemory() 18720 return allocator->BindBufferMemory(allocation, allocationLocalOffset, buffer, pNext); in vmaBindBufferMemory2() 18825 res = allocator->BindBufferMemory(*pAllocation, 0, *pBuffer, VMA_NULL); in vmaCreateBuffer()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1059 VK_CHECK(device_data->vtable.BindBufferMemory(device_data->device, in ensure_swapchain_fonts() 1158 VK_CHECK(data->vtable.BindBufferMemory(data->device, *buffer, *buffer_memory, 0)); in CreateOrResizeBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 1545 class BindBufferMemory : public Command class 1548 BindBufferMemory (void) {} in BindBufferMemory() function in vkt::memory::__anonce2d56c60111::BindBufferMemory 1549 ~BindBufferMemory (void) {} in ~BindBufferMemory() 1556 void BindBufferMemory::logPrepare (TestLog& log, size_t commandIndex) const in logPrepare() 1561 void BindBufferMemory::prepare (PrepareContext& context) in prepare() 8894 case OP_BUFFER_BINDMEMORY: return de::MovePtr<Command>(new BindBufferMemory()); in createHostCommand()
|