dawn-cmake/src/tests
Corentin Wallez 1fda980fa6 Add an Error and ResultOrError<T> type and tests
These types are meant to be used for computations that might but are not
expected to fail in backend/, such that the error case can be much
slower than the success case.

The NXT_TRY and NXT_TRY_RESULT macros are added to help write more
concise code that uses Error and ResultOrError.
2018-05-31 15:00:28 -04:00
..
end2end Change Sampler creation to use a descriptor instead of a builder 2018-05-23 14:03:51 -04:00
unittests Add an Error and ResultOrError<T> type and tests 2018-05-31 15:00:28 -04:00
CMakeLists.txt Add an Error and ResultOrError<T> type and tests 2018-05-31 15:00:28 -04:00
End2EndTestsMain.cpp Introduce end2end tests. 2017-06-22 09:56:30 -07:00
NXTTest.cpp Make SetSubData take size in uint8_t not uint32_t. 2018-04-10 14:34:24 -04:00
NXTTest.h Make SetSubData take size in uint8_t not uint32_t. 2018-04-10 14:34:24 -04:00
UnittestsMain.cpp Initial commit of all the NXT integration. 2017-04-20 14:38:20 -04:00