/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/skia/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 | 62 WSI_CB(BindBufferMemory);
|
D | wsi_common.c | 51 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/ |
D | GrVkAMDMemoryAllocator.cpp | 29 GR_COPY_FUNCTION(BindBufferMemory); in GrVkAMDMemoryAllocator()
|
D | GrVkMemory.cpp | 66 VkResult err = GR_VK_CALL(gpu->vkInterface(), BindBufferMemory(gpu->device(), buffer, in AllocAndBindBufferMemory()
|
D | GrVkInterface.cpp | 61 ACQUIRE_PROC(BindBufferMemory, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 29 GR_COPY_FUNCTION(BindBufferMemory); in GrVkAMDMemoryAllocator()
|
D | GrVkMemory.cpp | 66 VkResult err = GR_VK_CALL(gpu->vkInterface(), BindBufferMemory(gpu->device(), buffer, in AllocAndBindBufferMemory()
|
D | GrVkInterface.cpp | 61 ACQUIRE_PROC(BindBufferMemory, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/skia/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/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/vulkan-validation-layers/layers/ |
D | gpu_validation.cpp | 179 result = dispatch_table->BindBufferMemory(dev_data_->GetDevice(), buffer, memory, 0); in AllocMemoryChunk()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 1540 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()
|