/external/skia/tools/gpu/vk/ |
D | VkTestHelper.h | 51 DECLARE_VK_PROC(BindImageMemory);
|
D | VkTestHelper.cpp | 74 ACQUIRE_DEVICE_VK_PROC(BindImageMemory) in init()
|
D | VkYcbcrSamplerHelper.cpp | 173 GR_VK_CALL_RESULT(vkGpu, result, BindImageMemory(vkGpu->device(), fImage, fImageMemory, 0u)); in createBackendTexture()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 157 WSI_CB(BindImageMemory);
|
D | wsi_common_drm.c | 314 result = wsi->BindImageMemory(chain->device, image->image, in wsi_create_native_image() 536 result = wsi->BindImageMemory(chain->device, image->image, in wsi_create_prime_image()
|
D | wsi_common.c | 78 WSI_GET_CB(BindImageMemory); in wsi_device_init()
|
/external/skia/src/gpu/vk/ |
D | GrVkMemory.cpp | 93 GR_VK_CALL_RESULT(gpu, err, BindImageMemory(gpu->device(), image, alloc->fMemory, in AllocAndBindImageMemory()
|
D | GrVkAMDMemoryAllocator.cpp | 48 GR_COPY_FUNCTION(BindImageMemory); in Make()
|
D | GrVkInterface.cpp | 62 ACQUIRE_PROC(BindImageMemory, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/skqp/src/gpu/vk/ |
D | GrVkMemory.cpp | 113 VkResult err = GR_VK_CALL(gpu->vkInterface(), BindImageMemory(gpu->device(), image, in AllocAndBindImageMemory()
|
D | GrVkAMDMemoryAllocator.cpp | 30 GR_COPY_FUNCTION(BindImageMemory); in GrVkAMDMemoryAllocator()
|
D | GrVkInterface.cpp | 62 ACQUIRE_PROC(BindImageMemory, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_layer_dispatch_table.h | 252 PFN_vkBindImageMemory BindImageMemory; member
|
D | vk_dispatch_table_helper.h | 412 table->BindImageMemory = (PFN_vkBindImageMemory) gpa(device, "vkBindImageMemory"); in layer_init_device_dispatch_table()
|
D | layer_chassis_dispatch.cpp | 1349 …if (!wrap_handles) return layer_data->device_dispatch_table.BindImageMemory(device, image, memory,… in DispatchBindImageMemory() 1354 …VkResult result = layer_data->device_dispatch_table.BindImageMemory(device, image, memory, memoryO… in DispatchBindImageMemory()
|
D | chassis.cpp | 1458 VKAPI_ATTR VkResult VKAPI_CALL BindImageMemory( in BindImageMemory() function 9295 {"vkBindImageMemory", {false, (void*)BindImageMemory}},
|
D | chassis.h | 206 VKAPI_ATTR VkResult VKAPI_CALL BindImageMemory(
|
/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/mesa3d/prebuilt-intermediates/util/ |
D | vk_enum_to_str.h | 509 PFN_vkBindImageMemory BindImageMemory; member
|
D | vk_enum_to_str.c | 4532 table->BindImageMemory = (PFN_vkBindImageMemory) gpa(device, "vkBindImageMemory"); in vk_load_device_commands()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | vk_mem_alloc.h | 6800 VkResult BindImageMemory( 7867 VkResult BindImageMemory( 12337 VkResult VmaDeviceMemoryBlock::BindImageMemory( in BindImageMemory() function 17136 VkResult VmaAllocator_T::BindImageMemory( in BindImageMemory() function 17152 res = pBlock->BindImageMemory(this, hAllocation, allocationLocalOffset, hImage, pNext); in BindImageMemory() 18762 return allocator->BindImageMemory(allocation, 0, image, VMA_NULL); in vmaBindImageMemory() 18778 return allocator->BindImageMemory(allocation, allocationLocalOffset, image, pNext); in vmaBindImageMemory2() 18994 res = allocator->BindImageMemory(*pAllocation, 0, *pImage, VMA_NULL); in vmaCreateImage()
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 6781 VkResult BindImageMemory( 7848 VkResult BindImageMemory( 12319 VkResult VmaDeviceMemoryBlock::BindImageMemory( in BindImageMemory() function 17107 VkResult VmaAllocator_T::BindImageMemory( in BindImageMemory() function 17123 res = pBlock->BindImageMemory(this, hAllocation, allocationLocalOffset, hImage, pNext); in BindImageMemory() 18734 return allocator->BindImageMemory(allocation, 0, image, VMA_NULL); in vmaBindImageMemory() 18750 return allocator->BindImageMemory(allocation, allocationLocalOffset, image, pNext); in vmaBindImageMemory2() 18966 res = allocator->BindImageMemory(*pAllocation, 0, *pImage, VMA_NULL); in vmaCreateImage()
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 5770 VkResult BindImageMemory( 6700 VkResult BindImageMemory(VmaAllocation hAllocation, VkImage hImage); 11191 VkResult VmaDeviceMemoryBlock::BindImageMemory( in BindImageMemory() function 15257 VkResult VmaAllocator_T::BindImageMemory(VmaAllocation hAllocation, VkImage hImage) in BindImageMemory() function 15273 res = pBlock->BindImageMemory(this, hAllocation, hImage); in BindImageMemory() 16520 return allocator->BindImageMemory(allocation, image); in vmaBindImageMemory() 16741 res = allocator->BindImageMemory(*pAllocation, *pImage); in vmaCreateImage()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 1682 class BindImageMemory : public Command class 1685 BindImageMemory (void) {} in BindImageMemory() function in vkt::memory::__anon58c89e6c0111::BindImageMemory 1686 ~BindImageMemory (void) {} in ~BindImageMemory() 1693 void BindImageMemory::logPrepare (TestLog& log, size_t commandIndex) const in logPrepare() 1698 void BindImageMemory::prepare (PrepareContext& context) in prepare() 8892 case OP_IMAGE_BINDMEMORY: return de::MovePtr<Command>(new BindImageMemory()); in createHostCommand()
|
/external/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1641 VK_CHECK(device_data->vtable.BindImageMemory(device_data->device, in setup_swapchain_data_pipeline()
|