HomeSort by relevance Sort by last modified time
    Searched full:intel (Results 101 - 125 of 2947) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_icc.h 3 // A list of Intel compiler for Linux portion of STLport settings.
5 #define _STLP_COMPILER "Intel ICC"
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_icc.h 3 // A list of Intel compiler for Linux portion of STLport settings.
5 #define _STLP_COMPILER "Intel ICC"
  /external/chromium_org/third_party/libva/
README.chromium 11 This library is used for interfacing with the Intel graphics driver for
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_tris.h 47 void intel_set_prim(struct intel_context *intel, uint32_t prim);
48 GLuint *intel_get_prim_space(struct intel_context *intel, unsigned int count);
49 void intel_flush_prim(struct intel_context *intel);
50 void intel_finish_vb(struct intel_context *intel);
  /external/clang/test/Headers/
x86-intrinsics-headers.c 12 // immintrin includes all other intel intrinsic headers.
  /external/eigen/test/
pardiso_support.cpp 2 Intel Copyright (C) ....
  /external/llvm/test/CodeGen/X86/
fast-cc-merge-stack-adj.ll 1 ; RUN: llc < %s -mcpu=generic -march=x86 -x86-asm-syntax=intel | FileCheck %s
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.h 47 void intel_set_prim(struct intel_context *intel, uint32_t prim);
48 GLuint *intel_get_prim_space(struct intel_context *intel, unsigned int count);
49 void intel_flush_prim(struct intel_context *intel);
50 void intel_finish_vb(struct intel_context *intel);
  /external/opencv/
LICENSE_OpenCV 8 Intel License Agreement
11 Copyright (C) 2000-2006, Intel Corporation, all rights reserved.
24 * The name of Intel Corporation may not be used to endorse or promote products
30 In no event shall the Intel Corporation or contributors be liable for any direct,
  /external/opencv/cv/src/
cvprecomp.cpp 10 // Intel License Agreement
13 // Copyright (C) 2000, Intel Corporation, all rights reserved.
26 // * The name of Intel Corporation may not be used to endorse or promote products
32 // In no event shall the Intel Corporation or contributors be liable for any direct,
  /external/opencv/cvaux/src/
cvaux.cpp 10 // Intel License Agreement
13 // Copyright (C) 2000, Intel Corporation, all rights reserved.
26 // * The name of Intel Corporation may not be used to endorse or promote products
32 // In no event shall the Intel Corporation or contributors be liable for any direct,
cvauxutils.cpp 10 // Intel License Agreement
13 // Copyright (C) 2000, Intel Corporation, all rights reserved.
26 // * The name of Intel Corporation may not be used to endorse or promote products
32 // In no event shall the Intel Corporation or contributors be liable for any direct,
precomp.cpp 10 // Intel License Agreement
13 // Copyright (C) 2000, Intel Corporation, all rights reserved.
26 // * The name of Intel Corporation may not be used to endorse or promote products
32 // In no event shall the Intel Corporation or contributors be liable for any direct,
  /external/opencv/cxcore/include/
cvver.h 10 // Intel License Agreement
13 // Copyright( C) 2000, Intel Corporation, all rights reserved.
26 // * The name of Intel Corporation may not be used to endorse or promote products
32 // In no event shall the Intel Corporation or contributors be liable for any direct,
  /external/opencv/cxcore/src/
cxprecomp.cpp 10 // Intel License Agreement
13 // Copyright (C) 2000, Intel Corporation, all rights reserved.
26 // * The name of Intel Corporation may not be used to endorse or promote products
32 // In no event shall the Intel Corporation or contributors be liable for any direct,
  /external/opencv/ml/src/
ml.cpp 10 // Intel License Agreement
12 // Copyright (C) 2000, Intel Corporation, all rights reserved.
25 // * The name of Intel Corporation may not be used to endorse or promote products
31 // In no event shall the Intel Corporation or contributors be liable for any direct,
  /external/opencv/otherlibs/highgui/
grfmts.h 10 // Intel License Agreement
13 // Copyright (C) 2000, Intel Corporation, all rights reserved.
26 // * The name of Intel Corporation may not be used to endorse or promote products
32 // In no event shall the Intel Corporation or contributors be liable for any direct,
precomp.cpp 10 // Intel License Agreement
13 // Copyright (C) 2000, Intel Corporation, all rights reserved.
26 // * The name of Intel Corporation may not be used to endorse or promote products
32 // In no event shall the Intel Corporation or contributors be liable for any direct,
  /external/oprofile/events/i386/arch_perfmon/
unit_masks 0 # Intel architectural perfmon unit masks
  /external/valgrind/main/docs/internals/
3_5_BUGSTATUS.txt 11 r10878 Add support for the L2 cache on Intel T4200.
  /external/chromium_org/third_party/mesa/src/docs/
developers.html 26 <li>DRI drivers for Intel i965, i945, i915 and other chips
34 <a href="http://www.intellinuxgraphics.org/index.html" target="_parent">Intel</a>
36 Intel has recently contributed the new GLSL compiler in Mesa 7.9.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel_read.c 76 struct intel_context *intel = intel_context(ctx); local
77 struct intel_region *src = intel_readbuf_region(intel);
135 dirty = intel->front_buffer_dirty;
136 intel_prepare_render(intel);
137 intel->front_buffer_dirty = dirty;
145 dst_buffer = intel_bufferobj_buffer(intel, dst,
152 if (!intelEmitCopyBlit(intel,
174 struct intel_context *intel = intel_context(ctx); local
187 dirty = intel->front_buffer_dirty;
188 intel_prepare_render(intel);
    [all...]
  /external/mesa3d/docs/
developers.html 26 <li>DRI drivers for Intel i965, i945, i915 and other chips
34 <a href="http://www.intellinuxgraphics.org/index.html" target="_parent">Intel</a>
36 Intel has recently contributed the new GLSL compiler in Mesa 7.9.
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_read.c 76 struct intel_context *intel = intel_context(ctx); local
77 struct intel_region *src = intel_readbuf_region(intel);
135 dirty = intel->front_buffer_dirty;
136 intel_prepare_render(intel);
137 intel->front_buffer_dirty = dirty;
145 dst_buffer = intel_bufferobj_buffer(intel, dst,
152 if (!intelEmitCopyBlit(intel,
174 struct intel_context *intel = intel_context(ctx); local
187 dirty = intel->front_buffer_dirty;
188 intel_prepare_render(intel);
    [all...]
  /external/tinycompress/
README 3 vinod.koul@linux.intel.com
28 - Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> for library design
29 - Navjot Singh <navjot.singh@intel.com> for writing the mp3 parser code

Completed in 746 milliseconds

1 2 3 45 6 7 8 91011>>