blob: 8eb0c28adfeef4a3ec375f905ce8f52c6f29f602 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 45
; Schema: 0
OpCapability Shader
%21 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main" %idx_1
OpExecutionMode %main LocalSize 1 1 1
OpName %idx_1 "idx_1"
OpName %S "S"
OpMemberName %S 0 "v"
OpMemberName %S 1 "i"
OpName %io "io"
OpName %Bad "Bad"
OpName %index "index"
OpName %rd "rd"
OpName %normal "normal"
OpName %main_inner "main_inner"
OpName %idx "idx"
OpName %main "main"
OpDecorate %idx_1 BuiltIn LocalInvocationIndex
OpDecorate %S Block
OpMemberDecorate %S 0 Offset 0
OpMemberDecorate %S 1 Offset 12
OpDecorate %io Binding 0
OpDecorate %io DescriptorSet 0
%uint = OpTypeInt 32 0
%_ptr_Input_uint = OpTypePointer Input %uint
%idx_1 = OpVariable %_ptr_Input_uint Input
%float = OpTypeFloat 32
%v3float = OpTypeVector %float 3
%S = OpTypeStruct %v3float %uint
%_ptr_StorageBuffer_S = OpTypePointer StorageBuffer %S
%io = OpVariable %_ptr_StorageBuffer_S StorageBuffer
%9 = OpTypeFunction %v3float %uint %v3float
%14 = OpConstantNull %v3float
%_ptr_Function_v3float = OpTypePointer Function %v3float
%_ptr_Function_float = OpTypePointer Function %float
%void = OpTypeVoid
%25 = OpTypeFunction %void %uint
%uint_1 = OpConstant %uint 1
%_ptr_StorageBuffer_uint = OpTypePointer StorageBuffer %uint
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_v3float = OpTypePointer StorageBuffer %v3float
%40 = OpTypeFunction %void
%Bad = OpFunction %v3float None %9
%index = OpFunctionParameter %uint
%rd = OpFunctionParameter %v3float
%13 = OpLabel
%normal = OpVariable %_ptr_Function_v3float Function %14
OpStore %normal %14
%18 = OpAccessChain %_ptr_Function_float %normal %index
%22 = OpVectorExtractDynamic %float %rd %index
%20 = OpExtInst %float %21 FSign %22
%19 = OpFNegate %float %20
OpStore %18 %19
%24 = OpLoad %v3float %normal
%23 = OpExtInst %v3float %21 Normalize %24
OpReturnValue %23
OpFunctionEnd
%main_inner = OpFunction %void None %25
%idx = OpFunctionParameter %uint
%29 = OpLabel
%33 = OpAccessChain %_ptr_StorageBuffer_uint %io %uint_1
%34 = OpLoad %uint %33
%37 = OpAccessChain %_ptr_StorageBuffer_v3float %io %uint_0
%38 = OpLoad %v3float %37
%30 = OpFunctionCall %v3float %Bad %34 %38
%39 = OpAccessChain %_ptr_StorageBuffer_v3float %io %uint_0
OpStore %39 %30
OpReturn
OpFunctionEnd
%main = OpFunction %void None %40
%42 = OpLabel
%44 = OpLoad %uint %idx_1
%43 = OpFunctionCall %void %main_inner %44
OpReturn
OpFunctionEnd