dawn-cmake/test/tint/bug/tint/1932.spvasm.expected.spvasm

29 lines
942 B
Plaintext

; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 14
; Schema: 0
OpCapability Shader
%10 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpName %main_1 "main_1"
OpName %main "main"
%void = OpTypeVoid
%1 = OpTypeFunction %void
%float = OpTypeFloat 32
%v2float = OpTypeVector %float 2
%float_2 = OpConstant %float 2
%8 = OpConstantComposite %v2float %float_2 %float_2
%main_1 = OpFunction %void None %1
%4 = OpLabel
%9 = OpExtInst %float %10 Distance %8 %8
OpReturn
OpFunctionEnd
%main = OpFunction %void None %1
%12 = OpLabel
%13 = OpFunctionCall %void %main_1
OpReturn
OpFunctionEnd