/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
gen7_disable.c | 2 * Copyright © 2011 Intel Corporation 32 struct intel_context *intel = &brw->intel; local
|
gen6_scissor_state.c | 2 * Copyright © 2009 Intel Corporation 37 struct intel_context *intel = &brw->intel; local 38 struct gl_context *ctx = &intel->ctx;
|
gen6_viewport_state.c | 2 * Copyright © 2009 Intel Corporation 70 struct gl_context *ctx = &brw->intel.ctx; 112 struct intel_context *intel = &brw->intel; local
|
/external/chromium_org/v8/src/ia32/ |
cpu-ia32.cc | 55 // No need to flush the instruction cache on Intel. On Intel instruction 58 // is patched on an intel CPU the core performing the patching will have its
|
/external/eigen/Eigen/src/LU/ |
PartialPivLU_MKL.h | 2 Copyright (c) 2011, Intel Corporation. All rights reserved. 12 * Neither the name of Intel Corporation nor the names of its contributors may 28 * Content : Eigen bindings to Intel(R) MKL
|
/external/eigen/Eigen/src/QR/ |
HouseholderQR_MKL.h | 2 Copyright (c) 2011, Intel Corporation. All rights reserved. 12 * Neither the name of Intel Corporation nor the names of its contributors may 28 * Content : Eigen bindings to Intel(R) MKL
|
/external/iproute2/tc/ |
q_multiq.c | 4 * Copyright (c) 2008, Intel Corporation. 19 * Author: Alexander Duyck <alexander.h.duyck@intel.com> 21 * Original Authors: PJ Waskiewicz, <peter.p.waskiewicz.jr@intel.com> (RR)
|
/external/mesa3d/bin/ |
.cherry-ignore | 10 413c4914129cd26ca87960852d8c0264c0fb29e7 intel: Improve teximage perf for Google Chrome paint rects (v3) 11 b1d0fe022dc4826dadce014ab8fe062a82f75a16 intel: Fix segfault in intel_texsubimage_tiled_memcpy 12 b5891286202987dfc2606ac716050c0ee426de11 intel: Fix yet-another-bug in intel_texsubimage_tiled_memcpy
|
/external/mesa3d/docs/ |
relnotes-7.7.html | 47 <li>GL_ARB_draw_elements_base_vertex (supported in Intel i965 and software drivers)</li> 48 <li>GL_ARB_depth_clamp (supported in Intel i965 DRI and software drivers)</li> 49 <li>GL_NV_depth_clamp (supported in Intel i965 DRI and software drivers)</li>
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
Makefile.am | 3 # Copyright © 2011 Intel Corporation 35 -I$(top_srcdir)/src/mesa/drivers/dri/intel \ 36 -I$(top_srcdir)/src/mesa/drivers/dri/intel/server \
|
brw_sf.h | 2 Copyright (C) Intel Corp. 2006. All Rights Reserved. 3 Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to 106 int brw_sf_compute_urb_entry_read_offset(struct intel_context *intel);
|
gen6_gs_state.c | 2 * Copyright © 2009 Intel Corporation 36 struct intel_context *intel = &brw->intel; local
|
gen7_disable.c | 2 * Copyright © 2011 Intel Corporation 32 struct intel_context *intel = &brw->intel; local
|
/external/tinycompress/include/tinycompress/ |
version.h | 4 * Copyright (c) 2011-2012, Intel Corporation 15 * Neither the name of Intel Corporation nor the names of its contributors 34 * Copyright (c) 2011-2012, Intel Corporation.
|
/external/chromium/base/ |
atomicops_internals_x86_msvc.h | 76 *ptr = value; // works w/o barrier for current Intel chips as of June 2005 139 *ptr = value; // works w/o barrier for current Intel chips as of June 2005 142 // IA-32 Intel Architecture Software Developer's Manual, Volume 3: 146 // http://developer.intel.com/design/pentium4/manuals/index_new.htm
|
/external/chromium_org/content/common/gpu/testdata/ |
bear.README | 10 MD5s of RGB thumbnail rendered version of bear.h264 decoded with Intel
|
/external/chromium_org/content/test/gpu/gpu_tests/ |
gpu_process_expectations.py | 14 # amd, arm, broadcom, hisilicon, intel, imagination, nvidia, qualcomm,
|
hardware_accelerated_feature_expectations.py | 14 # amd, arm, broadcom, hisilicon, intel, imagination, nvidia, qualcomm,
|
maps_expectations.py | 14 # amd, arm, broadcom, hisilicon, intel, imagination, nvidia, qualcomm,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
jsonchecker_unittest.py | 100 "builders": [ { "name": "SnowLeopard Intel Release (Build)", "type": "Build", "builddir": "snowleopard-intel-release", 107 "builderNames": ["SnowLeopard Intel Release (Build)", "SnowLeopard Intel Debug (Build)"]
|
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-7.6.html | 47 (supported in Gallium drivers, Intel DRI drivers, and software drivers)</li> 49 (supported in Gallium drivers, Intel DRI drivers, and software drivers)</li> 51 (supported in Gallium drivers, Intel DRI drivers, and software drivers)</li> 55 <li>GL_ARB_sync (supported in software drivers and Intel DRI drivers)</li>
|
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/ |
u_compiler.h | 15 /* Intel compiler supports inline keyword */
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
Makefile.sources | 3 src/mesa/drivers/dri/intel
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_regions.h | 100 void intel_recreate_static_regions(struct intel_context *intel); 107 void *intel_region_map(struct intel_context *intel, 111 void intel_region_unmap(struct intel_context *intel, struct intel_region *ib); 116 intel_region_copy(struct intel_context *intel,
|
intel_syncobj.c | 2 * Copyright © 2008 Intel Corporation 71 struct intel_context *intel = intel_context(ctx); local 75 intel_batchbuffer_emit_mi_flush(intel); 77 sync->bo = intel->batch.bo;
|