37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 20
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%12 = 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 %frexp_b87f4e "frexp_b87f4e"
|
|
OpName %res "res"
|
|
OpName %compute_main "compute_main"
|
|
%int = OpTypeInt 32 1
|
|
%v4int = OpTypeVector %int 4
|
|
%_ptr_Workgroup_v4int = OpTypePointer Workgroup %v4int
|
|
%arg_1 = OpVariable %_ptr_Workgroup_v4int Workgroup
|
|
%void = OpTypeVoid
|
|
%5 = OpTypeFunction %void
|
|
%float = OpTypeFloat 32
|
|
%v4float = OpTypeVector %float 4
|
|
%13 = OpConstantNull %v4float
|
|
%_ptr_Function_v4float = OpTypePointer Function %v4float
|
|
%frexp_b87f4e = OpFunction %void None %5
|
|
%8 = OpLabel
|
|
%res = OpVariable %_ptr_Function_v4float Function %13
|
|
%9 = OpExtInst %v4float %12 Frexp %13 %arg_1
|
|
OpStore %res %9
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%compute_main = OpFunction %void None %5
|
|
%18 = OpLabel
|
|
%19 = OpFunctionCall %void %frexp_b87f4e
|
|
OpReturn
|
|
OpFunctionEnd
|