dawn-cmake/src
Jiawei Shao 58809d413b Collect GPU device information for end2end tests - Part I
This patch is the first one to support inspecting GPU information for
dawn_end2end_tests.

In this patch, we support collecting the device name, device id and
vendor id on D3D12 and Vulkan. We also support collecting the device
name on OpenGL. The collection on Metal will be supported in the next
patch. Using this information we implement a series of APIs to inspect
the information of both OS and GPU vendor.

We also skip two failed tests on Windows Intel Vulkan backends.

BUG=dawn:10

Change-Id: If52a960c0bae3922a0b5650500218eff1400d77a
Reviewed-on: https://dawn-review.googlesource.com/1460
Commit-Queue: Jiawei Shao <jiawei.shao@intel.com>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
2018-09-19 00:32:52 +00:00
..
common Add DAWN_UNUSED_FUNC to ignore unused functions in generated code 2018-09-17 22:59:08 +00:00
dawn_native Collect GPU device information for end2end tests - Part I 2018-09-19 00:32:52 +00:00
dawn_wire Make shared library dependencies private. 2018-07-30 17:22:45 +02:00
include Collect GPU device information for end2end tests - Part I 2018-09-19 00:32:52 +00:00
tests Collect GPU device information for end2end tests - Part I 2018-09-19 00:32:52 +00:00
utils dawn.json: Make textureDescriptor use Extent3D 2018-09-18 12:49:22 +00:00