mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 18:59:21 +00:00
tint: Add sem::IndexAccessorExpression
Also store expression object in MemberAccessorExpression, as well as the struct on sem::StructMember. These are used to implement spir-v reader atomics in a follow-up CL. Bug: tint:1441 Change-Id: Iea49cfb7f9d2e7898d89d2dac6a16a14022c546f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/94523 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com> Reviewed-by: Ben Clayton <bclayton@google.com>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
90ec3d1368
commit
dfeaf29055
@@ -17,6 +17,7 @@
|
||||
#include "gtest/gtest-spi.h"
|
||||
#include "src/tint/program_builder.h"
|
||||
#include "src/tint/sem/if_statement.h"
|
||||
#include "src/tint/sem/index_accessor_expression.h"
|
||||
#include "src/tint/sem/statement.h"
|
||||
#include "src/tint/transform/test_helper.h"
|
||||
#include "src/tint/transform/utils/hoist_to_decl_before.h"
|
||||
|
||||
Reference in New Issue
Block a user