/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | ResourceMemoryAllocatorVk.cpp | 65 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 D | VulkanFunctions.h | 152 PFN_vkAllocateMemory AllocateMemory = nullptr; member
|
H A D | VulkanFunctions.cpp | 175 GET_DEVICE_PROC(AllocateMemory); in LoadDeviceProcs()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | resource.cc | 128 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 D | resource.h | 83 Result AllocateMemory(VkDeviceMemory* memory,
|
H A D | transfer_image.cc | 413 Result r = AllocateMemory(memory, requirement.size, *memory_type_index); in AllocateAndBindMemoryToVkImage()
|
/third_party/skia/tools/gpu/vk/ |
H A D | VkTestHelper.h | 49 DECLARE_VK_PROC(AllocateMemory);
|
H A D | VkTestHelper.cpp | 72 ACQUIRE_DEVICE_VK_PROC(AllocateMemory) in init()
|
H A D | VkYcbcrSamplerHelper.cpp | 117 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 D | StagingBufferD3D12.cpp | 43 mDevice->AllocateMemory(D3D12_HEAP_TYPE_UPLOAD, resourceDescriptor, in Initialize()
|
H A D | ResourceAllocatorManagerD3D12.h | 63 ResultOrError<ResourceHeapAllocation> AllocateMemory(
|
H A D | DeviceD3D12.cpp | 525 ResultOrError<ResourceHeapAllocation> Device::AllocateMemory( in AllocateMemory() function in dawn_native::d3d12::Device 529 return mResourceAllocatorManager->AllocateMemory(heapType, resourceDescriptor, in AllocateMemory()
|
H A D | DeviceD3D12.h | 108 ResultOrError<ResourceHeapAllocation> AllocateMemory(
|
H A D | ResourceAllocatorManagerD3D12.cpp | 182 ResultOrError<ResourceHeapAllocation> ResourceAllocatorManager::AllocateMemory( in AllocateMemory() function in dawn_native::d3d12::ResourceAllocatorManager
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | Device.hpp | 104 // 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 D | Device.cpp | 339 VkResult Device::AllocateMemory(size_t size, VkMemoryPropertyFlags flags, VkDeviceMemory *out) const in AllocateMemory() function in Device
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan_functions.h | 104 MACRO(1, 1, FF_VK_EXT_NO_FLAG, AllocateMemory) \
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common.h | 192 WSI_CB(AllocateMemory);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
H A D | MemoryServiceZirconHandle.cpp | 127 DAWN_TRY(CheckVkSuccess(mDevice->fn.AllocateMemory(mDevice->GetVkDevice(), &allocateInfo, in ImportMemory()
|
H A D | MemoryServiceOpaqueFD.cpp | 126 DAWN_TRY(CheckVkSuccess(mDevice->fn.AllocateMemory(mDevice->GetVkDevice(), &allocateInfo, in ImportMemory()
|
H A D | MemoryServiceDmaBuf.cpp | 213 CheckVkSuccess(mDevice->fn.AllocateMemory(mDevice->GetVkDevice(), &memoryAllocateInfo, in ImportMemory()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkMemory.cpp | 125 GR_VK_CALL_RESULT(gpu, err, AllocateMemory(device, &allocateInfo, nullptr, &memory));
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
H A D | D3D12MemAlloc.h | 306 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 D | VulkanImageWrappingTestsOpaqueFD.cpp | 82 ::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 D | frame_dec.c | 682 static int AllocateMemory(VP8Decoder* const dec) { in AllocateMemory() function 797 if (!AllocateMemory(dec)) return 0; in VP8InitFrame()
|