Home
last modified time | relevance | path

Searched refs:forceEnabledWorkarounds (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp115 std::initializer_list<const char*> forceEnabledWorkarounds, in BackendTestConfig() argument
118 forceEnabledWorkarounds(forceEnabledWorkarounds), in BackendTestConfig()
122 BackendTestConfig D3D12Backend(std::initializer_list<const char*> forceEnabledWorkarounds, in D3D12Backend() argument
124 return BackendTestConfig(wgpu::BackendType::D3D12, forceEnabledWorkarounds, in D3D12Backend()
128 BackendTestConfig MetalBackend(std::initializer_list<const char*> forceEnabledWorkarounds, in MetalBackend() argument
130 return BackendTestConfig(wgpu::BackendType::Metal, forceEnabledWorkarounds, in MetalBackend()
134 BackendTestConfig NullBackend(std::initializer_list<const char*> forceEnabledWorkarounds, in NullBackend() argument
136 return BackendTestConfig(wgpu::BackendType::Null, forceEnabledWorkarounds, in NullBackend()
140 BackendTestConfig OpenGLBackend(std::initializer_list<const char*> forceEnabledWorkarounds, in OpenGLBackend() argument
142 return BackendTestConfig(wgpu::BackendType::OpenGL, forceEnabledWorkarounds, in OpenGLBackend()
[all …]
DDawnTest.h134 std::initializer_list<const char*> forceEnabledWorkarounds = {},
139 std::vector<const char*> forceEnabledWorkarounds; member
158 std::vector<const char*> forceEnabledWorkarounds; member
164 BackendTestConfig D3D12Backend(std::initializer_list<const char*> forceEnabledWorkarounds = {},
167 BackendTestConfig MetalBackend(std::initializer_list<const char*> forceEnabledWorkarounds = {},
170 BackendTestConfig NullBackend(std::initializer_list<const char*> forceEnabledWorkarounds = {},
173 BackendTestConfig OpenGLBackend(std::initializer_list<const char*> forceEnabledWorkarounds = {},
176 BackendTestConfig OpenGLESBackend(std::initializer_list<const char*> forceEnabledWorkarounds = {},
179 BackendTestConfig VulkanBackend(std::initializer_list<const char*> forceEnabledWorkarounds = {},
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DVulkanImageWrappingTestsDmaBuf.cpp315 deviceDescriptor.forceEnabledToggles = GetParam().forceEnabledWorkarounds; in SetUp()
DVulkanImageWrappingTestsOpaqueFD.cpp386 deviceDescriptor.forceEnabledToggles = GetParam().forceEnabledWorkarounds; in SetUp()