2021-06-18 18:56:13 +00:00
|
|
|
; SPIR-V
|
|
|
|
; Version: 1.3
|
|
|
|
; Generator: Google Tint Compiler; 0
|
2021-06-18 22:44:31 +00:00
|
|
|
; Bound: 30
|
2021-06-18 18:56:13 +00:00
|
|
|
; Schema: 0
|
|
|
|
OpCapability Shader
|
2021-06-18 22:44:31 +00:00
|
|
|
%13 = OpExtInstImport "GLSL.std.450"
|
2021-06-18 18:56:13 +00:00
|
|
|
OpMemoryModel Logical GLSL450
|
2021-06-18 22:44:31 +00:00
|
|
|
OpEntryPoint GLCompute %compute_main "compute_main" %tint_symbol
|
2021-06-18 18:56:13 +00:00
|
|
|
OpExecutionMode %compute_main LocalSize 1 1 1
|
|
|
|
OpName %arg_1 "arg_1"
|
2021-06-18 22:44:31 +00:00
|
|
|
OpName %tint_symbol "tint_symbol"
|
2021-06-18 18:56:13 +00:00
|
|
|
OpName %modf_a128ab "modf_a128ab"
|
|
|
|
OpName %res "res"
|
|
|
|
OpName %compute_main "compute_main"
|
2021-06-18 22:44:31 +00:00
|
|
|
OpDecorate %tint_symbol BuiltIn LocalInvocationIndex
|
2021-06-18 18:56:13 +00:00
|
|
|
%float = OpTypeFloat 32
|
|
|
|
%v2float = OpTypeVector %float 2
|
|
|
|
%_ptr_Workgroup_v2float = OpTypePointer Workgroup %v2float
|
|
|
|
%arg_1 = OpVariable %_ptr_Workgroup_v2float Workgroup
|
2021-06-18 22:44:31 +00:00
|
|
|
%uint = OpTypeInt 32 0
|
|
|
|
%_ptr_Input_uint = OpTypePointer Input %uint
|
|
|
|
%tint_symbol = OpVariable %_ptr_Input_uint Input
|
2021-06-18 18:56:13 +00:00
|
|
|
%void = OpTypeVoid
|
2021-06-18 22:44:31 +00:00
|
|
|
%8 = OpTypeFunction %void
|
|
|
|
%14 = OpConstantNull %v2float
|
2021-06-18 18:56:13 +00:00
|
|
|
%_ptr_Function_v2float = OpTypePointer Function %v2float
|
2021-06-18 22:44:31 +00:00
|
|
|
%uint_0 = OpConstant %uint 0
|
|
|
|
%bool = OpTypeBool
|
|
|
|
%uint_2 = OpConstant %uint 2
|
|
|
|
%uint_264 = OpConstant %uint 264
|
|
|
|
%modf_a128ab = OpFunction %void None %8
|
|
|
|
%11 = OpLabel
|
|
|
|
%res = OpVariable %_ptr_Function_v2float Function %14
|
|
|
|
%12 = OpExtInst %v2float %13 Modf %14 %arg_1
|
|
|
|
OpStore %res %12
|
2021-06-18 18:56:13 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
2021-06-18 22:44:31 +00:00
|
|
|
%compute_main = OpFunction %void None %8
|
|
|
|
%19 = OpLabel
|
|
|
|
%20 = OpLoad %uint %tint_symbol
|
|
|
|
%22 = OpIEqual %bool %20 %uint_0
|
|
|
|
OpSelectionMerge %24 None
|
|
|
|
OpBranchConditional %22 %25 %24
|
|
|
|
%25 = OpLabel
|
|
|
|
OpStore %arg_1 %14
|
|
|
|
OpBranch %24
|
|
|
|
%24 = OpLabel
|
|
|
|
OpControlBarrier %uint_2 %uint_2 %uint_264
|
|
|
|
%29 = OpFunctionCall %void %modf_a128ab
|
2021-06-18 18:56:13 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|