blob: 333a5bcbfe36b59d6f66a13a8c517743bd1bd824 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 20
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main" %tint_symbol
OpExecutionMode %main LocalSize 1 1 1
OpName %x_1 "x_1"
OpName %tint_symbol "tint_symbol"
OpName %main_1 "main_1"
OpName %main "main"
OpDecorate %tint_symbol BuiltIn GlobalInvocationId
%int = OpTypeInt 32 1
%v3int = OpTypeVector %int 3
%_ptr_Private_v3int = OpTypePointer Private %v3int
%5 = OpConstantNull %v3int
%x_1 = OpVariable %_ptr_Private_v3int Private %5
%uint = OpTypeInt 32 0
%v3uint = OpTypeVector %uint 3
%_ptr_Input_v3uint = OpTypePointer Input %v3uint
%tint_symbol = OpVariable %_ptr_Input_v3uint Input
%void = OpTypeVoid
%10 = OpTypeFunction %void
%main_1 = OpFunction %void None %10
%13 = OpLabel
%14 = OpLoad %v3int %x_1
OpReturn
OpFunctionEnd
%main = OpFunction %void None %10
%16 = OpLabel
%18 = OpLoad %v3uint %tint_symbol
%17 = OpBitcast %v3int %18
OpStore %x_1 %17
%19 = OpFunctionCall %void %main_1
OpReturn
OpFunctionEnd