mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 19:01:24 +00:00
Resource usage tracking for compute is per dispatch. So we should call pipeline and dispatch to trigger resource tracking in compute. This change added dispatch calls for compute pass related tests. This change also changed inappropriate comments, and moved a test to a proper location in the file. Bug: dawn:358 Change-Id: I6d31169164c434c2f446cd5746170433dd1eb4b7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/21000 Commit-Queue: Yunchao He <yunchao.he@intel.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>