Home
last modified time | relevance | path

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

/external/skqp/src/compute/hs/vk/bench/
Dmain.c822 vk(BindBufferMemory(device,vin, mem_vin, 0)); in main()
823 vk(BindBufferMemory(device,vout, mem_vout, 0)); in main()
825 vk(BindBufferMemory(device,sorted,mem_sorted,0)); in main()
826 vk(BindBufferMemory(device,rand, mem_rand, 0)); in main()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common.h156 WSI_CB(BindBufferMemory);
Dwsi_common_drm.c485 result = wsi->BindBufferMemory(chain->device, image->prime.buffer, in wsi_create_prime_image()
Dwsi_common.c77 WSI_GET_CB(BindBufferMemory); in wsi_device_init()
/external/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()
/external/skqp/src/gpu/vk/
DGrVkMemory.cpp66 VkResult err = GR_VK_CALL(gpu->vkInterface(), BindBufferMemory(gpu->device(), buffer, in AllocAndBindBufferMemory()
DGrVkAMDMemoryAllocator.cpp29 GR_COPY_FUNCTION(BindBufferMemory); in GrVkAMDMemoryAllocator()
DGrVkInterface.cpp61 ACQUIRE_PROC(BindBufferMemory, VK_NULL_HANDLE, device); in GrVkInterface()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h251 PFN_vkBindBufferMemory BindBufferMemory; member
Dvk_dispatch_table_helper.h411 table->BindBufferMemory = (PFN_vkBindBufferMemory) gpa(device, "vkBindBufferMemory"); in layer_init_device_dispatch_table()
Dlayer_chassis_dispatch.cpp1332 …if (!wrap_handles) return layer_data->device_dispatch_table.BindBufferMemory(device, buffer, memor… in DispatchBindBufferMemory()
1337 …VkResult result = layer_data->device_dispatch_table.BindBufferMemory(device, buffer, memory, memor… in DispatchBindBufferMemory()
Dchassis.cpp1434 VKAPI_ATTR VkResult VKAPI_CALL BindBufferMemory( in BindBufferMemory() function
9294 {"vkBindBufferMemory", {false, (void*)BindBufferMemory}},
Dchassis.h200 VKAPI_ATTR VkResult VKAPI_CALL BindBufferMemory(
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4108 VkResult BindBufferMemory(
4491 VkResult BindBufferMemory(VmaAllocation hAllocation, VkBuffer hBuffer);
6374 VkResult VmaDeviceMemoryBlock::BindBufferMemory( in BindBufferMemory() function
8360 VkResult VmaAllocator_T::BindBufferMemory(VmaAllocation hAllocation, VkBuffer hBuffer) in BindBufferMemory() function
8376 res = pBlock->BindBufferMemory(this, hAllocation, hBuffer); in BindBufferMemory()
9168 return allocator->BindBufferMemory(allocation, buffer); in vmaBindBufferMemory()
9248 res = allocator->BindBufferMemory(*pAllocation, *pBuffer); in vmaCreateBuffer()
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h507 PFN_vkBindBufferMemory BindBufferMemory; member
Dvk_enum_to_str.c4530 table->BindBufferMemory = (PFN_vkBindBufferMemory) gpa(device, "vkBindBufferMemory"); in vk_load_device_commands()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1050 VK_CHECK(device_data->vtable.BindBufferMemory(device_data->device, in ensure_swapchain_fonts()
1149 VK_CHECK(data->vtable.BindBufferMemory(data->device, *buffer, *buffer_memory, 0)); in CreateOrResizeBuffer()
/external/angle/third_party/vulkan_memory_allocator/src/
Dvk_mem_alloc.h6794 VkResult BindBufferMemory(
7862 VkResult BindBufferMemory(
12320 VkResult VmaDeviceMemoryBlock::BindBufferMemory( in BindBufferMemory() function
17111 VkResult VmaAllocator_T::BindBufferMemory( in BindBufferMemory() function
17127 res = pBlock->BindBufferMemory(this, hAllocation, allocationLocalOffset, hBuffer, pNext); in BindBufferMemory()
18732 return allocator->BindBufferMemory(allocation, 0, buffer, VMA_NULL); in vmaBindBufferMemory()
18748 return allocator->BindBufferMemory(allocation, allocationLocalOffset, buffer, pNext); in vmaBindBufferMemory2()
18853 res = allocator->BindBufferMemory(*pAllocation, 0, *pBuffer, VMA_NULL); in vmaCreateBuffer()
/external/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()
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h5766 VkResult BindBufferMemory(
6699 VkResult BindBufferMemory(VmaAllocation hAllocation, VkBuffer hBuffer);
11175 VkResult VmaDeviceMemoryBlock::BindBufferMemory( in BindBufferMemory() function
15232 VkResult VmaAllocator_T::BindBufferMemory(VmaAllocation hAllocation, VkBuffer hBuffer) in BindBufferMemory() function
15248 res = pBlock->BindBufferMemory(this, hAllocation, hBuffer); in BindBufferMemory()
16506 return allocator->BindBufferMemory(allocation, buffer); in vmaBindBufferMemory()
16604 res = allocator->BindBufferMemory(*pAllocation, *pBuffer); in vmaCreateBuffer()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1544 class BindBufferMemory : public Command class
1547 BindBufferMemory (void) {} in BindBufferMemory() function in vkt::memory::__anon58c89e6c0111::BindBufferMemory
1548 ~BindBufferMemory (void) {} in ~BindBufferMemory()
1555 void BindBufferMemory::logPrepare (TestLog& log, size_t commandIndex) const in logPrepare()
1560 void BindBufferMemory::prepare (PrepareContext& context) in prepare()
8888 case OP_BUFFER_BINDMEMORY: return de::MovePtr<Command>(new BindBufferMemory()); in createHostCommand()