dawn-cmake/test/tint/var/override/numbered/val_init/f32.wgsl.expected.spvasm

27 lines
816 B
Plaintext
Raw Normal View History

; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 12
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpName %main "main"
%void = OpTypeVoid
%1 = OpTypeFunction %void
%float = OpTypeFloat 32
%6 = OpConstantNull %float
%float_1 = OpConstant %float 1
%bool = OpTypeBool
%main = OpFunction %void None %1
%4 = OpLabel
%8 = OpFOrdEqual %bool %6 %float_1
OpSelectionMerge %10 None
OpBranchConditional %8 %11 %10
%11 = OpLabel
OpBranch %10
%10 = OpLabel
OpReturn
OpFunctionEnd