HomeSort by relevance Sort by last modified time
    Searched refs:intel (Results 26 - 50 of 520) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 65 intel_flush_inline_primitive(struct intel_context *intel)
67 GLuint used = intel->batch.used - intel->prim.start_ptr;
69 assert(intel->prim.primitive != ~0);
76 intel->batch.map[intel->prim.start_ptr] =
77 _3DPRIMITIVE | intel->prim.primitive | (used - 2);
82 intel->batch.used = intel->prim.start_ptr;
85 intel->prim.primitive = ~0
895 struct intel_context *intel = intel_context(ctx); local
927 struct intel_context *intel = intel_context(ctx); local
955 struct intel_context *intel = intel_context(ctx); local
1057 struct intel_context *intel = intel_context(ctx); local
1096 struct intel_context *intel = intel_context(ctx); local
1106 struct intel_context *intel = intel_context(ctx); local
1123 struct intel_context *intel = intel_context(ctx); local
1146 struct intel_context *intel = intel_context(ctx); local
    [all...]
i830_context.c 58 struct intel_context *intel = &i830->intel; local
59 struct gl_context *ctx = &intel->ctx;
66 if (!intelInitContext(intel, __DRI_API_OPENGL, mesaVis, driContextPriv,
74 _math_matrix_ctr(&intel->ViewportMatrix);
84 if (intel->no_rast)
85 FALLBACK(intel, INTEL_FALLBACK_USER, 1);
87 intel->ctx.Const.MaxTextureUnits = I830_TEX_UNITS;
88 intel->ctx.Const.MaxTextureImageUnits = I830_TEX_UNITS;
89 intel->ctx.Const.MaxTextureCoordUnits = I830_TEX_UNITS
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_context.c 58 struct intel_context *intel = &i830->intel; local
59 struct gl_context *ctx = &intel->ctx;
66 if (!intelInitContext(intel, __DRI_API_OPENGL, mesaVis, driContextPriv,
74 _math_matrix_ctr(&intel->ViewportMatrix);
84 if (intel->no_rast)
85 FALLBACK(intel, INTEL_FALLBACK_USER, 1);
87 intel->ctx.Const.MaxTextureUnits = I830_TEX_UNITS;
88 intel->ctx.Const.MaxTextureImageUnits = I830_TEX_UNITS;
89 intel->ctx.Const.MaxTextureCoordUnits = I830_TEX_UNITS
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
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...]
gen7_cc_state.c 2 * Copyright © 2011 Intel Corporation
34 struct intel_context *intel = &brw->intel; local
54 struct intel_context *intel = &brw->intel; local
74 struct intel_context *intel = &brw->intel; local
gen6_blorp.h 2 * Copyright © 2011 Intel Corporation
39 gen6_blorp_exec(struct intel_context *intel,
gen7_blorp.h 2 * Copyright © 2011 Intel Corporation
39 gen7_blorp_exec(struct intel_context *intel,
brw_misc_state.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 = &brw->intel; local
49 struct gl_context *ctx = &intel->ctx;
78 struct intel_context *intel = &brw->intel; local
112 struct intel_context *intel = &brw->intel; local
147 struct intel_context *intel = &brw->intel local
205 struct intel_context *intel = &brw->intel; local
258 struct intel_context *intel = &brw->intel; local
612 struct intel_context *intel = &brw->intel; local
661 struct intel_context *intel = &brw->intel; local
704 struct intel_context *intel = &brw->intel; local
735 struct intel_context *intel = &brw->intel; local
771 struct intel_context *intel = &brw->intel; local
835 struct intel_context *intel = &brw->intel; local
    [all...]
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...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
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...]
gen7_cc_state.c 2 * Copyright © 2011 Intel Corporation
34 struct intel_context *intel = &brw->intel; local
54 struct intel_context *intel = &brw->intel; local
74 struct intel_context *intel = &brw->intel; local
gen6_blorp.h 2 * Copyright © 2011 Intel Corporation
39 gen6_blorp_exec(struct intel_context *intel,
gen7_blorp.h 2 * Copyright © 2011 Intel Corporation
39 gen7_blorp_exec(struct intel_context *intel,
brw_misc_state.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 = &brw->intel; local
49 struct gl_context *ctx = &intel->ctx;
78 struct intel_context *intel = &brw->intel; local
112 struct intel_context *intel = &brw->intel; local
147 struct intel_context *intel = &brw->intel local
205 struct intel_context *intel = &brw->intel; local
258 struct intel_context *intel = &brw->intel; local
612 struct intel_context *intel = &brw->intel; local
661 struct intel_context *intel = &brw->intel; local
704 struct intel_context *intel = &brw->intel; local
735 struct intel_context *intel = &brw->intel; local
771 struct intel_context *intel = &brw->intel; local
835 struct intel_context *intel = &brw->intel; local
    [all...]
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...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_buffer_objects.h 38 * Intel vertex/pixel buffer object, derived from Mesa's gl_buffer_object.
60 drm_intel_bo *intel_bufferobj_buffer(struct intel_context *intel,
63 drm_intel_bo *intel_bufferobj_source(struct intel_context *intel,
68 void intel_upload_data(struct intel_context *intel,
73 void *intel_upload_map(struct intel_context *intel,
75 void intel_upload_unmap(struct intel_context *intel,
80 void intel_upload_finish(struct intel_context *intel);
intel_tex.h 53 intel_miptree_create_for_teximage(struct intel_context *intel,
58 GLuint intel_finalize_mipmap_tree(struct intel_context *intel, GLuint unit);
60 void intel_tex_map_level_images(struct intel_context *intel,
65 void intel_tex_unmap_level_images(struct intel_context *intel,
69 void intel_tex_map_images(struct intel_context *intel,
73 void intel_tex_unmap_images(struct intel_context *intel,
76 intel_tex_image_s8z24_create_renderbuffers(struct intel_context *intel,
81 bool intel_copy_texsubimage(struct intel_context *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_layout.h 44 intel_get_texture_alignment_unit(struct intel_context *intel,
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_buffer_objects.h 38 * Intel vertex/pixel buffer object, derived from Mesa's gl_buffer_object.
60 drm_intel_bo *intel_bufferobj_buffer(struct intel_context *intel,
63 drm_intel_bo *intel_bufferobj_source(struct intel_context *intel,
68 void intel_upload_data(struct intel_context *intel,
73 void *intel_upload_map(struct intel_context *intel,
75 void intel_upload_unmap(struct intel_context *intel,
80 void intel_upload_finish(struct intel_context *intel);
intel_tex.h 53 intel_miptree_create_for_teximage(struct intel_context *intel,
58 GLuint intel_finalize_mipmap_tree(struct intel_context *intel, GLuint unit);
60 void intel_tex_map_level_images(struct intel_context *intel,
65 void intel_tex_unmap_level_images(struct intel_context *intel,
69 void intel_tex_map_images(struct intel_context *intel,
73 void intel_tex_unmap_images(struct intel_context *intel,
76 intel_tex_image_s8z24_create_renderbuffers(struct intel_context *intel,
81 bool intel_copy_texsubimage(struct intel_context *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...]
  /device/asus/fugu/
AndroidBoard.mk 21 -include vendor/intel/prebuilts/$(TARGET_PRODUCT)/prebuilts.mk
  /hardware/intel/img/hwcomposer/common/utils/
Dump.h 2 // Copyright (c) 2014 Intel Corporation 
20 namespace intel { namespace in namespace:android
33 } // namespace intel
  /hardware/intel/img/hwcomposer/ips/common/
BlankControl.h 2 // Copyright (c) 2014 Intel Corporation 
22 namespace intel { namespace in namespace:android
33 } // namespace intel

Completed in 357 milliseconds

12 3 4 5 6 7 8 91011>>