dawn-cmake/test/tint/builtins/gen/literal/dpdx/e263de.wgsl.expected.spvasm
Ben Clayton eb29f81883 tint: Shuffle builtin test directories
mv test/tint/builtins/gen -> test/tint/builtins/gen/literal

We're going to add another set of these for builtins that use 'var' for
each argument.

Change-Id: I1b4ad1495ddccd48232603db2205bf50af9e36b6
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/92320
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
2022-06-01 19:49:50 +00:00

31 lines
1.0 KiB
Plaintext

; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 14
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %fragment_main "fragment_main"
OpExecutionMode %fragment_main OriginUpperLeft
OpName %dpdx_e263de "dpdx_e263de"
OpName %res "res"
OpName %fragment_main "fragment_main"
%void = OpTypeVoid
%1 = OpTypeFunction %void
%float = OpTypeFloat 32
%float_1 = OpConstant %float 1
%_ptr_Function_float = OpTypePointer Function %float
%10 = OpConstantNull %float
%dpdx_e263de = OpFunction %void None %1
%4 = OpLabel
%res = OpVariable %_ptr_Function_float Function %10
%5 = OpDPdx %float %float_1
OpStore %res %5
OpReturn
OpFunctionEnd
%fragment_main = OpFunction %void None %1
%12 = OpLabel
%13 = OpFunctionCall %void %dpdx_e263de
OpReturn
OpFunctionEnd