Searched refs:intype (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/indices/
H A Du_unfilled_gen.py100 def vert( intype, outtype, v0 ): argument
101 if intype == GENERATE:
106 def line( intype, outtype, ptr, v0, v1 ): argument
107 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
108 print(' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';')
114 def do_tri( intype, outtype, ptr, v0, v1, v2 ): argument
115 line( intype, outtype, ptr, v0, v1 )
116 line( intype, outtype, ptr + '+2', v1, v2 )
117 line( intype, outtype, ptr + '+4', v2, v0 )
119 def do_quad( intype, outtyp argument
[all...]
H A Du_indices_gen.py114 def vert( intype, outtype, v0 ): argument
115 if intype == GENERATE:
120 def point( intype, outtype, ptr, v0 ): argument
121 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
123 def line( intype, outtype, ptr, v0, v1 ): argument
124 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
125 print(' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';')
127 def tri( intype, outtype, ptr, v0, v1, v2 ): argument
128 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
129 print(' (' + ptr + ')[1] = ' + vert( intype, outtyp
132 lineadj( intype, outtype, ptr, v0, v1, v2, v3 ) argument
138 triadj( intype, outtype, ptr, v0, v1, v2, v3, v4, v5 ) argument
146 do_point( intype, outtype, ptr, v0 ) argument
149 do_line( intype, outtype, ptr, v0, v1, inpv, outpv ) argument
155 do_tri( intype, outtype, ptr, v0, v1, v2, inpv, outpv ) argument
164 do_quad( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ) argument
172 do_lineadj( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ) argument
178 do_triadj( intype, outtype, ptr, v0, v1, v2, v3, v4, v5, inpv, outpv ) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/indices/
H A Du_unfilled_gen.py98 def vert( intype, outtype, v0 ): argument
99 if intype == GENERATE:
104 def line( intype, outtype, ptr, v0, v1 ): argument
105 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
106 print(' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';')
112 def do_tri( intype, outtype, ptr, v0, v1, v2 ): argument
113 line( intype, outtype, ptr, v0, v1 )
114 line( intype, outtype, ptr + '+2', v1, v2 )
115 line( intype, outtype, ptr + '+4', v2, v0 )
117 def do_quad( intype, outtyp argument
[all...]
H A Du_indices_gen.py112 def vert( intype, outtype, v0 ): argument
113 if intype == GENERATE:
118 def point( intype, outtype, ptr, v0 ): argument
119 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
121 def line( intype, outtype, ptr, v0, v1 ): argument
122 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
123 print(' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';')
125 def tri( intype, outtype, ptr, v0, v1, v2 ): argument
126 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
127 print(' (' + ptr + ')[1] = ' + vert( intype, outtyp
130 lineadj( intype, outtype, ptr, v0, v1, v2, v3 ) argument
136 triadj( intype, outtype, ptr, v0, v1, v2, v3, v4, v5 ) argument
144 do_point( intype, outtype, ptr, v0 ) argument
147 do_line( intype, outtype, ptr, v0, v1, inpv, outpv ) argument
153 do_tri( intype, outtype, ptr, v0, v1, v2, inpv, outpv ) argument
162 do_quad( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ) argument
170 do_lineadj( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ) argument
176 do_triadj( intype, outtype, ptr, v0, v1, v2, v3, v4, v5, inpv, outpv ) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
H A Dheadergen2.c132 enum rnnttype intype = ti->type; local in function:printtypeinfo
139 intype = RNN_TTYPE_FLOAT;
145 ti->radixvalid || (intype == RNN_TTYPE_FLOAT)) {
146 switch (intype) {
167 if (bf && (intype == RNN_TTYPE_BOOLEAN)) {
217 if (intype == RNN_TTYPE_ENUM)

Completed in 4 milliseconds