mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-28 10:11:33 +00:00
This patch add Tint end-to-end tests for built-ins using f16 types. Bug: tint:1473, tint:1502 Change-Id: I09db6e0b7e90541fb246e11d475e27be96a6d07e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/97340 Reviewed-by: Antonio Maiorano <amaiorano@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Zhaoming Jiang <zhaoming.jiang@intel.com>
18 lines
594 B
Plaintext
18 lines
594 B
Plaintext
SKIP: FAILED
|
|
|
|
gen/literal/arrayLength/cbd6b5.wgsl:26:10 error: using f16 types in 'storage' storage class is not implemented yet
|
|
arg_0: array<f16>,
|
|
^^^^^^^^^^
|
|
|
|
gen/literal/arrayLength/cbd6b5.wgsl:25:1 note: see layout of struct:
|
|
/* align(2) size(2) */ struct SB_RW {
|
|
/* offset(0) align(2) size(2) */ arg_0 : array<f16>;
|
|
/* */ };
|
|
struct SB_RW {
|
|
^^^^^^
|
|
|
|
gen/literal/arrayLength/cbd6b5.wgsl:28:48 note: see declaration of variable
|
|
@group(0) @binding(0) var<storage, read_write> sb_rw : SB_RW;
|
|
^^^^^
|
|
|