/external/mesa3d/src/gallium/auxiliary/indices/ |
D | u_unfilled_gen.py | 100 def vert( intype, outtype, v0 ): argument 102 return '(' + outtype + ')(' + v0 + ')' 104 return '(' + outtype + ')in[' + v0 + ']' 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 ) [all …]
|
D | u_indices_gen.py | 114 def vert( intype, outtype, v0 ): argument 116 return '(' + outtype + ')(' + v0 + ')' 118 return '(' + outtype + ')in[' + v0 + ']' 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 ) + ';') [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fPixelBufferObjectTests.cpp | 206 std::string outtype = ""; in init() local 209 outtype = "vec4"; in init() 215 outtype = "vec4"; in init() 219 outtype = "ivec4"; in init() 223 outtype = "uvec4"; in init() 227 outtype = "vec4"; in init() 257 fragmentShaderSource << "layout (location = 0) out mediump " << outtype << " o_color;\n" in init() 260 "\to_color = " << outtype << "(v_color);\n" in init()
|
/external/fonttools/Tests/t1Lib/ |
D | t1Lib_test.py | 67 def write(font, outtype, dohex=False): argument 68 temp = os.path.join(DATADIR, 'temp.' + outtype.lower()) 70 font.saveAs(temp, outtype, dohex=dohex)
|
/external/llvm-project/clang/include/clang/Basic/ |
D | arm_mve.td | 1154 multiclass DyadicImmShift<Type outtype, Immediate imm, string intname = NAME, 1156 defvar intparams = !if(!eq(!cast<string>(outtype), !cast<string>(Vector)), 1157 [Vector], [outtype, Vector]); 1160 outtype, (args outtype:$a, Vector:$b, imm:$sh), 1164 outtype, (args outtype:$a, Vector:$b, imm:$sh, Predicate:$pred), 1169 multiclass VSHRN<Type outtype, Immediate imm, dag extraargs> { 1170 defm b: DyadicImmShift<outtype, imm, "vshrn", !con(extraargs, (? 0))>; 1171 defm t: DyadicImmShift<outtype, imm, "vshrn", !con(extraargs, (? 1))>;
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 1910 char outtype[15] = ""; in emit_so_movs() local 1957 snprintf(outtype, 15, "intBitsToFloat"); in emit_so_movs() 1959 snprintf(outtype, 15, "float"); in emit_so_movs() 1961 snprintf(outtype, 15, "vec%d", ctx->so->output[i].num_components); in emit_so_movs() 1968 … emit_buff(glsl_strbufs, "tfout%d = %s(clip_dist_temp[%d]%s);\n", i, outtype, output->sid, in emit_so_movs() 1971 emit_buff(glsl_strbufs, "tfout%d = %s(clip_dist_temp[%d]%s);\n", i, outtype, in emit_so_movs() 1980 emit_buff(glsl_strbufs, "tfout%d = %s(%s);\n", i, outtype, out_var); in emit_so_movs() 5954 char outtype[6] = ""; in emit_ios_streamout() local 5959 snprintf(outtype, 6, "float"); in emit_ios_streamout() 5961 snprintf(outtype, 6, "vec%d", ctx->so->output[i].num_components); in emit_ios_streamout() [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, 5178 RegisterOperand outtype, RegisterOperand intype1, 5182 : I<(outs outtype:$Rd), (ins intype1:$Rn, intype2:$Rm), asm, 5204 RegisterOperand outtype, RegisterOperand intype1, 5208 : I<(outs outtype:$dst), (ins outtype:$Rd, intype1:$Rn, intype2:$Rm), 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, 6045 RegisterOperand outtype, RegisterOperand intype1, 6049 : I<(outs outtype:$Rd), (ins intype1:$Rn, intype2:$Rm), asm, 6071 RegisterOperand outtype, RegisterOperand intype1, 6075 : I<(outs outtype:$dst), (ins outtype:$Rd, intype1:$Rn, intype2:$Rm), 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, 6222 RegisterOperand outtype, RegisterOperand intype1, 6226 : I<(outs outtype:$Rd), (ins intype1:$Rn, intype2:$Rm), asm, 6248 RegisterOperand outtype, RegisterOperand intype1, 6252 : I<(outs outtype:$dst), (ins outtype:$Rd, intype1:$Rn, intype2:$Rm), asm,
|