/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_bonding.h | 14 * 2003/03/18 - Amir Noam <amir.noam at intel dot com> 18 * 2003/03/18 - Tsippy Mendelson <tsippy.mendelson at intel dot com> and 19 * Shmulik Hen <shmulik.hen at intel dot com> 23 * 2003/03/18 - Tsippy Mendelson <tsippy.mendelson at intel dot com> and 24 * Amir Noam <amir.noam at intel dot com> 27 * 2003/03/18 - Amir Noam <amir.noam at intel dot com>, 28 * Tsippy Mendelson <tsippy.mendelson at intel dot com> and 29 * Shmulik Hen <shmulik.hen at intel dot com> 32 * 2003/05/01 - Amir Noam <amir.noam at intel dot com> 36 * 2003/12/01 - Shmulik Hen <shmulik.hen at intel dot com [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_bonding.h | 14 * 2003/03/18 - Amir Noam <amir.noam at intel dot com> 18 * 2003/03/18 - Tsippy Mendelson <tsippy.mendelson at intel dot com> and 19 * Shmulik Hen <shmulik.hen at intel dot com> 23 * 2003/03/18 - Tsippy Mendelson <tsippy.mendelson at intel dot com> and 24 * Amir Noam <amir.noam at intel dot com> 27 * 2003/03/18 - Amir Noam <amir.noam at intel dot com>, 28 * Tsippy Mendelson <tsippy.mendelson at intel dot com> and 29 * Shmulik Hen <shmulik.hen at intel dot com> 32 * 2003/05/01 - Amir Noam <amir.noam at intel dot com> 36 * 2003/12/01 - Shmulik Hen <shmulik.hen at intel dot com [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_tex_validate.c | 36 intel_finalize_mipmap_tree(struct intel_context *intel, GLuint unit) 38 struct gl_context *ctx = &intel->ctx; 39 struct gl_texture_object *tObj = intel->ctx.Texture.Unit[unit]._Current; 82 intelObj->mt = intel_miptree_create(intel, 109 intel_miptree_copy_teximage(intel, intelImage, intelObj->mt); 121 intel_tex_map_image_for_swrast(struct intel_context *intel, 138 intel_miptree_slice_resolve_depth(intel, mt, level, i); 155 intel_image->base.Map = intel_region_map(intel, mt->region, mode); 163 intel_image->base.Map = intel_region_map(intel, mt->region, mode) + 171 intel_tex_unmap_image_for_swrast(struct intel_context *intel, [all...] |
intel_span.c | 4 * Copyright 2011 Intel Corporation 111 intel_span_map_buffers(struct intel_context *intel) 113 struct gl_context *ctx = &intel->ctx; 120 intel_finalize_mipmap_tree(intel, i); 121 intel_tex_map_images(intel, tex_obj, 137 struct intel_context *intel = intel_context(ctx); local 140 intel_prepare_render(intel); 142 intel_span_map_buffers(intel); 152 struct intel_context *intel = intel_context(ctx); local 160 intel_tex_unmap_images(intel, intel_texture_object(texObj)) 181 struct intel_context *intel = intel_context(ctx); local 201 struct intel_context *intel = intel_context(ctx); local [all...] |
intel_extensions.c | 44 struct intel_context *intel = intel_context(ctx); local 96 if (intel->gen >= 6) 106 if (intel->gen == 6 || 107 (intel->gen == 7 && intel->intelScreen->kernel_has_gen7_sol_reset)) 110 if (intel->gen >= 6) { 111 ctx->Extensions.ARB_blend_func_extended = !driQueryOptionb(&intel->optionCache, "disable_blend_func_extended"); 120 if (intel->gen >= 5) 123 if (intel->gen >= 6) { 126 if (drm_intel_reg_read(intel->bufmgr, TIMESTAMP, &dummy) == 0 [all...] |
intel_fbo.c | 112 struct intel_context *intel = intel_context(ctx); local 142 intel_miptree_map(intel, irb->mt, irb->mt_level, irb->mt_layer, 165 struct intel_context *intel = intel_context(ctx); local 178 intel_miptree_unmap(intel, irb->mt, irb->mt_level, irb->mt_layer); 186 intel_quantize_num_samples(struct intel_screen *intel, unsigned num_samples) 188 switch (intel->gen) { 228 struct intel_context *intel = intel_context(ctx); local 229 struct intel_screen *screen = intel->intelScreen; 240 rb->Format = intel->ctx.Driver.ChooseTextureFormat(ctx, GL_TEXTURE_2D, 250 if (intel->has_separate_stencil) 288 struct intel_context *intel = intel_context(ctx); local 603 struct intel_context *intel = intel_context(ctx); local 668 struct intel_context *intel = intel_context(ctx); local 694 struct intel_context *intel = intel_context(ctx); local [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_tex_validate.c | 36 intel_finalize_mipmap_tree(struct intel_context *intel, GLuint unit) 38 struct gl_context *ctx = &intel->ctx; 39 struct gl_texture_object *tObj = intel->ctx.Texture.Unit[unit]._Current; 82 intelObj->mt = intel_miptree_create(intel, 109 intel_miptree_copy_teximage(intel, intelImage, intelObj->mt); 121 intel_tex_map_image_for_swrast(struct intel_context *intel, 138 intel_miptree_slice_resolve_depth(intel, mt, level, i); 155 intel_image->base.Map = intel_region_map(intel, mt->region, mode); 163 intel_image->base.Map = intel_region_map(intel, mt->region, mode) + 171 intel_tex_unmap_image_for_swrast(struct intel_context *intel, [all...] |
intel_span.c | 4 * Copyright 2011 Intel Corporation 111 intel_span_map_buffers(struct intel_context *intel) 113 struct gl_context *ctx = &intel->ctx; 120 intel_finalize_mipmap_tree(intel, i); 121 intel_tex_map_images(intel, tex_obj, 137 struct intel_context *intel = intel_context(ctx); local 140 intel_prepare_render(intel); 142 intel_span_map_buffers(intel); 152 struct intel_context *intel = intel_context(ctx); local 160 intel_tex_unmap_images(intel, intel_texture_object(texObj)) 181 struct intel_context *intel = intel_context(ctx); local 201 struct intel_context *intel = intel_context(ctx); local [all...] |
intel_extensions.c | 44 struct intel_context *intel = intel_context(ctx); local 96 if (intel->gen >= 6) 106 if (intel->gen == 6 || 107 (intel->gen == 7 && intel->intelScreen->kernel_has_gen7_sol_reset)) 110 if (intel->gen >= 6) { 111 ctx->Extensions.ARB_blend_func_extended = !driQueryOptionb(&intel->optionCache, "disable_blend_func_extended"); 120 if (intel->gen >= 5) 123 if (intel->gen >= 6) { 126 if (drm_intel_reg_read(intel->bufmgr, TIMESTAMP, &dummy) == 0 [all...] |
intel_fbo.c | 112 struct intel_context *intel = intel_context(ctx); local 142 intel_miptree_map(intel, irb->mt, irb->mt_level, irb->mt_layer, 165 struct intel_context *intel = intel_context(ctx); local 178 intel_miptree_unmap(intel, irb->mt, irb->mt_level, irb->mt_layer); 186 intel_quantize_num_samples(struct intel_screen *intel, unsigned num_samples) 188 switch (intel->gen) { 228 struct intel_context *intel = intel_context(ctx); local 229 struct intel_screen *screen = intel->intelScreen; 240 rb->Format = intel->ctx.Driver.ChooseTextureFormat(ctx, GL_TEXTURE_2D, 250 if (intel->has_separate_stencil) 288 struct intel_context *intel = intel_context(ctx); local 603 struct intel_context *intel = intel_context(ctx); local 668 struct intel_context *intel = intel_context(ctx); local 694 struct intel_context *intel = intel_context(ctx); local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
gen7_sol_state.c | 2 * Copyright © 2011 Intel Corporation 40 struct intel_context *intel = &brw->intel; local 41 struct gl_context *ctx = &intel->ctx; 76 bo = intel_bufferobj_buffer(intel, bufferobj, INTEL_WRITE_PART); 111 struct intel_context *intel = &brw->intel; local 112 struct gl_context *ctx = &intel->ctx; 187 struct intel_context *intel = &brw->intel; local 236 struct intel_context *intel = &brw->intel; local 282 struct intel_context *intel = &brw->intel; local [all...] |
brw_context.c | 2 Copyright (C) Intel Corp. 2006. All Rights Reserved. 3 Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to 138 brw->intel.gen = screen->gen; 144 struct intel_context *intel = &brw->intel; local 145 struct gl_context *ctx = &intel->ctx; 147 if (!intelInitContext( intel, api, mesaVis, driContextPriv, 149 printf("%s: failed to init intel context\n", __FUNCTION__); 180 if (intel->gen >= 7) 209 if (intel->gen == 6 [all...] |
gen6_blorp.cpp | 2 * Copyright © 2011 Intel Corporation 77 struct gl_context *ctx = &brw->intel.ctx; 78 struct intel_context *intel = &brw->intel; local 121 struct intel_context *intel = &brw->intel; local 127 OUT_RELOC(intel->batch.bo, I915_GEM_DOMAIN_SAMPLER, 0, 1); 129 OUT_RELOC(intel->batch.bo, (I915_GEM_DOMAIN_RENDER | 155 struct intel_context *intel = &brw->intel; local 278 struct intel_context *intel = &brw->intel; local 378 struct intel_context *intel = &brw->intel; local 566 struct intel_context *intel = &brw->intel; local 589 struct intel_context *intel = &brw->intel; local 622 struct intel_context *intel = &brw->intel; local 654 struct intel_context *intel = &brw->intel; local 687 struct intel_context *intel = &brw->intel; local 711 struct intel_context *intel = &brw->intel; local 784 struct intel_context *intel = &brw->intel; local 815 struct intel_context *intel = &brw->intel; local 832 struct intel_context *intel = &brw->intel; local 925 struct intel_context *intel = &brw->intel; local 950 struct intel_context *intel = &brw->intel; local 966 struct intel_context *intel = &brw->intel; local 982 struct intel_context *intel = &brw->intel; local 1008 struct intel_context *intel = &brw->intel; local [all...] |
brw_queryobj.c | 2 * Copyright © 2008 Intel Corporation 52 write_timestamp(struct intel_context *intel, drm_intel_bo *query_bo, int idx) 54 if (intel->gen >= 6) { 56 if (intel->gen == 6) { 94 write_depth_count(struct intel_context *intel, drm_intel_bo *query_bo, int idx) 96 if (intel->gen >= 6) { 98 if (intel->gen == 6) 99 intel_emit_post_sync_nonzero_flush(intel); 137 struct intel_context *intel = intel_context(ctx); local 155 if (intel->gen >= 6 250 struct intel_context *intel = intel_context(ctx); local 301 struct intel_context *intel = intel_context(ctx); local 391 struct intel_context *intel = &brw->intel; local 418 struct intel_context *intel = &brw->intel; local 443 struct intel_context *intel = &brw->intel; local 457 struct intel_context *intel = intel_context(ctx); local [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen7_sol_state.c | 2 * Copyright © 2011 Intel Corporation 40 struct intel_context *intel = &brw->intel; local 41 struct gl_context *ctx = &intel->ctx; 76 bo = intel_bufferobj_buffer(intel, bufferobj, INTEL_WRITE_PART); 111 struct intel_context *intel = &brw->intel; local 112 struct gl_context *ctx = &intel->ctx; 187 struct intel_context *intel = &brw->intel; local 236 struct intel_context *intel = &brw->intel; local 282 struct intel_context *intel = &brw->intel; local [all...] |
brw_context.c | 2 Copyright (C) Intel Corp. 2006. All Rights Reserved. 3 Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to 138 brw->intel.gen = screen->gen; 144 struct intel_context *intel = &brw->intel; local 145 struct gl_context *ctx = &intel->ctx; 147 if (!intelInitContext( intel, api, mesaVis, driContextPriv, 149 printf("%s: failed to init intel context\n", __FUNCTION__); 180 if (intel->gen >= 7) 209 if (intel->gen == 6 [all...] |
gen6_blorp.cpp | 2 * Copyright © 2011 Intel Corporation 77 struct gl_context *ctx = &brw->intel.ctx; 78 struct intel_context *intel = &brw->intel; local 121 struct intel_context *intel = &brw->intel; local 127 OUT_RELOC(intel->batch.bo, I915_GEM_DOMAIN_SAMPLER, 0, 1); 129 OUT_RELOC(intel->batch.bo, (I915_GEM_DOMAIN_RENDER | 155 struct intel_context *intel = &brw->intel; local 278 struct intel_context *intel = &brw->intel; local 378 struct intel_context *intel = &brw->intel; local 566 struct intel_context *intel = &brw->intel; local 589 struct intel_context *intel = &brw->intel; local 622 struct intel_context *intel = &brw->intel; local 654 struct intel_context *intel = &brw->intel; local 687 struct intel_context *intel = &brw->intel; local 711 struct intel_context *intel = &brw->intel; local 784 struct intel_context *intel = &brw->intel; local 815 struct intel_context *intel = &brw->intel; local 832 struct intel_context *intel = &brw->intel; local 925 struct intel_context *intel = &brw->intel; local 950 struct intel_context *intel = &brw->intel; local 966 struct intel_context *intel = &brw->intel; local 982 struct intel_context *intel = &brw->intel; local 1008 struct intel_context *intel = &brw->intel; local [all...] |
brw_queryobj.c | 2 * Copyright © 2008 Intel Corporation 52 write_timestamp(struct intel_context *intel, drm_intel_bo *query_bo, int idx) 54 if (intel->gen >= 6) { 56 if (intel->gen == 6) { 94 write_depth_count(struct intel_context *intel, drm_intel_bo *query_bo, int idx) 96 if (intel->gen >= 6) { 98 if (intel->gen == 6) 99 intel_emit_post_sync_nonzero_flush(intel); 137 struct intel_context *intel = intel_context(ctx); local 155 if (intel->gen >= 6 250 struct intel_context *intel = intel_context(ctx); local 301 struct intel_context *intel = intel_context(ctx); local 391 struct intel_context *intel = &brw->intel; local 418 struct intel_context *intel = &brw->intel; local 443 struct intel_context *intel = &brw->intel; local 457 struct intel_context *intel = intel_context(ctx); local [all...] |
/external/llvm/test/CodeGen/X86/ |
extend.ll | 1 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | grep movzx | count 1 2 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | grep movsx | count 1
|
shift-coalesce.ll | 1 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | \ 3 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | \
|
/external/stlport/stlport/stl/config/ |
_icc.h | 3 // A list of Intel compiler for Linux portion of STLport settings. 5 #define _STLP_COMPILER "Intel ICC"
|
/ndk/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/5/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/6/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/7/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"
|