blob: d903adfd07fdfb8d25474a62e5cf9acb675f717b [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 19
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
OpExecutionMode %unused_entry_point LocalSize 1 1 1
OpName %v "v"
OpName %foo "foo"
OpName %unused_entry_point "unused_entry_point"
%float = OpTypeFloat 32
%v3float = OpTypeVector %float 3
%mat3v3float = OpTypeMatrix %v3float 3
%_ptr_Workgroup_mat3v3float = OpTypePointer Workgroup %mat3v3float
%v = OpVariable %_ptr_Workgroup_mat3v3float Workgroup
%7 = OpTypeFunction %mat3v3float
%void = OpTypeVoid
%uint = OpTypeInt 32 0
%uint_2 = OpConstant %uint 2
%uint_264 = OpConstant %uint 264
%17 = OpTypeFunction %void
%foo = OpFunction %mat3v3float None %7
%8 = OpLabel
OpControlBarrier %uint_2 %uint_2 %uint_264
%14 = OpLoad %mat3v3float %v None
OpControlBarrier %uint_2 %uint_2 %uint_264
OpReturnValue %14
OpFunctionEnd
%unused_entry_point = OpFunction %void None %17
%18 = OpLabel
OpReturn
OpFunctionEnd