mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-12 08:05:53 +00:00
This change adds a few tests to cover more copy scenarios like copy between different mip levels of the same texture, copies between 3D texture and 2D Array textures for partial copies, non-zero offset (copy origin), non-zero mip level, etc. The new tests expose a bug, which is fixed by this change. It also re-arranges the tests, in order to put all tests into corresponding categories like T2B, B2T and T2T tests. Within each category, tests are in the sequence of 2D texture tests, 2D array texture tests, and 3D texture tests. Bug: dawn:547 Change-Id: I624a8814d91950e69126705611f02e258eaf216b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/55540 Commit-Queue: Yunchao He <yunchao.he@intel.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org>