HomeSort by: relevance | last modified time | path
    Searched refs:adds (Results 1 - 20 of 20) sorted by relevancy

  /xsrc/external/mit/pixman/dist/pixman/
pixman-arm-simd-asm-scaled.S 88 adds VX, VX, UNIT_X
95 adds VX, VX, UNIT_X
103 adds VX, VX, UNIT_X
pixman-arm-neon-asm.h 215 adds VX, VX, UNIT_X
220 adds VX, VX, UNIT_X
226 adds VX, VX, UNIT_X
232 adds VX, VX, UNIT_X
240 adds VX, VX, UNIT_X
245 adds VX, VX, UNIT_X
283 adds VX, VX, UNIT_X
290 adds VX, VX, UNIT_X
pixman-arma64-neon-asm.h 235 adds VX, VX, UNIT_X
243 adds VX, VX, UNIT_X
252 adds VX, VX, UNIT_X
261 adds VX, VX, UNIT_X
272 adds VX, VX, UNIT_X
280 adds VX, VX, UNIT_X
321 adds VX, VX, UNIT_X
332 adds VX, VX, UNIT_X
pixman-arm-simd-asm.h 261 PF adds, SCRATCH, SCRATCH, X, lsl #32-5+\bpp_shift
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_pack_invert.spec 33 This extension adds a new pixel storage parameter to indicate that
MESA_texture_signed_rgba.spec 46 still be useful. NV_texture_shader adds signed texture formats,
52 This extension adds a signed 4-channel texture format by backporting
141 NV_texture_shader extension, if supported, adds support for
178 UNSIGNED_NORMALIZED_ARB, or FLOAT. This extension adds a new enum,
MESA_texture_array.spec 791 GL_NV_gpu_program4 also adds support for other features that are
792 specific to Nvidia hardware, while this extension adds only support
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_pack_invert.spec 33 This extension adds a new pixel storage parameter to indicate that
MESA_texture_signed_rgba.spec 46 still be useful. NV_texture_shader adds signed texture formats,
52 This extension adds a signed 4-channel texture format by backporting
141 NV_texture_shader extension, if supported, adds support for
178 UNSIGNED_NORMALIZED_ARB, or FLOAT. This extension adds a new enum,
MESA_texture_array.spec 791 GL_NV_gpu_program4 also adds support for other features that are
792 specific to Nvidia hardware, while this extension adds only support
  /xsrc/external/mit/xorg-server.old/dist/dix/
grabs.c 417 GrabPtr *deletes, *adds; local
436 adds = malloc(i * sizeof(GrabPtr));
439 if (!deletes || !adds || !updates || !details)
443 free(adds);
514 adds[nadds++] = pNewGrab;
530 FreeResource(adds[i]->resource, RT_NONE);
540 grab = adds[i];
552 free(adds);
  /xsrc/external/mit/fontconfig/dist/doc/
fcfile.fncs 35 Scans a single file and adds all fonts found to <parameter>set</parameter>.
69 entire directory and adds all fonts found to <parameter>set</parameter>.
fccharset.fncs 49 <function>FcCharSetAddChar</function> adds a single Unicode char to the set,
120 Adds all chars in <parameter>b</parameter> to <parameter>a</parameter>.
  /xsrc/external/mit/xorg-server/dist/dix/
grabs.c 579 GrabPtr *deletes, *adds; local
598 adds = xallocarray(i, sizeof(GrabPtr));
601 if (!deletes || !adds || !updates || !details) {
604 free(adds);
667 adds[nadds++] = pNewGrab;
680 FreeResource(adds[i]->resource, RT_NONE);
688 grab = adds[i];
699 free(adds);
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_fs_bank_conflicts.cpp 118 adds(const vector_type &v, const vector_type &w)
224 adds(vector_type v, vector_type w)
743 s_p = adds(s_p, mask(bank_mask_p.v[r], conflicts.v[r]));
744 s_n = adds(s_n, mask(bank_mask_n.v[r], conflicts.v[r]));
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_fs_bank_conflicts.cpp 118 adds(const vector_type &v, const vector_type &w)
224 adds(vector_type v, vector_type w)
734 s_p = adds(s_p, mask(bank_mask_p.v[r], conflicts.v[r]));
735 s_n = adds(s_n, mask(bank_mask_n.v[r], conflicts.v[r]));
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
ftcalc.h 58 adds t2, t2, a /* t2 += a */
94 "adds %1, %1, %0\n\t" /* %1 += %0 */
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_peephole.cpp 1515 int adds; local
1519 adds = 0;
1521 adds = 1;
1524 if (si->src(!adds).mod != Modifier(0))
1533 i->setSrc(adds, bld.loadImm(NULL, imm1.reg.data.u32 << imm0.reg.data.u32));
1534 i->setSrc(!adds, bld.mkOp2v(OP_SHL, i->dType,
1536 si->getSrc(!adds),
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_peephole.cpp 1468 int adds; local
1472 adds = 0;
1474 adds = 1;
1477 if (si->src(!adds).mod != Modifier(0))
1486 i->setSrc(adds, bld.loadImm(NULL, imm1.reg.data.u32 << imm0.reg.data.u32));
1487 i->setSrc(!adds, bld.mkOp2v(OP_SHL, i->dType,
1489 si->getSrc(!adds),
  /xsrc/external/mit/freetype/dist/src/truetype/
ttinterp.c 1300 adds t2, t2, a /* t2 += a */
1316 "adds %1, %1, %0\n\t" /* %1 += %0 */
1952 * Does not round, but adds engine compensation.

Completed in 32 milliseconds