HomeSort by relevance Sort by last modified time
    Searched full:intel (Results 1 - 25 of 6614) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/asus/fugu/self-extractors/intel/
COPYRIGHT 1 # (C) Intel Corporation
  /hardware/intel/common/libmix/
README 0 intel moorestown mix library
  /external/v8/src/crankshaft/x87/
OWNERS 1 weiliang.lin@intel.com
  /external/v8/src/debug/x87/
OWNERS 1 weiliang.lin@intel.com
  /external/v8/src/full-codegen/x87/
OWNERS 1 weiliang.lin@intel.com
  /external/v8/src/ic/x87/
OWNERS 1 weiliang.lin@intel.com
  /external/v8/src/regexp/x87/
OWNERS 1 weiliang.lin@intel.com
  /external/v8/src/x87/
OWNERS 1 weiliang.lin@intel.com
  /hardware/intel/common/libmix/mix_audio/
AUTHORS 1 echo.choi@intel.com
  /external/v8/src/compiler/x87/
OWNERS 1 weiliang.lin@intel.com
2 chunyang.dai@intel.com
  /device/asus/fugu/self-extractors/intel/staging/
device-partial.mk 15 # Intel blob(s) necessary for Fugu hardware
17 vendor/intel/fugu/proprietary/houdini:system/bin/houdini:intel \
18 vendor/intel/fugu/proprietary/arm_dyn:system/etc/binfmt_misc/arm_dyn:intel \
19 vendor/intel/fugu/proprietary/arm_exe:system/etc/binfmt_misc/arm_exe:intel \
20 vendor/intel/fugu/proprietary/disable:system/etc/binfmt_misc/disable:intel \
21 vendor/intel/fugu/proprietary/msvdx.bin.0008.0000.0000:system/etc/firmware/msvdx.bin.0008.0000.0000:intel
    [all...]
  /hardware/intel/common/libmix/mix_vbp/
AUTHORS 1 linda.s.cline@intel.com
  /hardware/intel/common/libmix/mix_video/
AUTHORS 1 linda.s.cline@intel.com
  /hardware/intel/common/omx-components/
README 0 intel moorestown specific wrs-omx-il components
  /device/asus/fugu/
vendor_owner_info.txt 2 system/bin/houdini:intel
4 system/etc/binfmt_misc/arm_dyn:intel
5 system/etc/binfmt_misc/arm_exe:intel
6 system/etc/binfmt_misc/disable:intel
8 system/etc/firmware/msvdx.bin.0008.0000.0000:intel
9 system/etc/firmware/msvdx.bin.0008.0000.0001:intel
10 system/etc/firmware/msvdx.bin.0008.0000.0002:intel
11 system/etc/firmware/msvdx.bin.0008.0002.0001:intel
12 system/etc/firmware/msvdx.bin.000c.0001.0001:intel
13 system/etc/firmware/topaz.bin.0008.0000.0000:intel
    [all...]
mfx_omxil_core.conf 1 OMX.Intel.sw_vd.h265 : libmfx_omx_components_sw.so
2 OMX.Intel.sw_vd.h265.secure_L3 : libmfx_omx_components_sw.s
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_batchbuffer.h 28 void intel_batchbuffer_init(struct intel_context *intel);
29 void intel_batchbuffer_reset(struct intel_context *intel);
30 void intel_batchbuffer_free(struct intel_context *intel);
31 void intel_batchbuffer_save_state(struct intel_context *intel);
32 void intel_batchbuffer_reset_to_saved(struct intel_context *intel);
34 int _intel_batchbuffer_flush(struct intel_context *intel,
37 #define intel_batchbuffer_flush(intel) \
38 _intel_batchbuffer_flush(intel, __FILE__, __LINE__)
46 void intel_batchbuffer_data(struct intel_context *intel,
49 bool intel_batchbuffer_emit_reloc(struct intel_context *intel,
    [all...]
intel_context.c 69 const struct intel_context *const intel = intel_context(ctx); local
75 return (GLubyte *) "Intel Open Source Technology Center";
79 switch (intel->intelScreen->deviceID) {
81 chipset = "Intel(R) 845G";
84 chipset = "Intel(R) 830M";
87 chipset = "Intel(R) 852GM/855GM";
90 chipset = "Intel(R) 865G";
93 chipset = "Intel(R) 915G";
96 chipset = "Intel (R) E7221G (i915)";
99 chipset = "Intel(R) 915GM"
277 struct intel_context *intel = intel_context(ctx); local
331 struct intel_context *intel = context->driverPrivate; local
453 struct intel_context *intel = intel_context(ctx); local
501 struct intel_context *intel = intel_context(ctx); local
516 struct intel_context *intel = intel_context(ctx); local
528 struct intel_context *intel = intel_context(ctx); local
539 struct intel_context *intel = intel_context(ctx); local
550 struct intel_context *intel = intel_context(ctx); local
794 struct intel_context *intel = local
857 struct intel_context *intel; local
    [all...]
intel_batchbuffer.c 41 static void clear_cache( struct intel_context *intel )
43 struct cached_batch_item *item = intel->batch.cached_items;
51 intel->batch.cached_items = NULL;
55 intel_batchbuffer_init(struct intel_context *intel)
57 intel_batchbuffer_reset(intel);
59 if (intel->gen >= 6) {
64 intel->batch.workaround_bo = drm_intel_bo_alloc(intel->bufmgr,
71 intel_batchbuffer_reset(struct intel_context *intel)
73 if (intel->batch.last_bo != NULL)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
k1om-inval.l 2 Fatal error: Intel K1OM is 64bit only
l1om-inval.l 2 Fatal error: Intel L1OM is 64bit only
  /external/eigen/bench/btl/cmake/
FindMKL.cmake 14 /opt/intel/mkl/*/lib/em64t
15 /opt/intel/Compiler/*/*/mkl/lib/em64t
23 /opt/intel/mkl/*/lib/em64t
24 /opt/intel/Compiler/*/*/mkl/lib/em64t
25 /opt/intel/Compiler/*/*/lib/intel64
39 /opt/intel/mkl/*/lib/32
40 /opt/intel/Compiler/*/*/mkl/lib/32
48 /opt/intel/mkl/*/lib/32
49 /opt/intel/Compiler/*/*/mkl/lib/32
50 /opt/intel/Compiler/*/*/lib/intel3
    [all...]
  /hardware/bsp/intel/peripheral/libmraa/src/javascript/
package.json.cmake 3 "description": "IO library that helps you use I2c, SPI, gpio, uart, pwm, analog inputs (aio) and more on a number of platforms such as the Intel galileo, the Intel edison and others",
4 "keywords":["gpio", "edison","galileo","io", "mraajs", "spi", "i2c", "minnow", "intel"],
5 "homepage": "http://github.com/intel-iot-devkit/mraa",
11 "url" : "http://github.com/intel-iot-devkit/mraa/issues"
15 "authors": "See github.com/intel-iot-devkit/mraa/graphs/contributors"
  /external/opencv3/cmake/
OpenCVFindIntelPerCSDK.cmake 2 # INTELPERC_LIBRARIES and INTELPERC_INCLUDE to link Intel Perceptial Computing SDK modules
3 # HAVE_INTELPERC for conditional compilation OpenCV with/without Intel Perceptial Computing SDK
6 find_path(INTELPERC_INCLUDE_DIR "pxcsession.h" PATHS "$ENV{PCSDK_DIR}include" DOC "Path to Intel Perceptual Computing SDK interface headers")
7 find_file(INTELPERC_LIBRARIES "libpxc.lib" PATHS "$ENV{PCSDK_DIR}lib/x64" DOC "Path to Intel Perceptual Computing SDK interface libraries")
9 find_path(INTELPERC_INCLUDE_DIR "pxcsession.h" PATHS "$ENV{PCSDK_DIR}include" DOC "Path to Intel Perceptual Computing SDK interface headers")
10 find_file(INTELPERC_LIBRARIES "libpxc.lib" PATHS "$ENV{PCSDK_DIR}lib/Win32" DOC "Path to Intel Perceptual Computing SDK interface libraries")
17 message(WARNING "Intel Perceptual Computing SDK library directory (set by INTELPERC_LIB_DIR variable) is not found or does not have Intel Perceptual Computing SDK libraries.")
  /external/libpng/contrib/intel/
configure.ac.patch 9 # In order to compile Intel SSE optimizations for libpng, please add
13 # INTEL
16 # INTEL SSE (SIMD) support.
18 AC_ARG_ENABLE([intel-sse],
19 AS_HELP_STRING([[[--enable-intel-sse]]],
20 [Enable Intel SSE optimizations: =no/off, yes/on:]
28 [Disable Intel SSE optimizations])
33 [Enable Intel SSE optimizations]);;
35 AC_MSG_ERROR([--enable-intel-sse=${enable_intel_sse}: invalid value])
38 # Add Intel specific files to all builds where the host_cpu is Intel ('x86*'
    [all...]

Completed in 1164 milliseconds

1 2 3 4 5 6 7 8 91011>>