56 lines
2.1 KiB
Plaintext
56 lines
2.1 KiB
Plaintext
|
; SPIR-V
|
||
|
; Version: 1.3
|
||
|
; Generator: Google Tint Compiler; 0
|
||
|
; Bound: 33
|
||
|
; Schema: 0
|
||
|
OpCapability Shader
|
||
|
OpMemoryModel Logical GLSL450
|
||
|
OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
|
||
|
OpExecutionMode %unused_entry_point LocalSize 1 1 1
|
||
|
OpName %unused_entry_point "unused_entry_point"
|
||
|
OpName %f "f"
|
||
|
OpName %i "i"
|
||
|
OpName %var_for_index "var_for_index"
|
||
|
OpName %a "a"
|
||
|
OpName %b "b"
|
||
|
%void = OpTypeVoid
|
||
|
%1 = OpTypeFunction %void
|
||
|
%int = OpTypeInt 32 1
|
||
|
%int_1 = OpConstant %int 1
|
||
|
%_ptr_Function_int = OpTypePointer Function %int
|
||
|
%11 = OpConstantNull %int
|
||
|
%float = OpTypeFloat 32
|
||
|
%v2float = OpTypeVector %float 2
|
||
|
%mat4v2float = OpTypeMatrix %v2float 4
|
||
|
%15 = OpConstantNull %v2float
|
||
|
%float_4 = OpConstant %float 4
|
||
|
%17 = OpConstantNull %float
|
||
|
%18 = OpConstantComposite %v2float %float_4 %17
|
||
|
%19 = OpConstantComposite %mat4v2float %15 %15 %18 %15
|
||
|
%_ptr_Function_mat4v2float = OpTypePointer Function %mat4v2float
|
||
|
%22 = OpConstantNull %mat4v2float
|
||
|
%_ptr_Function_v2float = OpTypePointer Function %v2float
|
||
|
%v2int = OpTypeVector %int 2
|
||
|
%29 = OpConstantComposite %v2int %11 %int_1
|
||
|
%unused_entry_point = OpFunction %void None %1
|
||
|
%4 = OpLabel
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|
||
|
%f = OpFunction %void None %1
|
||
|
%6 = OpLabel
|
||
|
%i = OpVariable %_ptr_Function_int Function %11
|
||
|
%var_for_index = OpVariable %_ptr_Function_mat4v2float Function %22
|
||
|
%a = OpVariable %_ptr_Function_v2float Function %15
|
||
|
%b = OpVariable %_ptr_Function_int Function %11
|
||
|
OpStore %i %int_1
|
||
|
OpStore %var_for_index %19
|
||
|
%23 = OpLoad %int %i
|
||
|
%25 = OpAccessChain %_ptr_Function_v2float %var_for_index %23
|
||
|
%26 = OpLoad %v2float %25
|
||
|
OpStore %a %26
|
||
|
%30 = OpLoad %int %i
|
||
|
%31 = OpVectorExtractDynamic %int %29 %30
|
||
|
OpStore %b %31
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|