mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 18:59:21 +00:00
[spirv-writer] Add relational add
This CL adds the relational add expression to the spirv writer. Bug: tint:5 Change-Id: Ideed225c63e60f53a019b79803809f8e973299c6 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/18605 Reviewed-by: David Neto <dneto@google.com>
This commit is contained in:
@@ -12,12 +12,11 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#include "src/reader/spirv/function.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "gmock/gmock.h"
|
||||
#include "src/reader/spirv/function.h"
|
||||
#include "src/reader/spirv/parser_impl.h"
|
||||
#include "src/reader/spirv/parser_impl_test_helper.h"
|
||||
#include "src/reader/spirv/spirv_tools_helpers_test.h"
|
||||
|
||||
Reference in New Issue
Block a user