mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-16 04:11:25 +00:00
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>
34 lines
1.5 KiB
Plaintext
34 lines
1.5 KiB
Plaintext
; 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
|