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

<<11121314151617181920>>

  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnOverlayPlane.h 2 // Copyright (c) 2014 Intel Corporation 
28 namespace intel { namespace in namespace:android
76 } // namespace intel
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
RotationBufferProvider.h 2 // Copyright (c) 2014 Intel Corporation 
31 namespace intel { namespace in namespace:android
99 } // name space intel
TTMBufferMapper.cpp 2 // Copyright (c) 2014 Intel Corporation 
20 namespace intel { namespace in namespace:android
100 } // namespace intel
VsyncControl.cpp 2 // Copyright (c) 2014 Intel Corporation 
22 namespace intel { namespace in namespace:android
83 } // namespace intel
  /hardware/intel/img/hwcomposer/moorefield_hdmi/platforms/merrifield_plus/
PlatfHwcomposer.cpp 2 // Copyright (c) 2014 Intel Corporation 
29 namespace intel { namespace in namespace:android
95 } //namespace intel
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_surface_state.c 2 Copyright (C) Intel Corp. 2006. All Rights Reserved.
3 Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to
469 struct intel_context *intel = &brw->intel; local
470 struct gl_context *ctx = &intel->ctx;
474 gen = intel->gen * 10;
475 if (intel->is_g4x)
563 brw_render_target_supported(struct intel_context *intel,
566 struct brw_context *brw = brw_context(&intel->ctx);
585 if (intel->gen <= 6
719 struct intel_context *intel = &brw->intel; local
834 struct intel_context *intel = &brw->intel; local
881 struct intel_context *intel = &brw->intel; local
966 struct intel_context *intel = &brw->intel; local
1038 struct intel_context *intel = &brw->intel; local
1119 struct intel_context *intel = &brw->intel; local
1139 struct intel_context *intel = intel_context(ctx); local
1252 struct intel_context *intel = &brw->intel; local
1297 struct intel_context *intel = &brw->intel; local
1358 struct intel_context *intel = &brw->intel; local
1449 struct intel_context *intel = &brw->intel; local
    [all...]
brw_state_batch.c 2 Copyright (C) Intel Corp. 2006. All Rights Reserved.
3 Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to
43 struct intel_batchbuffer *batch = &brw->intel.batch;
82 brw_annotate_aub(struct intel_context *intel)
84 struct brw_context *brw = brw_context(&intel->ctx);
90 4*intel->batch.used);
101 drm_intel_bufmgr_gem_set_aub_annotations(intel->batch.bo, annotations,
126 struct intel_batchbuffer *batch = &brw->intel.batch;
138 intel_batchbuffer_flush(&brw->intel);
brw_tex_layout.c 2 Copyright (C) Intel Corp. 2006. All Rights Reserved.
3 Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to
43 brw_miptree_layout_texture_array(struct intel_context *intel,
55 qpitch = (h0 + h1 + (intel->gen >= 7 ? 12 : 11) * mt->align_h);
70 brw_miptree_layout(struct intel_context *intel, struct intel_mipmap_tree *mt)
74 if (intel->gen >= 5) {
80 brw_miptree_layout_texture_array(intel, mt);
167 brw_miptree_layout_texture_array(intel, mt);
174 brw_miptree_layout_texture_array(intel, mt);
brw_vs_state.c 2 Copyright (C) Intel Corp. 2006. All Rights Reserved.
3 Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to
42 struct intel_context *intel = &brw->intel; local
43 struct gl_context *ctx = &intel->ctx;
72 vs->thread1.single_program_flow = (intel->gen == 5);
104 if (intel->gen == 5) {
130 assert(intel->is_g4x);
158 drm_intel_bo_emit_reloc(intel->batch.bo,
brw_vs_surface_state.c 2 Copyright (C) Intel Corp. 2006. All Rights Reserved.
3 Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to
47 struct gl_context *ctx = &brw->intel.ctx;
48 struct intel_context *intel = &brw->intel; local
61 _mesa_load_state_parameters(&brw->intel.ctx, vp->program.Base.Parameters);
76 brw->vs.const_bo = drm_intel_bo_alloc(intel->bufmgr, "vp_const_buffer",
98 intel->vtbl.create_constant_surface(brw, brw->vs.const_bo, 0,
117 struct gl_context *ctx = &brw->intel.ctx;
gen6_clip_state.c 2 * Copyright © 2009 Intel Corporation
37 struct intel_context *intel = &brw->intel; local
38 struct gl_context *ctx = &intel->ctx;
  /device/intel/edison/flash_tools/
LICENSE.txt 1 Copyright 2015 Intel Corporation
  /external/autotest/client/profilers/powertop/src/
README 16 Intel is proud to announce the PowerTOP tool
32 maximum battery life out of your (hopefully Intel based) laptops. Try
39 Tags: intel, linux
44 but you can email me directly at arjan@linux.intel.com.
  /external/autotest/client/site_tests/platform_CryptohomeFio/
seq_write_verified 25 ; verify=crc32c-intel
  /external/eigen/Eigen/
PardisoSupport 15 * This module brings support for the Intel(R) MKL PARDISO direct sparse solvers.
  /external/llvm/test/CodeGen/X86/
fast-cc-callee-pops.ll 1 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel -mcpu=yonah | FileCheck %s
store_op_load_fold2.ll 2 ; RUN: llc < %s -mtriple=i686-linux -mcpu=corei7 -x86-asm-syntax=intel | FileCheck %s -check-prefix=INTEL
20 ; INTEL: and {{e..}}, dword ptr [360]
21 ; INTEL: and dword ptr [356], {{e..}}
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_image.c 33 intel_miptree_create_for_teximage(struct intel_context *intel,
85 (intel->gen < 4 || firstLevel == 0)) {
94 return intel_miptree_create(intel,
139 struct intel_context *intel = intel_context(ctx); local
150 if (intel->ctx._ImageTransferState ||
171 src_buffer = intel_bufferobj_source(intel, pbo, 64, &src_offset);
186 if (!intelEmitCopyBlit(intel,
243 struct intel_context *intel = intel_context(ctx); local
248 _mesa_init_teximage_fields(&intel->ctx, image,
254 intel_image->mt = intel_miptree_create_for_region(intel, target
273 struct intel_context *intel = pDRICtx->driverPrivate; local
336 struct intel_context *intel = intel_context(ctx); local
    [all...]
  /external/opencv/cv/src/
cvswitcher.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.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,
cvfacetemplate.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,
cvfindface.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/otherlibs/highgui/
cvcap.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,
grfmt_bmp.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,
grfmt_png.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,

Completed in 687 milliseconds

<<11121314151617181920>>