58 lines
2.3 KiB
Plaintext
58 lines
2.3 KiB
Plaintext
intrinsics/gen/modf/1d59e5.wgsl:29:24 warning: use of deprecated intrinsic
|
|
var res: vec4<f32> = modf(vec4<f32>(), &arg_1);
|
|
^^^^
|
|
|
|
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 30
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%13 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint GLCompute %compute_main "compute_main" %local_invocation_index_1
|
|
OpExecutionMode %compute_main LocalSize 1 1 1
|
|
OpName %local_invocation_index_1 "local_invocation_index_1"
|
|
OpName %arg_1 "arg_1"
|
|
OpName %modf_1d59e5 "modf_1d59e5"
|
|
OpName %res "res"
|
|
OpName %compute_main_inner "compute_main_inner"
|
|
OpName %local_invocation_index "local_invocation_index"
|
|
OpName %compute_main "compute_main"
|
|
OpDecorate %local_invocation_index_1 BuiltIn LocalInvocationIndex
|
|
%uint = OpTypeInt 32 0
|
|
%_ptr_Input_uint = OpTypePointer Input %uint
|
|
%local_invocation_index_1 = OpVariable %_ptr_Input_uint Input
|
|
%float = OpTypeFloat 32
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Workgroup_v4float = OpTypePointer Workgroup %v4float
|
|
%arg_1 = OpVariable %_ptr_Workgroup_v4float Workgroup
|
|
%void = OpTypeVoid
|
|
%8 = OpTypeFunction %void
|
|
%14 = OpConstantNull %v4float
|
|
%_ptr_Function_v4float = OpTypePointer Function %v4float
|
|
%18 = OpTypeFunction %void %uint
|
|
%uint_2 = OpConstant %uint 2
|
|
%uint_264 = OpConstant %uint 264
|
|
%modf_1d59e5 = OpFunction %void None %8
|
|
%11 = OpLabel
|
|
%res = OpVariable %_ptr_Function_v4float Function %14
|
|
%12 = OpExtInst %v4float %13 Modf %14 %arg_1
|
|
OpStore %res %12
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%compute_main_inner = OpFunction %void None %18
|
|
%local_invocation_index = OpFunctionParameter %uint
|
|
%21 = OpLabel
|
|
OpStore %arg_1 %14
|
|
OpControlBarrier %uint_2 %uint_2 %uint_264
|
|
%25 = OpFunctionCall %void %modf_1d59e5
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%compute_main = OpFunction %void None %8
|
|
%27 = OpLabel
|
|
%29 = OpLoad %uint %local_invocation_index_1
|
|
%28 = OpFunctionCall %void %compute_main_inner %29
|
|
OpReturn
|
|
OpFunctionEnd
|