/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 822 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/ |
D | wsi_common.h | 156 WSI_CB(BindBufferMemory);
|
D | wsi_common_drm.c | 485 result = wsi->BindBufferMemory(chain->device, image->prime.buffer, in wsi_create_prime_image()
|
D | wsi_common.c | 77 WSI_GET_CB(BindBufferMemory); in wsi_device_init()
|
/external/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()
|
/external/skqp/src/gpu/vk/ |
D | GrVkMemory.cpp | 66 VkResult err = GR_VK_CALL(gpu->vkInterface(), BindBufferMemory(gpu->device(), buffer, in AllocAndBindBufferMemory()
|
D | GrVkAMDMemoryAllocator.cpp | 29 GR_COPY_FUNCTION(BindBufferMemory); in GrVkAMDMemoryAllocator()
|
D | GrVkInterface.cpp | 61 ACQUIRE_PROC(BindBufferMemory, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_layer_dispatch_table.h | 251 PFN_vkBindBufferMemory BindBufferMemory; member
|
D | vk_dispatch_table_helper.h | 411 table->BindBufferMemory = (PFN_vkBindBufferMemory) gpa(device, "vkBindBufferMemory"); in layer_init_device_dispatch_table()
|
D | layer_chassis_dispatch.cpp | 1332 …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()
|
D | chassis.cpp | 1434 VKAPI_ATTR VkResult VKAPI_CALL BindBufferMemory( in BindBufferMemory() function 9294 {"vkBindBufferMemory", {false, (void*)BindBufferMemory}},
|
D | chassis.h | 200 VKAPI_ATTR VkResult VKAPI_CALL BindBufferMemory(
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4108 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/ |
D | vk_enum_to_str.h | 507 PFN_vkBindBufferMemory BindBufferMemory; member
|
D | vk_enum_to_str.c | 4530 table->BindBufferMemory = (PFN_vkBindBufferMemory) gpa(device, "vkBindBufferMemory"); in vk_load_device_commands()
|
/external/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1050 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/ |
D | vk_mem_alloc.h | 6794 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/ |
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()
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 5766 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/ |
D | vktMemoryPipelineBarrierTests.cpp | 1544 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()
|