Home
last modified time | relevance | path

Searched refs:DAWN_OUT_OF_MEMORY_ERROR (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DBufferMTL.mm94 return DAWN_OUT_OF_MEMORY_ERROR("Buffer allocation is too large");
101 return DAWN_OUT_OF_MEMORY_ERROR("Buffer allocation is too large");
107 return DAWN_OUT_OF_MEMORY_ERROR("Buffer allocation is too large");
115 return DAWN_OUT_OF_MEMORY_ERROR("Buffer allocation failed");
DQuerySetMTL.mm56 return DAWN_OUT_OF_MEMORY_ERROR(std::string("Error creating query set: ") +
85 return DAWN_OUT_OF_MEMORY_ERROR("Failed to allocate query set.");
DStagingBufferMTL.mm31 return DAWN_OUT_OF_MEMORY_ERROR("Unable to allocate buffer.");
DSamplerMTL.mm97 return DAWN_OUT_OF_MEMORY_ERROR("Failed to allocate sampler.");
DTextureMTL.mm461 return DAWN_OUT_OF_MEMORY_ERROR("Failed to allocate texture.");
659 return DAWN_OUT_OF_MEMORY_ERROR("Unable to allocate buffer.");
DCommandBufferMTL.mm245 return DAWN_OUT_OF_MEMORY_ERROR("Allocation of temporary texture failed.");
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DResourceAllocatorManagerD3D12.cpp219 return DAWN_OUT_OF_MEMORY_ERROR("Allocation failed"); in AllocateMemory()
302 return DAWN_OUT_OF_MEMORY_ERROR("Resource allocation size was invalid."); in CreatePlacedResource()
363 return DAWN_OUT_OF_MEMORY_ERROR("Resource allocation size was invalid."); in CreateCommittedResource()
DD3D12Error.cpp45 return DAWN_OUT_OF_MEMORY_ERROR(context); in CheckOutOfMemoryHRESULTImpl()
DResidencyManagerD3D12.cpp326 return DAWN_OUT_OF_MEMORY_ERROR( in MakeAllocationsResident()
DBufferD3D12.cpp115 return DAWN_OUT_OF_MEMORY_ERROR("Buffer allocation is too large"); in Initialize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBufferVk.cpp155 return DAWN_OUT_OF_MEMORY_ERROR("Buffer allocation is too large"); in Initialize()
166 return DAWN_OUT_OF_MEMORY_ERROR("Buffer allocation is too large"); in Initialize()
177 return DAWN_OUT_OF_MEMORY_ERROR("Buffer size is HUGE and could cause overflows"); in Initialize()
DVulkanError.cpp101 return DAWN_OUT_OF_MEMORY_ERROR(message); in CheckVkOOMThenSuccessImpl()
DResourceMemoryAllocatorVk.cpp78 return DAWN_OUT_OF_MEMORY_ERROR("Allocation size too large"); in AllocateResourceHeap()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DError.h108 #define DAWN_OUT_OF_MEMORY_ERROR(MESSAGE) DAWN_MAKE_ERROR(InternalErrorType::OutOfMemory, MESSAGE) macro
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.cpp228 return DAWN_OUT_OF_MEMORY_ERROR("Out of memory."); in IncrementMemoryUsage()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DTextureGL.cpp466 return DAWN_OUT_OF_MEMORY_ERROR("Unable to allocate buffer."); in ClearTexture()