Searched refs:OutOfMemory (Results 1 – 9 of 9) sorted by relevance
37 case InternalErrorType::OutOfMemory: in ToWGPUErrorType()38 return wgpu::ErrorType::OutOfMemory; in ToWGPUErrorType()55 case wgpu::ErrorType::OutOfMemory: in FromWGPUErrorType()56 return InternalErrorType::OutOfMemory; in FromWGPUErrorType()
27 case wgpu::ErrorFilter::OutOfMemory: in ErrorFilterToErrorType()28 return wgpu::ErrorType::OutOfMemory; in ErrorFilterToErrorType()
31 OutOfMemory enumerator108 #define DAWN_OUT_OF_MEMORY_ERROR(MESSAGE) DAWN_MAKE_ERROR(InternalErrorType::OutOfMemory, MESSAGE)
1216 if (type != wgpu::ErrorType::Validation && type != wgpu::ErrorType::OutOfMemory) { in APIInjectError()
86 device.PushErrorScope(wgpu::ErrorFilter::OutOfMemory); in TEST_F()106 device.PushErrorScope(wgpu::ErrorFilter::OutOfMemory); in TEST_F()127 device.PushErrorScope(wgpu::ErrorFilter::OutOfMemory); in TEST_F()161 device.PushErrorScope(wgpu::ErrorFilter::OutOfMemory); in TEST_F()162 device.PushErrorScope(wgpu::ErrorFilter::OutOfMemory); in TEST_F()188 device.PushErrorScope(wgpu::ErrorFilter::OutOfMemory); in TEST_F()
105 OutOfMemory(void) in OutOfMemory() function148 return OutOfMemory(); in main_getcmdline()155 return OutOfMemory(); in main_getcmdline()
186 device.PushErrorScope(wgpu::ErrorFilter::OutOfMemory); in TEST_P()
437 f = wgpu::ErrorFilter::OutOfMemory; in pushErrorScope()
1384 TEST_F(SwiftShaderTest, OutOfMemory) in TEST_F() argument