HomeSort by relevance Sort by last modified time
    Searched defs:intel (Results 126 - 150 of 344) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/intel/img/psb_video/src/android/
psb_mds.h 2 * Copyright (c) 2011 Intel Corporation. All Rights Reserved.
25 * tianyang.zhu <tianyang.zhu@intel.com>
47 namespace intel { namespace in namespace:android
70 }; // namespace intel
  /external/boringssl/mac-x86_64/crypto/
cpu-x86_64-asm.S 29 jz L$intel
40 jnz L$intel
50 jb L$intel
60 jb L$intel
79 L$intel:
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.c 50 /* Override intel default.
97 struct intel_context *intel = intel_context(ctx); local
98 struct intel_screen *intel_screen = intel->intelScreen;
115 ctx->TextureFormatSupported[MESA_FORMAT_S8] = intel->has_separate_stencil;
156 struct intel_context *intel = &i915->intel; local
157 struct gl_context *ctx = &intel->ctx;
168 if (!intelInitContext(intel, api, mesaVis, driContextPriv,
200 _math_matrix_ctr(&intel->ViewportMatrix);
210 if (intel->no_rast
    [all...]
intel_clear.c 4 * Copyright 2009 Intel Corporation.
83 struct intel_context *intel = intel_context(ctx); local
93 intel->front_buffer_dirty = true;
127 intel_prepare_render(intel);
183 _mesa_meta_Clear(&intel->ctx, tri_mask);
185 _mesa_meta_glsl_Clear(&intel->ctx, tri_mask);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clear.c 4 * Copyright 2009, 2012 Intel Corporation.
94 struct intel_context *intel = intel_context(ctx); local
100 if (intel->gen < 6)
157 if (intel->gen == 6 && (mt->level[depth_irb->mt_level].width % 16) != 0)
170 intel_miptree_all_slices_resolve_depth(intel, mt);
181 intel_batchbuffer_emit_mi_flush(intel);
183 intel_hiz_exec(intel, mt, depth_irb->mt_level, depth_irb->mt_layer,
186 if (intel->gen == 6) {
193 intel_batchbuffer_emit_mi_flush(intel);
210 struct intel_context *intel = intel_context(ctx) local
    [all...]
brw_clip_line.c 2 Copyright (C) Intel Corp. 2006. All Rights Reserved.
3 Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to
48 struct intel_context *intel = &c->func.brw->intel; local
88 if (intel->needs_ff_sync) {
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...]
brw_sf.c 2 Copyright (C) Intel Corp. 2006. All Rights Reserved.
3 Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to
53 struct intel_context *intel = &brw->intel; local
79 c.urb_entry_read_offset = brw_sf_compute_urb_entry_read_offset(intel);
121 intel->gen);
138 struct gl_context *ctx = &brw->intel.ctx;
151 switch (brw->intel.reduced_primitive) {
brw_sf_state.c 2 Copyright (C) Intel Corp. 2006. All Rights Reserved.
3 Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to
44 struct intel_context *intel = &brw->intel; local
45 struct gl_context *ctx = &intel->ctx;
132 brw_sf_compute_urb_entry_read_offset(struct intel_context *intel)
134 if (intel->gen == 5)
142 struct intel_context *intel = &brw->intel; local
143 struct gl_context *ctx = &intel->ctx
    [all...]
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_multisample_state.c 2 * Copyright © 2012 Intel Corporation
37 struct intel_context *intel = &brw->intel; local
102 int len = intel->gen >= 7 ? 4 : 3;
107 if (intel->gen >= 7)
121 struct intel_context *intel = &brw->intel; local
140 struct intel_context *intel = &brw->intel; local
141 struct gl_context *ctx = &intel->ctx
    [all...]
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
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;
gen7_clip_state.c 2 * Copyright © 2011 Intel Corporation
34 struct intel_context *intel = &brw->intel; local
35 struct gl_context *ctx = &intel->ctx;
42 bool render_to_fbo = _mesa_is_user_fbo(brw->intel.ctx.DrawBuffer);
gen7_sampler_state.c 2 * Copyright © 2011 Intel Corporation
39 struct intel_context *intel = &brw->intel; local
40 struct gl_context *ctx = &intel->ctx;
189 struct gl_context *ctx = &brw->intel.ctx;
gen7_viewport_state.c 2 * Copyright © 2011 Intel Corporation
33 struct intel_context *intel = &brw->intel; local
34 struct gl_context *ctx = &intel->ctx;
88 struct intel_context *intel = &brw->intel; local
gen7_wm_state.c 2 * Copyright © 2011 Intel Corporation
37 struct intel_context *intel = &brw->intel; local
38 struct gl_context *ctx = &intel->ctx;
115 struct intel_context *intel = &brw->intel; local
116 struct gl_context *ctx = &intel->ctx;
118 const int max_threads_shift = brw->intel.is_haswell ?
172 if (intel->ctx.Shader.CurrentFragmentProgram == NULL)
175 if (intel->is_haswell
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_buffers.c 41 intel_drawbuf_region(struct intel_context *intel)
44 intel_renderbuffer(intel->ctx.DrawBuffer->_ColorDrawBuffers[0]);
55 intel_readbuf_region(struct intel_context *intel)
58 = intel_renderbuffer(intel->ctx.ReadBuffer->_ColorReadBuffer);
67 * If so, set the intel->front_buffer_dirty field to true.
70 intel_check_front_buffer_rendering(struct intel_context *intel)
72 const struct gl_framebuffer *fb = intel->ctx.DrawBuffer;
77 intel->front_buffer_dirty = true;
87 struct intel_context *const intel = intel_context(ctx); local
89 intel->is_front_buffer_rendering
110 struct intel_context *const intel = intel_context(ctx); local
    [all...]
intel_pixel_copy.c 82 struct intel_context *intel = intel_context(ctx); local
152 intel_prepare_render(intel);
154 intel_flush(&intel->ctx);
196 if (!intel_region_copy(intel,
207 intel_check_front_buffer_rendering(intel);
intel_pixel_read.c 76 struct intel_context *intel = intel_context(ctx); local
77 struct intel_region *src = intel_readbuf_region(intel);
135 dirty = intel->front_buffer_dirty;
136 intel_prepare_render(intel);
137 intel->front_buffer_dirty = dirty;
145 dst_buffer = intel_bufferobj_buffer(intel, dst,
152 if (!intelEmitCopyBlit(intel,
174 struct intel_context *intel = intel_context(ctx); local
187 dirty = intel->front_buffer_dirty;
188 intel_prepare_render(intel);
    [all...]
intel_tex_subimage.c 51 struct intel_context *intel = intel_context(ctx); local
76 if (intel->gen >= 6)
93 temp_bo = drm_intel_bo_alloc_tiled(intel->bufmgr,
134 ret = intelEmitCopyBlit(intel,
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ituxdApp.java 17 package com.intel.thermal;
  /hardware/intel/img/hwcomposer/merrifield/common/base/
VsyncManager.h 2 // Copyright (c) 2014 Intel Corporation 
23 namespace intel { namespace in namespace:android
60 } // namespace intel
  /hardware/intel/img/hwcomposer/merrifield/common/buffers/
BufferCache.cpp 2 // Copyright (c) 2014 Intel Corporation 
20 namespace intel { namespace in namespace:android
96 } // namespace intel
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
PrimaryDevice.cpp 2 // Copyright (c) 2014 Intel Corporation 
23 namespace intel { namespace in namespace:android
83 } // namespace intel

Completed in 817 milliseconds

1 2 3 4 56 7 8 91011>>