dawn-cmake/test/tint/unicode/identifiers.wgsl.expected.spvasm
Ben Clayton aa58a6934c test: Move unicode e2e test to tint dir
This got left out of the large reshuffle of dbc13af2

Bug: tint:1418
Change-Id: I0e55e19cdb8e3931ab87a99bce0e16b0cf5d5bff
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/81320
Auto-Submit: Ben Clayton <bclayton@google.com>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
2022-02-21 16:51:06 +00:00

34 lines
1.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 17
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %________________________________________ "𝕖𝕟𝕥𝕣𝕪𝕡𝕠𝕚𝕟𝕥"
OpExecutionMode %________________________________________ OriginUpperLeft
OpName %________________________________ "𝓯𝓾𝓷𝓬𝓽𝓲𝓸𝓷"
OpName %______________ "ᵖᵃʳᵃᵐ"
OpName %________________________________________ "𝕖𝕟𝕥𝕣𝕪𝕡𝕠𝕚𝕟𝕥"
OpName %_________________________________0 "𝙫𝙖𝙧𝙞𝙖𝙗𝙡𝙚"
%float = OpTypeFloat 32
%int = OpTypeInt 32 1
%1 = OpTypeFunction %float %int
%void = OpTypeVoid
%8 = OpTypeFunction %void
%_ptr_Function_int = OpTypePointer Function %int
%14 = OpConstantNull %int
%________________________________ = OpFunction %float None %1
%______________ = OpFunctionParameter %int
%6 = OpLabel
%7 = OpConvertSToF %float %______________
OpReturnValue %7
OpFunctionEnd
%________________________________________ = OpFunction %void None %8
%11 = OpLabel
%_________________________________0 = OpVariable %_ptr_Function_int Function %14
%16 = OpLoad %int %_________________________________0
%15 = OpFunctionCall %float %________________________________ %16
OpReturn
OpFunctionEnd