/external/mesa3d/src/gallium/auxiliary/indices/ |
D | u_unfilled_gen.py | 100 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, outtype, ptr, v0, v1, v2, v3 ): argument [all …]
|
D | u_indices_gen.py | 114 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, outtype, v1 ) + ';') [all …]
|
/external/mesa3d/src/freedreno/rnn/ |
D | headergen2.c | 132 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()
|
/external/llvm-project/flang/lib/Optimizer/Dialect/ |
D | FIROps.cpp | 84 mlir::Type fir::AllocaOp::wrapResultType(mlir::Type intype) { in wrapResultType() argument 86 if (intype.isa<ReferenceType>()) in wrapResultType() 88 return ReferenceType::get(intype); in wrapResultType() 108 mlir::Type fir::AllocMemOp::wrapResultType(mlir::Type intype) { in wrapResultType() argument 112 if (intype.isa<ReferenceType>() || intype.isa<HeapType>() || in wrapResultType() 113 intype.isa<PointerType>() || intype.isa<FunctionType>()) in wrapResultType() 115 return HeapType::get(intype); in wrapResultType()
|
/external/llvm-project/flang/include/flang/Optimizer/Dialect/ |
D | FIROps.td | 207 mlir::Type intype; 208 if (parser.parseType(intype)) 211 result.addAttribute(inType(), mlir::TypeAttr::get(intype)); 239 mlir::Type restype = wrapResultType(intype); 242 << intype; 351 static mlir::Type wrapResultType(mlir::Type intype); 484 let results = (outs AnyType:$intype); 486 let assemblyFormat = "type($intype) attr-dict"; 519 static mlir::Type wrapResultType(mlir::Type intype); 2593 mlir::Type intype; [all …]
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 5096 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-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 5963 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,
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 6140 RegisterOperand outtype, RegisterOperand intype, 6143 : I<(outs outtype:$Rd), (ins intype:$Rn), asm, 6161 RegisterOperand outtype, RegisterOperand intype, 6164 : I<(outs outtype:$dst), (ins outtype:$Rd, intype:$Rn), asm,
|
/external/error_prone/javac/ |
D | javac-9+181-r4173-1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |
/external/dagger2/java/dagger/internal/codegen/bootstrap/ |
D | bootstrap_compiler_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
META-INF ... |
/external/dagger2/java/dagger/internal/codegen/kythe/ |
D | kythe_plugin_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |