/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | StagingBufferVk.cpp | 51 mDevice->fn.BindBufferMemory(mDevice->GetVkDevice(), mBuffer, in Initialize()
|
H A D | BufferVk.cpp | 210 device->fn.BindBufferMemory(device->GetVkDevice(), mHandle, in Initialize()
|
H A D | VulkanFunctions.h | 154 PFN_vkBindBufferMemory BindBufferMemory = nullptr; member
|
H A D | VulkanFunctions.cpp | 177 GET_DEVICE_PROC(BindBufferMemory); in LoadDeviceProcs()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkMemory.cpp | 80 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 D | GrVkAMDMemoryAllocator.cpp | 62 GR_COPY_FUNCTION(BindBufferMemory); in Make()
|
H A D | GrVkInterface.cpp | 61 ACQUIRE_PROC(BindBufferMemory, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan_functions.h | 122 MACRO(1, 1, FF_VK_EXT_NO_FLAG, BindBufferMemory) \
|
H A D | vulkan.c | 248 ret = vk->BindBufferMemory(s->hwctx->act_dev, buf->buf, buf->mem, 0); in ff_vk_create_buf()
|
H A D | hwcontext_vulkan.c | 3557 ret = vk->BindBufferMemory(hwctx->act_dev, vkbuf->buf, vkbuf->mem, 0); in create_buf()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common.h | 194 WSI_CB(BindBufferMemory);
|
H A 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/vulkan-loader/loader/generated/ |
H A D | vk_layer_dispatch_table.h | 317 PFN_vkBindBufferMemory BindBufferMemory; member
|
H A D | vk_dispatch_table_helper.h | 50 table->BindBufferMemory = (PFN_vkBindBufferMemory)gpa(device, "vkBindBufferMemory"); in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 348 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 D | zink_resource.c | 1034 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 D | vktMemoryPipelineBarrierTests.cpp | 1545 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 D | vktMemoryPipelineBarrierTests.cpp | 1545 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 D | vk_mem_alloc.h | 6826 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 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/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 50 table->BindBufferMemory = (PFN_vkBindBufferMemory)gpa(device, "vkBindBufferMemory"); in layer_init_device_dispatch_table()
|
/third_party/vulkan-loader/loader/ |
H A D | trampoline.c | 1242 return disp->BindBufferMemory(device, buffer, mem, offset); in vkBindBufferMemory()
|