Lines Matching refs:vert
113 def vert( intype, outtype, v0 ):
120 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
123 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
124 print(' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';')
127 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
128 print(' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';')
129 print(' (' + ptr + ')[2] = ' + vert( intype, outtype, v2 ) + ';')
132 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
133 print(' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';')
134 print(' (' + ptr + ')[2] = ' + vert( intype, outtype, v2 ) + ';')
135 print(' (' + ptr + ')[3] = ' + vert( intype, outtype, v3 ) + ';')
138 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
139 print(' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';')
140 print(' (' + ptr + ')[2] = ' + vert( intype, outtype, v2 ) + ';')
141 print(' (' + ptr + ')[3] = ' + vert( intype, outtype, v3 ) + ';')
142 print(' (' + ptr + ')[4] = ' + vert( intype, outtype, v4 ) + ';')
143 print(' (' + ptr + ')[5] = ' + vert( intype, outtype, v5 ) + ';')