/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 | 194 WSI_CB(BindBufferMemory);
|
D | wsi_common.c | 132 WSI_GET_CB(BindBufferMemory); in wsi_device_init() 1412 result = wsi->BindBufferMemory(chain->device, image->buffer.buffer, in wsi_create_buffer_image_mem()
|
/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/vulkan-loader/loader/generated/ |
D | vk_layer_dispatch_table.h | 307 PFN_vkBindBufferMemory BindBufferMemory; member
|
D | vk_loader_extensions.c | 357 table->BindBufferMemory = (PFN_vkBindBufferMemory)gpa(dev, "vkBindBufferMemory"); in loader_init_device_dispatch_table() 1416 if (!strcmp(name, "BindBufferMemory")) return (void *)table->BindBufferMemory; in loader_lookup_device_dispatch_table()
|
D | vk_dispatch_table_helper.h | 443 table->BindBufferMemory = (PFN_vkBindBufferMemory) gpa(device, "vkBindBufferMemory"); in layer_init_device_dispatch_table()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.c | 1034 …if (VKSCR(BindBufferMemory)(screen->dev, obj->buffer, zink_bo_get_mem(obj->bo), obj->offset) != VK… in resource_object_create() 1038 …if (obj->storage_buffer && VKSCR(BindBufferMemory)(screen->dev, obj->storage_buffer, zink_bo_get_m… in resource_object_create()
|
/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::__anonec8724850111::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()
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 1093 return disp->BindBufferMemory(device, buffer, mem, offset); in vkBindBufferMemory()
|