mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-31 11:41:35 +00:00
Bug: tint:1526 Change-Id: I301a9ba6e94b162a1ffb436be3e3212b723b7401 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/106682 Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
18 lines
621 B
WebGPU Shading Language
18 lines
621 B
WebGPU Shading Language
SKIP: FAILED
|
|
|
|
builtins/gen/literal/arrayLength/cbd6b5.wgsl:26:10 error: using f16 types in 'storage' address space is not implemented yet
|
|
arg_0: array<f16>,
|
|
^^^^^^^^^^
|
|
|
|
builtins/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 {
|
|
^^^^^^
|
|
|
|
builtins/gen/literal/arrayLength/cbd6b5.wgsl:28:48 note: see declaration of variable
|
|
@group(0) @binding(0) var<storage, read_write> sb_rw : SB_RW;
|
|
^^^^^
|
|
|