Home
last modified time | relevance | path

Searched refs:AllocateMemory (Results 1 - 25 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DResourceMemoryAllocatorVk.cpp65 ResultOrError<ResourceMemoryAllocation> AllocateMemory(uint64_t size, uint64_t alignment) { in AllocateMemory() function in dawn_native::vulkan::ResourceMemoryAllocator::SingleTypeAllocator
91 mDevice->fn.AllocateMemory(mDevice->GetVkDevice(), &allocateInfo, nullptr,
154 DAWN_TRY_ASSIGN(subAllocation, mAllocatorsPerType[memoryType]->AllocateMemory( in Allocate()
H A DVulkanFunctions.h152 PFN_vkAllocateMemory AllocateMemory = nullptr; member
H A DVulkanFunctions.cpp175 GET_DEVICE_PROC(AllocateMemory); in LoadDeviceProcs()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dresource.cc128 Result r = AllocateMemory(memory, requirement.size, *memory_type_index); in AllocateAndBindMemoryToVkBuffer()
140 Result Resource::AllocateMemory(VkDeviceMemory* memory, in AllocateMemory() function in amber::vulkan::Resource
H A Dresource.h83 Result AllocateMemory(VkDeviceMemory* memory,
H A Dtransfer_image.cc413 Result r = AllocateMemory(memory, requirement.size, *memory_type_index); in AllocateAndBindMemoryToVkImage()
/third_party/skia/tools/gpu/vk/
H A DVkTestHelper.h49 DECLARE_VK_PROC(AllocateMemory);
H A DVkTestHelper.cpp72 ACQUIRE_DEVICE_VK_PROC(AllocateMemory) in init()
H A DVkYcbcrSamplerHelper.cpp117 GR_VK_CALL_RESULT(vkGpu, result, AllocateMemory(vkGpu->device(), &allocInfo, in createBackendTexture()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DStagingBufferD3D12.cpp43 mDevice->AllocateMemory(D3D12_HEAP_TYPE_UPLOAD, resourceDescriptor, in Initialize()
H A DResourceAllocatorManagerD3D12.h63 ResultOrError<ResourceHeapAllocation> AllocateMemory(
H A DDeviceD3D12.cpp525 ResultOrError<ResourceHeapAllocation> Device::AllocateMemory( in AllocateMemory() function in dawn_native::d3d12::Device
529 return mResourceAllocatorManager->AllocateMemory(heapType, resourceDescriptor, in AllocateMemory()
H A DDeviceD3D12.h108 ResultOrError<ResourceHeapAllocation> AllocateMemory(
H A DResourceAllocatorManagerD3D12.cpp182 ResultOrError<ResourceHeapAllocation> ResourceAllocatorManager::AllocateMemory( in AllocateMemory() function in dawn_native::d3d12::ResourceAllocatorManager
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DDevice.hpp104 // AllocateMemory allocates size bytes from a memory heap that has all the
108 VkResult AllocateMemory(size_t size, VkMemoryPropertyFlags flags, VkDeviceMemory *out) const;
H A DDevice.cpp339 VkResult Device::AllocateMemory(size_t size, VkMemoryPropertyFlags flags, VkDeviceMemory *out) const in AllocateMemory() function in Device
/third_party/ffmpeg/libavutil/
H A Dvulkan_functions.h104 MACRO(1, 1, FF_VK_EXT_NO_FLAG, AllocateMemory) \
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.h192 WSI_CB(AllocateMemory);
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
H A DMemoryServiceZirconHandle.cpp127 DAWN_TRY(CheckVkSuccess(mDevice->fn.AllocateMemory(mDevice->GetVkDevice(), &allocateInfo, in ImportMemory()
H A DMemoryServiceOpaqueFD.cpp126 DAWN_TRY(CheckVkSuccess(mDevice->fn.AllocateMemory(mDevice->GetVkDevice(), &allocateInfo, in ImportMemory()
H A DMemoryServiceDmaBuf.cpp213 CheckVkSuccess(mDevice->fn.AllocateMemory(mDevice->GetVkDevice(), &memoryAllocateInfo, in ImportMemory()
/third_party/skia/src/gpu/vk/
H A DGrVkMemory.cpp125 GR_VK_CALL_RESULT(gpu, err, AllocateMemory(device, &allocateInfo, nullptr, &memory));
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.h306 hr = allocator->AllocateMemory(&allocDesc, &finalAllocInfo, &alloc);
772 - If you use D3D12MA::Allocator::AllocateMemory(), you should specify one of those `ALLOW_ONLY` flags.
1263 HRESULT AllocateMemory(
1272 or can be a raw memory allocated with D3D12MA::Allocator::AllocateMemory.
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DVulkanImageWrappingTestsOpaqueFD.cpp82 ::VkResult AllocateMemory(dawn_native::vulkan::Device* deviceVk, in AllocateMemory() function in dawn_native::vulkan::__anon20608::VulkanImageWrappingTestBase
109 return deviceVk->fn.AllocateMemory(deviceVk->GetVkDevice(), &allocateInfo, nullptr, in AllocateMemory()
149 AllocateMemory(deviceVk, *handle, allocation, allocationSize, memoryTypeIndex); in CreateBindExportImage()
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dframe_dec.c682 static int AllocateMemory(VP8Decoder* const dec) { in AllocateMemory() function
797 if (!AllocateMemory(dec)) return 0; in VP8InitFrame()

Completed in 18 milliseconds

12