David Neto | d1a026e | 2021-07-30 16:03:06 +0000 | [diff] [blame] | 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 |
| 7 | OpCapability Shader |
| 8 | OpMemoryModel Logical Simple |
| 9 | OpEntryPoint Fragment %1 "x_100" |
| 10 | OpExecutionMode %1 OriginUpperLeft |
| 11 | OpName %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 |
| 23 | OpReturn |
| 24 | OpFunctionEnd |
| 25 | %1 = OpFunction %void None %4 |
| 26 | %10 = OpLabel |
| 27 | OpReturn |
| 28 | OpFunctionEnd |
| 29 | |