• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; Test: SpvParserTest_EmitFunctions_GenerateParamNames.spvasm
2; SPIR-V
3; Version: 1.0
4; Generator: Khronos SPIR-V Tools Assembler; 0
5; Bound: 17
6; Schema: 0
7OpCapability Shader
8OpMemoryModel Logical Simple
9OpEntryPoint Fragment %1 "x_100"
10OpExecutionMode %1 OriginUpperLeft
11OpName %mixed_params "mixed_params"
12%void = OpTypeVoid
13%4 = OpTypeFunction %void
14%float = OpTypeFloat 32
15%uint = OpTypeInt 32 0
16%int = OpTypeInt 32 1
17%8 = OpTypeFunction %void %uint %float %int
18%mixed_params = OpFunction %void None %8
19%14 = OpFunctionParameter %uint
20%15 = OpFunctionParameter %float
21%16 = OpFunctionParameter %int
22%9 = OpLabel
23OpReturn
24OpFunctionEnd
25%1 = OpFunction %void None %4
26%10 = OpLabel
27OpReturn
28OpFunctionEnd
29
30