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

<<11121314151617181920>>

  /external/chromium_org/v8/src/third_party/vtune/
vtune-jit.h 7 Copyright(c) 2005-2012 Intel Corporation. All rights reserved.
25 http://software.intel.com/en-us/articles/intel-vtune-amplifier-xe/
29 Copyright(c) 2005-2012 Intel Corporation. All rights reserved.
42 * Neither the name of Intel Corporation nor the names of its
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventsWrapper.h 1 //===-- IntelJITEventsWrapper.h - Intel JIT Events API Wrapper --*- C++ -*-===//
10 // This file defines a wrapper for the Intel JIT Events API. It allows for the
13 // jitprofiling.h header available; it is available in Intel(R) VTune(TM)
26 // Function pointer types for testing implementation of Intel jitprofiling
65 // return values are event-specific. See Intel documentation for details.
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_gs_state.c 2 Copyright (C) Intel Corp. 2006. All Rights Reserved.
3 Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to
41 struct intel_context *intel = &brw->intel; local
80 if (intel->gen == 5)
brw_draw_upload.c 321 intel_upload_data(&brw->intel, element->glarray->Ptr,
336 intel_upload_data(&brw->intel, src, size, dst_stride,
339 char * const map = intel_upload_map(&brw->intel, size, dst_stride);
347 intel_upload_unmap(&brw->intel, map, size, dst_stride,
355 struct gl_context *ctx = &brw->intel.ctx;
356 struct intel_context *intel = intel_context(ctx); local
375 if (intel->gen >= 6 && (ctx->Polygon.FrontMode != GL_FILL ||
430 buffer->bo = intel_bufferobj_source(intel,
488 if (delta && !brw->intel.intelScreen->relaxed_relocations)
571 struct gl_context *ctx = &brw->intel.ctx
572 struct intel_context *intel = intel_context(ctx); local
793 struct intel_context *intel = &brw->intel; local
878 struct intel_context *intel = &brw->intel; local
    [all...]
brw_vec4_emit.cpp 1 /* Copyright © 2011 Intel Corporation
101 if (intel->gen == 6)
115 if (intel->gen < 6 && this->uniforms == 0) {
373 if (intel->gen >= 5) {
386 assert(intel->is_haswell);
508 if (intel->gen >= 6)
554 if (intel->gen >= 6)
556 else if (intel->gen == 5 || intel->is_g4x)
567 if (intel->gen < 6
1049 struct intel_context *intel = &c->func.brw->intel; local
    [all...]
brw_blorp.cpp 2 * Copyright © 2012 Intel Corporation
157 intel_hiz_exec(struct intel_context *intel, struct intel_mipmap_tree *mt,
161 brw_blorp_exec(intel, &params);
167 brw_blorp_exec(struct intel_context *intel, const brw_blorp_params *params)
169 switch (intel->gen) {
171 gen6_blorp_exec(intel, params);
174 gen7_blorp_exec(intel, params);
brw_clip_state.c 2 Copyright (C) Intel Corp. 2006. All Rights Reserved.
3 Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to
39 struct intel_context *intel = &brw->intel; local
40 struct gl_context *ctx = &intel->ctx;
83 if (intel->gen == 5)
106 if (intel->is_g4x)
gen6_wm_state.c 2 * Copyright © 2009 Intel Corporation
40 struct intel_context *intel = &brw->intel; local
41 struct gl_context *ctx = &intel->ctx;
95 struct intel_context *intel = &brw->intel; local
96 struct gl_context *ctx = &intel->ctx;
gen6_vs_state.c 2 * Copyright © 2009 Intel Corporation
39 struct intel_context *intel = &brw->intel; local
40 struct gl_context *ctx = &intel->ctx;
133 struct intel_context *intel = &brw->intel; local
143 intel_emit_post_sync_nonzero_flush(intel);
173 if (intel->ctx.Shader.CurrentVertexProgram == NULL)
216 intel_emit_post_sync_nonzero_flush(intel);
gen7_sf_state.c 2 * Copyright © 2011 Intel Corporation
35 struct intel_context *intel = &brw->intel; local
36 struct gl_context *ctx = &intel->ctx;
161 struct intel_context *intel = &brw->intel; local
162 struct gl_context *ctx = &intel->ctx;
166 bool render_to_fbo = _mesa_is_user_fbo(brw->intel.ctx.DrawBuffer);
261 if (ctx->Line.StippleFlag && intel->is_haswell) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_draw_upload.c 321 intel_upload_data(&brw->intel, element->glarray->Ptr,
336 intel_upload_data(&brw->intel, src, size, dst_stride,
339 char * const map = intel_upload_map(&brw->intel, size, dst_stride);
347 intel_upload_unmap(&brw->intel, map, size, dst_stride,
355 struct gl_context *ctx = &brw->intel.ctx;
356 struct intel_context *intel = intel_context(ctx); local
375 if (intel->gen >= 6 && (ctx->Polygon.FrontMode != GL_FILL ||
430 buffer->bo = intel_bufferobj_source(intel,
488 if (delta && !brw->intel.intelScreen->relaxed_relocations)
571 struct gl_context *ctx = &brw->intel.ctx
572 struct intel_context *intel = intel_context(ctx); local
793 struct intel_context *intel = &brw->intel; local
878 struct intel_context *intel = &brw->intel; local
    [all...]
brw_vec4_emit.cpp 1 /* Copyright © 2011 Intel Corporation
101 if (intel->gen == 6)
115 if (intel->gen < 6 && this->uniforms == 0) {
373 if (intel->gen >= 5) {
386 assert(intel->is_haswell);
508 if (intel->gen >= 6)
554 if (intel->gen >= 6)
556 else if (intel->gen == 5 || intel->is_g4x)
567 if (intel->gen < 6
1049 struct intel_context *intel = &c->func.brw->intel; local
    [all...]
brw_blorp.cpp 2 * Copyright © 2012 Intel Corporation
157 intel_hiz_exec(struct intel_context *intel, struct intel_mipmap_tree *mt,
161 brw_blorp_exec(intel, &params);
167 brw_blorp_exec(struct intel_context *intel, const brw_blorp_params *params)
169 switch (intel->gen) {
171 gen6_blorp_exec(intel, params);
174 gen7_blorp_exec(intel, params);
brw_clip_state.c 2 Copyright (C) Intel Corp. 2006. All Rights Reserved.
3 Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to
39 struct intel_context *intel = &brw->intel; local
40 struct gl_context *ctx = &intel->ctx;
83 if (intel->gen == 5)
106 if (intel->is_g4x)
gen6_wm_state.c 2 * Copyright © 2009 Intel Corporation
40 struct intel_context *intel = &brw->intel; local
41 struct gl_context *ctx = &intel->ctx;
95 struct intel_context *intel = &brw->intel; local
96 struct gl_context *ctx = &intel->ctx;
gen6_vs_state.c 2 * Copyright © 2009 Intel Corporation
39 struct intel_context *intel = &brw->intel; local
40 struct gl_context *ctx = &intel->ctx;
133 struct intel_context *intel = &brw->intel; local
143 intel_emit_post_sync_nonzero_flush(intel);
173 if (intel->ctx.Shader.CurrentVertexProgram == NULL)
216 intel_emit_post_sync_nonzero_flush(intel);
gen7_sf_state.c 2 * Copyright © 2011 Intel Corporation
35 struct intel_context *intel = &brw->intel; local
36 struct gl_context *ctx = &intel->ctx;
161 struct intel_context *intel = &brw->intel; local
162 struct gl_context *ctx = &intel->ctx;
166 bool render_to_fbo = _mesa_is_user_fbo(brw->intel.ctx.DrawBuffer);
261 if (ctx->Line.StippleFlag && intel->is_haswell) {
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
  /external/opencv/
NOTICE 8 Intel License Agreement
11 Copyright (C) 2000-2006, Intel Corporation, all rights reserved.
24 * The name of Intel Corporation may not be used to endorse or promote products
30 In no event shall the Intel Corporation or contributors be liable for any direct,
143 // * The name of Intel Corporation or contributors may not be used to endorse
150 // are disclaimed. In no event shall the Intel Corporation or contributors be
289 // Intel License Agreement
292 // Copyright (C) 2000, Intel Corporation, all rights reserved.
305 // * The name of Intel Corporation may not be used to endorse or promote products
311 // In no event shall the Intel Corporation or contributors be liable for any direct
    [all...]
  /external/tinycompress/
NOTICE 4 Copyright (c) 2011-2012, Intel Corporation
7 Author: Vinod Koul <vinod.koul@linux.intel.com>
17 Neither the name of Intel Corporation nor the names of its contributors
36 Copyright (c) 2011-2012, Intel Corporation.
58 Copyright (c) 2011-2012, Intel Corporation
61 Author: Vinod Koul <vinod.koul@linux.intel.com>
71 Neither the name of Intel Corporation nor the names of its contributors
90 Copyright (c) 2011-2012, Intel Corporation.
111 Copyright (c) 2011-2012, Intel Corporation
114 Author: Vinod Koul <vinod.koul@linux.intel.com
    [all...]
  /external/chromium_org/base/allocator/
prep_libc.py 35 objdir = 'INTEL'
48 'build\\intel\\mt_obj\\',
56 '\\crt\\prebuild\\build\\INTEL\\mt_obj\\cpp_obj\\\\',
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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>

Completed in 351 milliseconds

<<11121314151617181920>>