• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; Test: SpvModuleScopeVarParserTest_EntryPointWrapping_IOLocations.spvasm
2; SPIR-V
3; Version: 1.0
4; Generator: Khronos SPIR-V Tools Assembler; 0
5; Bound: 34
6; Schema: 0
7OpCapability Shader
8OpCapability SampleRateShading
9OpMemoryModel Logical Simple
10OpEntryPoint Fragment %5 "main" %1 %2 %3 %4
11OpExecutionMode %5 OriginUpperLeft
12OpDecorate %1 Location 0
13OpDecorate %2 Location 0
14OpDecorate %3 Location 30
15OpDecorate %4 Location 6
16%void = OpTypeVoid
17%7 = OpTypeFunction %void
18%bool = OpTypeBool
19%float = OpTypeFloat 32
20%uint = OpTypeInt 32 0
21%int = OpTypeInt 32 1
22%_ptr_Private_bool = OpTypePointer Private %bool
23%_ptr_Private_float = OpTypePointer Private %float
24%_ptr_Private_uint = OpTypePointer Private %uint
25%_ptr_Private_int = OpTypePointer Private %int
26%true = OpConstantTrue %bool
27%false = OpConstantFalse %bool
28%float_0 = OpConstant %float 0
29%float_1_5 = OpConstant %float 1.5
30%uint_1 = OpConstant %uint 1
31%int_n1 = OpConstant %int -1
32%int_14 = OpConstant %int 14
33%uint_2 = OpConstant %uint 2
34%v2bool = OpTypeVector %bool 2
35%v2uint = OpTypeVector %uint 2
36%v2int = OpTypeVector %int 2
37%v2float = OpTypeVector %float 2
38%v4float = OpTypeVector %float 4
39%mat3v2float = OpTypeMatrix %v2float 3
40%_arr_uint_uint_2 = OpTypeArray %uint %uint_2
41%_ptr_Input_uint = OpTypePointer Input %uint
42%_ptr_Output_uint = OpTypePointer Output %uint
43%1 = OpVariable %_ptr_Input_uint Input
44%2 = OpVariable %_ptr_Output_uint Output
45%3 = OpVariable %_ptr_Input_uint Input
46%4 = OpVariable %_ptr_Output_uint Output
47%5 = OpFunction %void None %7
48%33 = OpLabel
49OpReturn
50OpFunctionEnd
51
52