Home
last modified time | relevance | path

Searched refs:BindImageMemory (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/vulkan/wsi/
Dwsi_common.h63 WSI_CB(BindImageMemory);
Dwsi_common.c52 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/
DGrVkAMDMemoryAllocator.cpp30 GR_COPY_FUNCTION(BindImageMemory); in GrVkAMDMemoryAllocator()
DGrVkMemory.cpp113 VkResult err = GR_VK_CALL(gpu->vkInterface(), BindImageMemory(gpu->device(), image, in AllocAndBindImageMemory()
DGrVkInterface.cpp62 ACQUIRE_PROC(BindImageMemory, VK_NULL_HANDLE, device); in GrVkInterface()
/external/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp30 GR_COPY_FUNCTION(BindImageMemory); in GrVkAMDMemoryAllocator()
DGrVkMemory.cpp113 VkResult err = GR_VK_CALL(gpu->vkInterface(), BindImageMemory(gpu->device(), image, in AllocAndBindImageMemory()
DGrVkInterface.cpp62 ACQUIRE_PROC(BindImageMemory, VK_NULL_HANDLE, device); in GrVkInterface()
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4112 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/
Dvk_mem_alloc.h4112 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/
DvktMemoryPipelineBarrierTests.cpp1678 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()