Home
last modified time | relevance | path

Searched refs:BindBufferMemory (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DStagingBufferVk.cpp51 mDevice->fn.BindBufferMemory(mDevice->GetVkDevice(), mBuffer, in Initialize()
H A DBufferVk.cpp210 device->fn.BindBufferMemory(device->GetVkDevice(), mHandle, in Initialize()
H A DVulkanFunctions.h154 PFN_vkBindBufferMemory BindBufferMemory = nullptr; member
H A DVulkanFunctions.cpp177 GET_DEVICE_PROC(BindBufferMemory); in LoadDeviceProcs()
/third_party/skia/src/gpu/vk/
H A DGrVkMemory.cpp80 GR_VK_CALL_RESULT(gpu, err, BindBufferMemory(gpu->device(), buffer, alloc->fMemory,
131 GR_VK_CALL_RESULT(gpu, err, BindBufferMemory(device, buffer, memory, 0));
H A DGrVkAMDMemoryAllocator.cpp62 GR_COPY_FUNCTION(BindBufferMemory); in Make()
H A DGrVkInterface.cpp61 ACQUIRE_PROC(BindBufferMemory, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/ffmpeg/libavutil/
H A Dvulkan_functions.h122 MACRO(1, 1, FF_VK_EXT_NO_FLAG, BindBufferMemory) \
H A Dvulkan.c248 ret = vk->BindBufferMemory(s->hwctx->act_dev, buf->buf, buf->mem, 0); in ff_vk_create_buf()
H A Dhwcontext_vulkan.c3557 ret = vk->BindBufferMemory(hwctx->act_dev, vkbuf->buf, vkbuf->mem, 0); in create_buf()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.h194 WSI_CB(BindBufferMemory);
H A 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/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h317 PFN_vkBindBufferMemory BindBufferMemory; member
H A Dvk_dispatch_table_helper.h50 table->BindBufferMemory = (PFN_vkBindBufferMemory)gpa(device, "vkBindBufferMemory"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c348 table->BindBufferMemory = (PFN_vkBindBufferMemory)gpa(dev, "vkBindBufferMemory"); in loader_init_device_dispatch_table()
1610 if (!strcmp(name, "BindBufferMemory")) { in loader_lookup_device_dispatch_table()
1612 return (void *)table->BindBufferMemory; in loader_lookup_device_dispatch_table()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c1034 if (VKSCR(BindBufferMemory)(screen->dev, obj->buffer, zink_bo_get_mem(obj->bo), obj->offset) != VK_SUCCESS) { in resource_object_create()
1038 if (obj->storage_buffer && VKSCR(BindBufferMemory)(screen->dev, obj->storage_buffer, zink_bo_get_mem(obj->bo), obj->offset) != VK_SUCCESS) { in resource_object_create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryPipelineBarrierTests.cpp1545 class BindBufferMemory : public Command
1548 BindBufferMemory (void) {}
1549 ~BindBufferMemory (void) {}
1550 const char* getName (void) const { return "BindBufferMemory"; }
1556 void BindBufferMemory::logPrepare (TestLog& log, size_t commandIndex) const
1561 void BindBufferMemory::prepare (PrepareContext& context)
8894 case OP_BUFFER_BINDMEMORY: return de::MovePtr<Command>(new BindBufferMemory());
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryPipelineBarrierTests.cpp1545 class BindBufferMemory : public Command
1548 BindBufferMemory (void) {}
1549 ~BindBufferMemory (void) {}
1550 const char* getName (void) const { return "BindBufferMemory"; }
1556 void BindBufferMemory::logPrepare (TestLog& log, size_t commandIndex) const
1561 void BindBufferMemory::prepare (PrepareContext& context)
8894 case OP_BUFFER_BINDMEMORY: return de::MovePtr<Command>(new BindBufferMemory());
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h6826 VkResult BindBufferMemory(
7943 VkResult BindBufferMemory(
12402 VkResult VmaDeviceMemoryBlock::BindBufferMemory( in BindBufferMemory() function in VmaAllocator_T::VmaDeviceMemoryBlock
17431 VkResult VmaAllocator_T::BindBufferMemory(
17447 res = pBlock->BindBufferMemory(this, hAllocation, allocationLocalOffset, hBuffer, pNext);
19166 return allocator->BindBufferMemory(allocation, 0, buffer, VMA_NULL);
19182 return allocator->BindBufferMemory(allocation, allocationLocalOffset, buffer, pNext);
19287 res = allocator->BindBufferMemory(*pAllocation, 0, *pBuffer, VMA_NULL);
/third_party/mesa3d/src/vulkan/overlay-layer/
H A 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/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h50 table->BindBufferMemory = (PFN_vkBindBufferMemory)gpa(device, "vkBindBufferMemory"); in layer_init_device_dispatch_table()
/third_party/vulkan-loader/loader/
H A Dtrampoline.c1242 return disp->BindBufferMemory(device, buffer, mem, offset); in vkBindBufferMemory()

Completed in 109 milliseconds