Home
last modified time | relevance | path

Searched refs:BindBufferMemory (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DStagingBufferVk.cpp51 mDevice->fn.BindBufferMemory(mDevice->GetVkDevice(), mBuffer, in Initialize()
DVulkanFunctions.cpp177 GET_DEVICE_PROC(BindBufferMemory); in LoadDeviceProcs()
DBufferVk.cpp210 device->fn.BindBufferMemory(device->GetVkDevice(), mHandle, in Initialize()
DVulkanFunctions.h154 PFN_vkBindBufferMemory BindBufferMemory = nullptr; member
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.h194 WSI_CB(BindBufferMemory);
Dwsi_common.c132 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/
DGrVkMemory.cpp42 GR_VK_CALL_RESULT(gpu, err, BindBufferMemory(gpu->device(), buffer, alloc->fMemory, in AllocAndBindBufferMemory()
DGrVkAMDMemoryAllocator.cpp47 GR_COPY_FUNCTION(BindBufferMemory); in Make()
DGrVkInterface.cpp61 ACQUIRE_PROC(BindBufferMemory, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h307 PFN_vkBindBufferMemory BindBufferMemory; member
Dvk_loader_extensions.c357 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()
Dvk_dispatch_table_helper.h443 table->BindBufferMemory = (PFN_vkBindBufferMemory) gpa(device, "vkBindBufferMemory"); in layer_init_device_dispatch_table()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c1034 …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/
Dvk_mem_alloc.h6775 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/
Doverlay.cpp1059 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/
DvktMemoryPipelineBarrierTests.cpp1545 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/
Dtrampoline.c1093 return disp->BindBufferMemory(device, buffer, mem, offset); in vkBindBufferMemory()