aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/hlsl.PointSize.vert.out
blob: 5d646a488996e48491d39a4acc746bca144e6a4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
hlsl.PointSize.vert
Shader version: 500
0:? Sequence
0:2  Function Definition: @main( ( temp float)
0:2    Function Parameters: 
0:?     Sequence
0:3      Branch: Return with expression
0:3        Constant:
0:3          2.300000
0:2  Function Definition: main( ( temp void)
0:2    Function Parameters: 
0:?     Sequence
0:2      move second child to first child ( temp float)
0:?         '@entryPointOutput' ( out float PointSize)
0:2        Function Call: @main( ( temp float)
0:?   Linker Objects
0:?     '@entryPointOutput' ( out float PointSize)


Linked vertex stage:


Shader version: 500
0:? Sequence
0:2  Function Definition: @main( ( temp float)
0:2    Function Parameters: 
0:?     Sequence
0:3      Branch: Return with expression
0:3        Constant:
0:3          2.300000
0:2  Function Definition: main( ( temp void)
0:2    Function Parameters: 
0:?     Sequence
0:2      move second child to first child ( temp float)
0:?         '@entryPointOutput' ( out float PointSize)
0:2        Function Call: @main( ( temp float)
0:?   Linker Objects
0:?     '@entryPointOutput' ( out float PointSize)

// Module Version 10000
// Generated by (magic number): 8000b
// Id's are bound by 16

                              Capability Shader
               1:             ExtInstImport  "GLSL.std.450"
                              MemoryModel Logical GLSL450
                              EntryPoint Vertex 4  "main" 14
                              Source HLSL 500
                              Name 4  "main"
                              Name 8  "@main("
                              Name 14  "@entryPointOutput"
                              Decorate 14(@entryPointOutput) BuiltIn PointSize
               2:             TypeVoid
               3:             TypeFunction 2
               6:             TypeFloat 32
               7:             TypeFunction 6(float)
              10:    6(float) Constant 1075000115
              13:             TypePointer Output 6(float)
14(@entryPointOutput):     13(ptr) Variable Output
         4(main):           2 Function None 3
               5:             Label
              15:    6(float) FunctionCall 8(@main()
                              Store 14(@entryPointOutput) 15
                              Return
                              FunctionEnd
       8(@main():    6(float) Function None 7
               9:             Label
                              ReturnValue 10
                              FunctionEnd