Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/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.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, outtype, v1 ) + ';'
[all …]
/external/libmtp/src/
Dlibmtp.c164 static uint16_t map_libmtp_type_to_ptp_type(LIBMTP_filetype_t intype);
165 static LIBMTP_filetype_t map_ptp_type_to_libmtp_type(uint16_t intype);
167 static LIBMTP_property_t map_ptp_property_to_libmtp_property(uint16_t intype);
418 static uint16_t map_libmtp_type_to_ptp_type(LIBMTP_filetype_t intype) in map_libmtp_type_to_ptp_type() argument
425 if(current->id == intype) { in map_libmtp_type_to_ptp_type()
441 static LIBMTP_filetype_t map_ptp_type_to_libmtp_type(uint16_t intype) in map_ptp_type_to_libmtp_type() argument
448 if(current->ptp_id == intype) { in map_ptp_type_to_libmtp_type()
807 char const * LIBMTP_Get_Filetype_Description(LIBMTP_filetype_t intype) in LIBMTP_Get_Filetype_Description() argument
814 if(current->id == intype) { in LIBMTP_Get_Filetype_Description()
/external/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td5096 RegisterOperand outtype, RegisterOperand intype,
5099 : I<(outs outtype:$Rd), (ins intype:$Rn), asm,
5117 RegisterOperand outtype, RegisterOperand intype,
5120 : I<(outs outtype:$dst), (ins outtype:$Rd, intype:$Rn), asm,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td5548 RegisterOperand outtype, RegisterOperand intype,
5551 : I<(outs outtype:$Rd), (ins intype:$Rn), asm,
5569 RegisterOperand outtype, RegisterOperand intype,
5572 : I<(outs outtype:$dst), (ins outtype:$Rd, intype:$Rn), asm,