61 lines
2.4 KiB
Plaintext
61 lines
2.4 KiB
Plaintext
intrinsics/gen/frexp/40fc9b.wgsl:29:24 warning: use of deprecated intrinsic
|
|
var res: vec3<f32> = frexp(vec3<f32>(), &arg_1);
|
|
^^^^^
|
|
|
|
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 33
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%15 = 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 %frexp_40fc9b "frexp_40fc9b"
|
|
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
|
|
%int = OpTypeInt 32 1
|
|
%v3int = OpTypeVector %int 3
|
|
%_ptr_Workgroup_v3int = OpTypePointer Workgroup %v3int
|
|
%arg_1 = OpVariable %_ptr_Workgroup_v3int Workgroup
|
|
%void = OpTypeVoid
|
|
%8 = OpTypeFunction %void
|
|
%float = OpTypeFloat 32
|
|
%v3float = OpTypeVector %float 3
|
|
%16 = OpConstantNull %v3float
|
|
%_ptr_Function_v3float = OpTypePointer Function %v3float
|
|
%20 = OpTypeFunction %void %uint
|
|
%24 = OpConstantNull %v3int
|
|
%uint_2 = OpConstant %uint 2
|
|
%uint_264 = OpConstant %uint 264
|
|
%frexp_40fc9b = OpFunction %void None %8
|
|
%11 = OpLabel
|
|
%res = OpVariable %_ptr_Function_v3float Function %16
|
|
%12 = OpExtInst %v3float %15 Frexp %16 %arg_1
|
|
OpStore %res %12
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%compute_main_inner = OpFunction %void None %20
|
|
%local_invocation_index = OpFunctionParameter %uint
|
|
%23 = OpLabel
|
|
OpStore %arg_1 %24
|
|
OpControlBarrier %uint_2 %uint_2 %uint_264
|
|
%28 = OpFunctionCall %void %frexp_40fc9b
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%compute_main = OpFunction %void None %8
|
|
%30 = OpLabel
|
|
%32 = OpLoad %uint %local_invocation_index_1
|
|
%31 = OpFunctionCall %void %compute_main_inner %32
|
|
OpReturn
|
|
OpFunctionEnd
|