Home
last modified time | relevance | path

Searched refs:intype (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/util/indices/
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, outtype, ptr, v0, v1, v2, v3 ): argument
[all …]
Du_indices_gen.py113 def vert( intype, outtype, v0 ): argument
114 if intype == GENERATE:
119 def point( intype, outtype, ptr, v0 ): argument
120 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
122 def line( intype, outtype, ptr, v0, v1 ): argument
123 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
124 print(' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';')
126 def tri( intype, outtype, ptr, v0, v1, v2 ): argument
127 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
128 print(' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';')
[all …]
/third_party/cups-filters/fontembed/
Dembed.c93 ret->intype=EMB_FMT_OTF; in emb_new()
95 ret->intype=EMB_FMT_TTF; in emb_new()
100 ret->intype=EMB_FMT_STDFONT; in emb_new()
114 if (ret->intype==EMB_FMT_STDFONT) { in emb_new()
115 ret->outtype=ret->intype; in emb_new()
122 } else if (ret->intype==EMB_FMT_T1) { in emb_new()
130 ret->outtype=ret->intype; in emb_new()
Dembed_pdf.c175 …if ( (emb->intype==EMB_FMT_TTF)||(emb->intype==EMB_FMT_OTF) ) { // TODO? use fontinfo from CFF whe… in emb_pdf_fontdescr()
196 if ( (emb->intype==EMB_FMT_TTF)||(emb->intype==EMB_FMT_OTF) ) { in emb_pdf_fontdescr()
339 if ( (emb->intype==EMB_FMT_TTF)||(emb->intype==EMB_FMT_OTF) ) { in emb_pdf_fontwidths()
Dembed.h48 EMB_FORMAT intype; member
/third_party/mesa3d/src/freedreno/rnn/
Dheadergen2.c132 enum rnnttype intype = ti->type; in printtypeinfo() local
139 intype = RNN_TTYPE_FLOAT; in printtypeinfo()
145 ti->radixvalid || (intype == RNN_TTYPE_FLOAT)) { in printtypeinfo()
146 switch (intype) { in printtypeinfo()
167 if (bf && (intype == RNN_TTYPE_BOOLEAN)) { in printtypeinfo()
217 if (intype == RNN_TTYPE_ENUM) in printtypeinfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td5963 RegisterOperand outtype, RegisterOperand intype,
5966 : I<(outs outtype:$Rd), (ins intype:$Rn), asm,
5984 RegisterOperand outtype, RegisterOperand intype,
5987 : I<(outs outtype:$dst), (ins outtype:$Rd, intype:$Rn), asm,