| /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
| ia32-1.d | 14 Machine: Intel 80386
|
| protected3-k1om.d | 14 Machine: Intel K1OM
|
| protected3-l1om.d | 15 Machine: Intel L1OM
|
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| 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...] |
| brw_clip.c | 2 Copyright (C) Intel Corp. 2006. All Rights Reserved. 3 Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to 54 struct intel_context *intel = &brw->intel; local 120 intel->gen); 138 struct intel_context *intel = &brw->intel; local 139 struct gl_context *ctx = &intel->ctx; 147 key.primitive = brw->intel.reduced_primitive; 156 if (intel->gen == 5 [all...] |
| brw_gs.c | 2 Copyright (C) Intel Corp. 2006. All Rights Reserved. 3 Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to 50 struct intel_context *intel = &brw->intel; local 75 if (intel->gen >= 6) { 141 intel->gen); 163 struct gl_context *ctx = &brw->intel.ctx; 164 struct intel_context *intel = &brw->intel; local 186 if (intel->gen >= 7) [all...] |
| brw_wm_emit.c | 2 Copyright (C) Intel Corp. 2006. All Rights Reserved. 3 Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to 38 can_do_pln(struct intel_context *intel, const struct brw_reg *deltas) 40 struct brw_context *brw = brw_context(&intel->ctx); 48 if (intel->gen < 6 && ((deltas[0].nr & 1) != 0)) 167 struct intel_context *intel = &p->brw->intel; local 175 if (intel->gen >= 6) { 212 struct intel_context *intel = &p->brw->intel; local 264 struct intel_context *intel = &p->brw->intel; local 318 struct intel_context *intel = &p->brw->intel; local 350 struct intel_context *intel = &p->brw->intel; local 889 struct intel_context *intel = &p->brw->intel; local 948 struct intel_context *intel = &p->brw->intel; local 1046 struct intel_context *intel = &p->brw->intel; local 1176 struct intel_context *intel = &p->brw->intel; local 1293 struct intel_context *intel = &p->brw->intel; local 1329 struct intel_context *intel = &p->brw->intel; local 1399 struct intel_context *intel = &brw->intel; local 1652 struct intel_context *intel = &p->brw->intel; local [all...] |
| /external/mesa3d/src/mesa/drivers/dri/intel/ |
| intel_mipmap_tree.h | 48 * The fixed mipmap layout of intel hardware where one offset 372 struct intel_mipmap_tree *intel_miptree_create(struct intel_context *intel, 385 intel_miptree_create_for_region(struct intel_context *intel, 391 intel_miptree_create_for_dri2_buffer(struct intel_context *intel, 405 intel_miptree_create_for_renderbuffer(struct intel_context *intel, 422 int intel_miptree_pitch_align (struct intel_context *intel, 456 intel_miptree_copy_teximage(struct intel_context *intel, 467 intel_miptree_s8z24_scatter(struct intel_context *intel, 479 intel_miptree_s8z24_gather(struct intel_context *intel, 485 intel_miptree_alloc_mcs(struct intel_context *intel, [all...] |
| intel_blit.c | 91 intelEmitCopyBlit(struct intel_context *intel, 127 aper_array[0] = intel->batch.bo; 132 intel_batchbuffer_flush(intel); 141 intel_batchbuffer_require_space(intel, 8 * 4, true); 214 intel_batchbuffer_emit_mi_flush(intel); 230 struct intel_context *intel = intel_context(ctx); local 365 aper_array[0] = intel->batch.bo; 370 intel_batchbuffer_flush(intel); 384 if (intel->always_flush_cache) 385 intel_batchbuffer_emit_mi_flush(intel); 533 struct intel_context *intel = intel_context(ctx); local [all...] |
| /toolchain/binutils/binutils-2.25/opcodes/ |
| ChangeLog | 13 2014-11-17 Ilya Tocar <ilya.tocar@intel.com> 27 2014-11-17 Ilya Tocar <ilya.tocar@intel.com> 40 2014-11-17 Ilya Tocar <ilya.tocar@intel.com> 52 2014-11-17 Ilya Tocar <ilya.tocar@intel.com> 150 2014-09-22 H.J. Lu <hongjiu.lu@intel.com> 209 2014-09-10 H.J. Lu <hongjiu.lu@intel.com> 343 2014-07-22 Sergey Guriev <sergey.s.guriev@intel.com> 344 Alexander Ivchenko <alexander.ivchenko@intel.com> 345 Maxim Kuznetsov <maxim.kuznetsov@intel.com> 346 Sergey Lega <sergey.s.lega@intel.com [all...] |
| /bionic/libc/arch-x86/atom/string/ |
| cache.h | 2 Copyright (c) 2010, Intel Corporation 15 * Neither the name of Intel Corporation nor the names of its contributors
|
| sse2-bzero-atom.S | 2 Copyright (c) 2010, Intel Corporation 15 * Neither the name of Intel Corporation nor the names of its contributors
|
| sse2-strnlen-atom.S | 2 Copyright (c) 2011, Intel Corporation 15 * Neither the name of Intel Corporation nor the names of its contributors
|
| ssse3-bcopy-atom.S | 2 Copyright (c) 2010, Intel Corporation 15 * Neither the name of Intel Corporation nor the names of its contributors
|
| ssse3-memmove-atom.S | 2 Copyright (c) 2010, Intel Corporation 15 * Neither the name of Intel Corporation nor the names of its contributors
|
| ssse3-strncat-atom.S | 2 Copyright (c) 2011, Intel Corporation 15 * Neither the name of Intel Corporation nor the names of its contributors
|
| ssse3-strncmp-atom.S | 2 Copyright (c) 2010, Intel Corporation 15 * Neither the name of Intel Corporation nor the names of its contributors
|
| ssse3-strncpy-atom.S | 2 Copyright (c) 2011, Intel Corporation 15 * Neither the name of Intel Corporation nor the names of its contributors
|
| ssse3-wmemcmp-atom.S | 2 Copyright (c) 2011, 2012, 2013 Intel Corporation 15 * Neither the name of Intel Corporation nor the names of its contributors
|
| /bionic/libc/arch-x86/silvermont/string/ |
| cache.h | 2 Copyright (c) 2010, Intel Corporation 15 * Neither the name of Intel Corporation nor the names of its contributors
|
| sse2-bcopy-slm.S | 2 Copyright (c) 2014, Intel Corporation 15 * Neither the name of Intel Corporation nor the names of its contributors
|
| sse2-bzero-slm.S | 2 Copyright (c) 2014, Intel Corporation 15 * Neither the name of Intel Corporation nor the names of its contributors
|
| sse2-stpcpy-slm.S | 2 Copyright (c) 2014, Intel Corporation
15 * Neither the name of Intel Corporation nor the names of its contributors
|
| sse2-stpncpy-slm.S | 2 Copyright (c) 2014, Intel Corporation
15 * Neither the name of Intel Corporation nor the names of its contributors
|
| sse2-strncpy-slm.S | 2 Copyright (c) 2014, Intel Corporation
15 * Neither the name of Intel Corporation nor the names of its contributors
|