| intrinsics/gen/frexp/a3f940.wgsl:29:24 warning: use of deprecated intrinsic |
| var res: vec2<f32> = frexp(vec2<f32>(), &arg_1); |
| ^^^^^ |
| |
| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 27 |
| ; Schema: 0 |
| OpCapability Shader |
| %15 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %compute_main "compute_main" |
| OpExecutionMode %compute_main LocalSize 1 1 1 |
| OpName %arg_1 "arg_1" |
| OpName %tint_symbol "tint_symbol" |
| OpName %frexp_a3f940 "frexp_a3f940" |
| OpName %res "res" |
| OpName %compute_main "compute_main" |
| OpDecorate %tint_symbol BuiltIn LocalInvocationIndex |
| %int = OpTypeInt 32 1 |
| %v2int = OpTypeVector %int 2 |
| %_ptr_Workgroup_v2int = OpTypePointer Workgroup %v2int |
| %arg_1 = OpVariable %_ptr_Workgroup_v2int Workgroup |
| %uint = OpTypeInt 32 0 |
| %_ptr_Input_uint = OpTypePointer Input %uint |
| %tint_symbol = OpVariable %_ptr_Input_uint Input |
| %void = OpTypeVoid |
| %8 = OpTypeFunction %void |
| %float = OpTypeFloat 32 |
| %v2float = OpTypeVector %float 2 |
| %16 = OpConstantNull %v2float |
| %_ptr_Function_v2float = OpTypePointer Function %v2float |
| %22 = OpConstantNull %v2int |
| %uint_2 = OpConstant %uint 2 |
| %uint_264 = OpConstant %uint 264 |
| %frexp_a3f940 = OpFunction %void None %8 |
| %11 = OpLabel |
| %res = OpVariable %_ptr_Function_v2float Function %16 |
| %12 = OpExtInst %v2float %15 Frexp %16 %arg_1 |
| OpStore %res %12 |
| OpReturn |
| OpFunctionEnd |
| %compute_main = OpFunction %void None %8 |
| %21 = OpLabel |
| OpStore %arg_1 %22 |
| OpControlBarrier %uint_2 %uint_2 %uint_264 |
| %26 = OpFunctionCall %void %frexp_a3f940 |
| OpReturn |
| OpFunctionEnd |