blob: ff2692f1dd8729a4f82b7e675c3008cc38cdee8f [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 84
; Schema: 0
OpCapability Shader
%20 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Vertex %vertex_main "vertex_main" %value %vertex_point_size
OpEntryPoint Fragment %fragment_main "fragment_main"
OpEntryPoint GLCompute %compute_main "compute_main"
OpExecutionMode %fragment_main OriginUpperLeft
OpExecutionMode %compute_main LocalSize 1 1 1
OpName %value "value"
OpName %vertex_point_size "vertex_point_size"
OpName %prevent_dce_block "prevent_dce_block"
OpMemberName %prevent_dce_block 0 "inner"
OpName %prevent_dce "prevent_dce"
OpName %tint_pack_4xi8_clamp "tint_pack_4xi8_clamp"
OpName %a "a"
OpName %pack4xI8Clamp_e42b2a "pack4xI8Clamp_e42b2a"
OpName %arg_0 "arg_0"
OpName %res "res"
OpName %vertex_main_inner "vertex_main_inner"
OpName %vertex_main "vertex_main"
OpName %fragment_main "fragment_main"
OpName %compute_main "compute_main"
OpDecorate %value BuiltIn Position
OpDecorate %vertex_point_size BuiltIn PointSize
OpDecorate %prevent_dce_block Block
OpMemberDecorate %prevent_dce_block 0 Offset 0
OpDecorate %prevent_dce DescriptorSet 2
OpDecorate %prevent_dce Binding 0
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%5 = OpConstantNull %v4float
%value = OpVariable %_ptr_Output_v4float Output %5
%_ptr_Output_float = OpTypePointer Output %float
%8 = OpConstantNull %float
%vertex_point_size = OpVariable %_ptr_Output_float Output %8
%uint = OpTypeInt 32 0
%prevent_dce_block = OpTypeStruct %uint
%_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block
%prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer
%int = OpTypeInt 32 1
%v4int = OpTypeVector %int 4
%13 = OpTypeFunction %uint %v4int
%int_n128 = OpConstant %int -128
%22 = OpConstantComposite %v4int %int_n128 %int_n128 %int_n128 %int_n128
%int_127 = OpConstant %int 127
%24 = OpConstantComposite %v4int %int_127 %int_127 %int_127 %int_127
%v4uint = OpTypeVector %uint 4
%uint_255 = OpConstant %uint 255
%28 = OpConstantComposite %v4uint %uint_255 %uint_255 %uint_255 %uint_255
%30 = OpConstantNull %uint
%uint_8 = OpConstant %uint 8
%uint_16 = OpConstant %uint 16
%uint_24 = OpConstant %uint 24
%34 = OpConstantComposite %v4uint %30 %uint_8 %uint_16 %uint_24
%uint_1 = OpConstant %uint 1
%38 = OpConstantComposite %v4uint %uint_1 %uint_1 %uint_1 %uint_1
%void = OpTypeVoid
%53 = OpTypeFunction %void
%int_1 = OpConstant %int 1
%58 = OpConstantComposite %v4int %int_1 %int_1 %int_1 %int_1
%_ptr_Function_v4int = OpTypePointer Function %v4int
%61 = OpConstantNull %v4int
%_ptr_Function_uint = OpTypePointer Function %uint
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_uint = OpTypePointer StorageBuffer %uint
%70 = OpTypeFunction %v4float
%float_1 = OpConstant %float 1
%tint_pack_4xi8_clamp = OpFunction %uint None %13
%a = OpFunctionParameter %v4int
%18 = OpLabel
%19 = OpExtInst %v4int %20 SClamp %a %22 %24
%25 = OpBitcast %v4uint %19
%29 = OpBitwiseAnd %v4uint %25 %28
%35 = OpShiftLeftLogical %v4uint %29 %34
%39 = OpCompositeExtract %uint %35 0
%40 = OpCompositeExtract %uint %38 0
%41 = OpIMul %uint %39 %40
%42 = OpCompositeExtract %uint %35 1
%43 = OpCompositeExtract %uint %38 1
%44 = OpIMul %uint %42 %43
%45 = OpIAdd %uint %41 %44
%46 = OpCompositeExtract %uint %35 2
%47 = OpCompositeExtract %uint %38 2
%48 = OpIMul %uint %46 %47
%49 = OpIAdd %uint %45 %48
%50 = OpCompositeExtract %uint %35 3
%51 = OpCompositeExtract %uint %38 3
%52 = OpIMul %uint %50 %51
%36 = OpIAdd %uint %49 %52
OpReturnValue %36
OpFunctionEnd
%pack4xI8Clamp_e42b2a = OpFunction %void None %53
%56 = OpLabel
%arg_0 = OpVariable %_ptr_Function_v4int Function %61
%res = OpVariable %_ptr_Function_uint Function %30
OpStore %arg_0 %58
%63 = OpLoad %v4int %arg_0
%62 = OpFunctionCall %uint %tint_pack_4xi8_clamp %63
OpStore %res %62
%68 = OpAccessChain %_ptr_StorageBuffer_uint %prevent_dce %uint_0
%69 = OpLoad %uint %res
OpStore %68 %69
OpReturn
OpFunctionEnd
%vertex_main_inner = OpFunction %v4float None %70
%72 = OpLabel
%73 = OpFunctionCall %void %pack4xI8Clamp_e42b2a
OpReturnValue %5
OpFunctionEnd
%vertex_main = OpFunction %void None %53
%75 = OpLabel
%76 = OpFunctionCall %v4float %vertex_main_inner
OpStore %value %76
OpStore %vertex_point_size %float_1
OpReturn
OpFunctionEnd
%fragment_main = OpFunction %void None %53
%79 = OpLabel
%80 = OpFunctionCall %void %pack4xI8Clamp_e42b2a
OpReturn
OpFunctionEnd
%compute_main = OpFunction %void None %53
%82 = OpLabel
%83 = OpFunctionCall %void %pack4xI8Clamp_e42b2a
OpReturn
OpFunctionEnd