Searched refs:BindImageMemory (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 63 WSI_CB(BindImageMemory);
|
D | wsi_common.c | 52 WSI_GET_CB(BindImageMemory); in wsi_device_init() 276 result = wsi->BindImageMemory(chain->device, image->image, in wsi_create_native_image() 423 result = wsi->BindImageMemory(chain->device, image->image, in wsi_create_prime_image()
|
/external/skqp/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 30 GR_COPY_FUNCTION(BindImageMemory); in GrVkAMDMemoryAllocator()
|
D | GrVkMemory.cpp | 113 VkResult err = GR_VK_CALL(gpu->vkInterface(), BindImageMemory(gpu->device(), image, in AllocAndBindImageMemory()
|
D | GrVkInterface.cpp | 62 ACQUIRE_PROC(BindImageMemory, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 30 GR_COPY_FUNCTION(BindImageMemory); in GrVkAMDMemoryAllocator()
|
D | GrVkMemory.cpp | 113 VkResult err = GR_VK_CALL(gpu->vkInterface(), BindImageMemory(gpu->device(), image, in AllocAndBindImageMemory()
|
D | GrVkInterface.cpp | 62 ACQUIRE_PROC(BindImageMemory, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4112 VkResult BindImageMemory( 4492 VkResult BindImageMemory(VmaAllocation hAllocation, VkImage hImage); 6390 VkResult VmaDeviceMemoryBlock::BindImageMemory( in BindImageMemory() function 8385 VkResult VmaAllocator_T::BindImageMemory(VmaAllocation hAllocation, VkImage hImage) in BindImageMemory() function 8401 res = pBlock->BindImageMemory(this, hAllocation, hImage); in BindImageMemory() 9182 return allocator->BindImageMemory(allocation, image); in vmaBindImageMemory() 9324 res = allocator->BindImageMemory(*pAllocation, *pImage); in vmaCreateImage()
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4112 VkResult BindImageMemory( 4492 VkResult BindImageMemory(VmaAllocation hAllocation, VkImage hImage); 6390 VkResult VmaDeviceMemoryBlock::BindImageMemory( in BindImageMemory() function 8385 VkResult VmaAllocator_T::BindImageMemory(VmaAllocation hAllocation, VkImage hImage) in BindImageMemory() function 8401 res = pBlock->BindImageMemory(this, hAllocation, hImage); in BindImageMemory() 9182 return allocator->BindImageMemory(allocation, image); in vmaBindImageMemory() 9324 res = allocator->BindImageMemory(*pAllocation, *pImage); in vmaCreateImage()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 1678 class BindImageMemory : public Command class 1681 BindImageMemory (void) {} in BindImageMemory() function in vkt::memory::__anon09d9cc850111::BindImageMemory 1682 ~BindImageMemory (void) {} in ~BindImageMemory() 1689 void BindImageMemory::logPrepare (TestLog& log, size_t commandIndex) const in logPrepare() 1694 void BindImageMemory::prepare (PrepareContext& context) in prepare() 8857 case OP_IMAGE_BINDMEMORY: return de::MovePtr<Command>(new BindImageMemory()); in createHostCommand()
|