Home
last modified time | relevance | path

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

/external/skia/tools/gpu/vk/
DVkTestHelper.h51 DECLARE_VK_PROC(BindImageMemory);
DVkTestHelper.cpp74 ACQUIRE_DEVICE_VK_PROC(BindImageMemory) in init()
DVkYcbcrSamplerHelper.cpp173 GR_VK_CALL_RESULT(vkGpu, result, BindImageMemory(vkGpu->device(), fImage, fImageMemory, 0u)); in createBackendTexture()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common.h157 WSI_CB(BindImageMemory);
Dwsi_common_drm.c314 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()
Dwsi_common.c78 WSI_GET_CB(BindImageMemory); in wsi_device_init()
/external/skia/src/gpu/vk/
DGrVkMemory.cpp93 GR_VK_CALL_RESULT(gpu, err, BindImageMemory(gpu->device(), image, alloc->fMemory, in AllocAndBindImageMemory()
DGrVkAMDMemoryAllocator.cpp48 GR_COPY_FUNCTION(BindImageMemory); in Make()
DGrVkInterface.cpp62 ACQUIRE_PROC(BindImageMemory, VK_NULL_HANDLE, device); in GrVkInterface()
/external/skqp/src/gpu/vk/
DGrVkMemory.cpp113 VkResult err = GR_VK_CALL(gpu->vkInterface(), BindImageMemory(gpu->device(), image, in AllocAndBindImageMemory()
DGrVkAMDMemoryAllocator.cpp30 GR_COPY_FUNCTION(BindImageMemory); in GrVkAMDMemoryAllocator()
DGrVkInterface.cpp62 ACQUIRE_PROC(BindImageMemory, VK_NULL_HANDLE, device); in GrVkInterface()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h252 PFN_vkBindImageMemory BindImageMemory; member
Dvk_dispatch_table_helper.h412 table->BindImageMemory = (PFN_vkBindImageMemory) gpa(device, "vkBindImageMemory"); in layer_init_device_dispatch_table()
Dlayer_chassis_dispatch.cpp1349 …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()
Dchassis.cpp1458 VKAPI_ATTR VkResult VKAPI_CALL BindImageMemory( in BindImageMemory() function
9295 {"vkBindImageMemory", {false, (void*)BindImageMemory}},
Dchassis.h206 VKAPI_ATTR VkResult VKAPI_CALL BindImageMemory(
/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/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h509 PFN_vkBindImageMemory BindImageMemory; member
Dvk_enum_to_str.c4532 table->BindImageMemory = (PFN_vkBindImageMemory) gpa(device, "vkBindImageMemory"); in vk_load_device_commands()
/external/angle/third_party/vulkan_memory_allocator/src/
Dvk_mem_alloc.h6800 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/
Dvk_mem_alloc.h6781 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/
Dvk_mem_alloc.h5770 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/
DvktMemoryPipelineBarrierTests.cpp1682 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/
Doverlay.cpp1641 VK_CHECK(device_data->vtable.BindImageMemory(device_data->device, in setup_swapchain_data_pipeline()