Searched refs:adds (Results 1 - 25 of 302) sorted by relevance

1234567891011>>

/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-arm-simd-asm-scaled.S88 adds VX, VX, UNIT_X
95 adds VX, VX, UNIT_X
103 adds VX, VX, UNIT_X
H A Dpixman-arm-neon-asm.h215 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
H A Dpixman-arma64-neon-asm.h235 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
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_pack_invert.spec33 This extension adds a new pixel storage parameter to indicate that
H A DMESA_texture_signed_rgba.spec46 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,
H A DMESA_texture_array.spec791 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/dist/docs/_extra/specs/
H A DMESA_pack_invert.spec33 This extension adds a new pixel storage parameter to indicate that
H A DMESA_texture_signed_rgba.spec46 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,
H A DMESA_texture_array.spec791 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/
H A Dgrabs.c417 GrabPtr *deletes, *adds; local in function:DeletePassiveGrabFromList
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/freetype/dist/builds/
H A Dmodules.mk73 # Each `module.mk' in the `src/*' subdirectories adds a variable with
/xsrc/external/mit/MesaLib/dist/docs/
H A Ddevinfo.rst33 - If the new extension adds new GL state, the functions in ``get.c``,
H A Dxlibdriver.rst141 This extension adds the GLX function:
191 This extension adds the glXCopySubBufferMESA() function. It works like
H A Dperfetto.rst17 The mesa perfetto support adds additional producers, to allow for visualizing
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.2.6.rst44 - v3d: adds an extra MOV for any sig.ld\*
H A D17.3.9.rst54 - mesa: adds some comments regarding MESA_GLES_VERSION_OVERRIDE usage
H A D18.0.1.rst65 - mesa: adds some comments regarding MESA_GLES_VERSION_OVERRIDE usage
H A D18.2.1.rst115 to adds
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgrabs.c579 GrabPtr *deletes, *adds; local in function:DeletePassiveGrabFromList
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.old/dist/src/intel/compiler/
H A Dbrw_fs_bank_conflicts.cpp118 adds(const vector_type &v, const vector_type &w) function in namespace:__anonf7e3c6710110
224 adds(vector_type v, vector_type w) function in namespace:__anonf7e3c6710210
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/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_bank_conflicts.cpp118 adds(const vector_type &v, const vector_type &w) function in namespace:__anond43867c40110
224 adds(vector_type v, vector_type w) function in namespace:__anond43867c40210
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/xorgproto/dist/
H A DREADME.md40 adds a new keycode to linux/input-event-codes.h. See the comment in
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dftcalc.h58 adds t2, t2, a /* t2 += a */
94 "adds %1, %1, %0\n\t" /* %1 += %0 */
/xsrc/external/mit/fontconfig/dist/m4/
H A Dlib-prefix.m416 dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_peephole.cpp1468 int adds; local in function:nv50_ir::ConstantFolding::opnd
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),

Completed in 19 milliseconds

1234567891011>>