| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_schedule.c | 1006 * will be vadd) */ 1097 midgard_instruction **vadd, 1108 midgard_instruction **units[] = { smul, vadd, vlut }; 1175 midgard_instruction *vadd = NULL; local in function:mir_schedule_alu 1189 vadd = cond; 1228 vadd = ralloc(ctx, midgard_instruction); 1229 *vadd = v_mov(~0, make_compiler_temp(ctx)); 1232 vadd->op = midgard_alu_op_iadd; 1233 vadd->src[0] = SSA_FIXED_REGISTER(31); 1234 vadd 1089 mir_schedule_zs_write(compiler_context * ctx,struct midgard_predicate * predicate,midgard_instruction ** instructions,uint16_t * liveness,BITSET_WORD * worklist,unsigned len,midgard_instruction * branch,midgard_instruction ** smul,midgard_instruction ** vadd,midgard_instruction ** vlut,bool stencil) argument [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/util/ |
| H A D | trackball.c | 144 vadd(const float src1[3], const float src2[3], float dst[3]) function in typeref:typename:void 269 vadd(t1,t2,tf); 270 vadd(t3,tf,tf);
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | SimpleMenu.c | 1110 short vadd, hadd, x_ins, y_ins; local in function:Layout 1166 vadd = (short)smw->simple_menu.top_margin; 1168 vadd = (short)(vadd + XtHeight(smw->simple_menu.label)); 1172 height = (Dimension)vadd; 1191 height = (Dimension)(height_kid + vadd); 1220 tmp_h = vadd; 1234 y_ins = vadd; 1237 tmp_h = height_kid + vadd; 1619 short vadd, had local in function:CalculateNewSize [all...] |
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-arm-neon-asm-bilinear.S | 520 vadd.u16 q12, q12, q13 556 vadd.u16 q12, q12, q13 565 vadd.u16 q12, q12, q13 683 vadd.u16 d25, d25, d26 691 vadd.u16 q12, q12, q13 695 vadd.u16 q13, q13, q13 697 vadd.u16 q12, q12, q13 932 vadd.u16 q12, q12, q13 966 vadd.u16 q12, q12, q13 1036 vadd [all...] |
| H A D | pixman-arm-neon-asm.S | 3005 vadd.u16 q12, q12, q13 3030 vadd.u16 q12, q12, q13 3038 vadd.u16 q12, q12, q13 3147 vadd.u16 d25, d25, d26 3155 vadd.u16 q12, q12, q13 3159 vadd.u16 q13, q13, q13 3161 vadd.u16 q12, q12, q13 3302 vadd.u16 q12, q12, q13 3310 vadd.u16 q12, q12, q13 3338 vadd [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | test_optimizer.cpp | 345 Temp vadd = bld.vadd32(bld.def(v1), shift, Operand(inputs[1])); variable in typeref:typename:Temp 346 writeout(1, bld.vadd32(bld.def(v1), sadd, vadd));
|