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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen6_clip_state.c 2 * Copyright © 2009 Intel Corporation
37 struct intel_context *intel = &brw->intel; local
38 struct gl_context *ctx = &intel->ctx;
brw_eu_emit.c 2 Copyright (C) Intel Corp. 2006. All Rights Reserved.
3 Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to
66 struct intel_context *intel = &p->brw->intel; local
67 if (intel->gen < 6)
95 struct intel_context *intel = &p->brw->intel; local
96 if (intel->gen == 7 && reg->file == BRW_MESSAGE_REGISTER_FILE) {
401 struct intel_context *intel = &p->brw->intel; local
435 struct intel_context *intel = &brw->intel; local
512 struct intel_context *intel = &brw->intel; local
555 struct intel_context *intel = &brw->intel; local
611 struct intel_context *intel = &brw->intel; local
670 struct intel_context *intel = &brw->intel; local
1081 struct intel_context *intel = &p->brw->intel; local
1200 struct intel_context *intel = &p->brw->intel; local
1284 struct intel_context *intel = &p->brw->intel; local
1317 struct intel_context *intel = &p->brw->intel; local
1395 struct intel_context *intel = &p->brw->intel; local
1465 struct intel_context *intel = &p->brw->intel; local
1501 struct intel_context *intel = &p->brw->intel; local
1523 struct intel_context *intel = &p->brw->intel; local
1590 struct intel_context *intel = &p->brw->intel; local
1666 struct intel_context *intel = &p->brw->intel; local
1728 struct intel_context *intel = &p->brw->intel; local
1784 struct intel_context *intel = &p->brw->intel; local
1854 struct intel_context *intel = &p->brw->intel; local
1966 struct intel_context *intel = &p->brw->intel; local
2037 struct intel_context *intel = &p->brw->intel; local
2135 struct intel_context *intel = &p->brw->intel; local
2187 struct intel_context *intel = &p->brw->intel; local
2246 struct intel_context *intel = &p->brw->intel; local
2311 struct intel_context *intel = &p->brw->intel; local
2438 struct intel_context *intel = &p->brw->intel; local
2503 struct intel_context *intel = &p->brw->intel; local
2527 struct intel_context *intel = &p->brw->intel; local
2563 struct intel_context *intel = &p->brw->intel; local
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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
lea-2.ll 1 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | 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/i965/
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;
  /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,
grfmt_pxm.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_sunras.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/wpa_supplicant_8/src/wps/
http.h 3 * Copyright (c) 2000-2003 Intel Corporation
upnp_xml.h 3 * Copyright (c) 2000-2003 Intel Corporation
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/
intel.hpp 13 // $Id: intel.hpp 49267 2008-10-11 06:19:02Z agurtovoy $

Completed in 485 milliseconds

1 2 3 4 5 6 78 91011>>