Home
last modified time | relevance | path

Searched refs:BindBufferMemory (Results 1 – 14 of 14) 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/skia/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.h62 WSI_CB(BindBufferMemory);
Dwsi_common.c51 WSI_GET_CB(BindBufferMemory); in wsi_device_init()
372 result = wsi->BindBufferMemory(chain->device, image->prime.buffer, in wsi_create_prime_image()
/external/skqp/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp29 GR_COPY_FUNCTION(BindBufferMemory); in GrVkAMDMemoryAllocator()
DGrVkMemory.cpp66 VkResult err = GR_VK_CALL(gpu->vkInterface(), BindBufferMemory(gpu->device(), buffer, in AllocAndBindBufferMemory()
DGrVkInterface.cpp61 ACQUIRE_PROC(BindBufferMemory, VK_NULL_HANDLE, device); in GrVkInterface()
/external/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp29 GR_COPY_FUNCTION(BindBufferMemory); in GrVkAMDMemoryAllocator()
DGrVkMemory.cpp66 VkResult err = GR_VK_CALL(gpu->vkInterface(), BindBufferMemory(gpu->device(), buffer, in AllocAndBindBufferMemory()
DGrVkInterface.cpp61 ACQUIRE_PROC(BindBufferMemory, VK_NULL_HANDLE, device); in GrVkInterface()
/external/skia/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/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/vulkan-validation-layers/layers/
Dgpu_validation.cpp179 result = dispatch_table->BindBufferMemory(dev_data_->GetDevice(), buffer, memory, 0); in AllocMemoryChunk()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1540 class BindBufferMemory : public Command class
1543 BindBufferMemory (void) {} in BindBufferMemory() function in vkt::memory::__anon09d9cc850111::BindBufferMemory
1544 ~BindBufferMemory (void) {} in ~BindBufferMemory()
1551 void BindBufferMemory::logPrepare (TestLog& log, size_t commandIndex) const in logPrepare()
1556 void BindBufferMemory::prepare (PrepareContext& context) in prepare()
8853 case OP_BUFFER_BINDMEMORY: return de::MovePtr<Command>(new BindBufferMemory()); in createHostCommand()