dawn-cmake/test/tint/builtins/gen/literal/fwidth/b83ebb.wgsl.expected.spvasm
Ben Clayton ee36e39296 test/tint/builtins: Generate abstract numeric tests
Change-Id: I2da181af0694f73ec4be07ed40e4e70d49b53583
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/97140
Commit-Queue: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
2022-07-26 14:27:25 +00:00

33 lines
1.1 KiB
Plaintext

; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 16
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %fragment_main "fragment_main"
OpExecutionMode %fragment_main OriginUpperLeft
OpName %fwidth_b83ebb "fwidth_b83ebb"
OpName %res "res"
OpName %fragment_main "fragment_main"
%void = OpTypeVoid
%1 = OpTypeFunction %void
%float = OpTypeFloat 32
%v2float = OpTypeVector %float 2
%float_1 = OpConstant %float 1
%9 = OpConstantComposite %v2float %float_1 %float_1
%_ptr_Function_v2float = OpTypePointer Function %v2float
%12 = OpConstantNull %v2float
%fwidth_b83ebb = OpFunction %void None %1
%4 = OpLabel
%res = OpVariable %_ptr_Function_v2float Function %12
%5 = OpFwidth %v2float %9
OpStore %res %5
OpReturn
OpFunctionEnd
%fragment_main = OpFunction %void None %1
%14 = OpLabel
%15 = OpFunctionCall %void %fwidth_b83ebb
OpReturn
OpFunctionEnd