HomeSort by relevance Sort by last modified time
    Searched refs:intel (Results 1 - 25 of 467) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_batchbuffer.h 27 void intel_batchbuffer_init(struct intel_context *intel);
28 void intel_batchbuffer_free(struct intel_context *intel);
30 int _intel_batchbuffer_flush(struct intel_context *intel,
33 #define intel_batchbuffer_flush(intel) \
34 _intel_batchbuffer_flush(intel, __FILE__, __LINE__)
42 void intel_batchbuffer_data(struct intel_context *intel,
45 bool intel_batchbuffer_emit_reloc(struct intel_context *intel,
50 bool intel_batchbuffer_emit_reloc_fenced(struct intel_context *intel,
55 void intel_batchbuffer_emit_mi_flush(struct intel_context *intel);
74 intel_batchbuffer_space(struct intel_context *intel)
    [all...]
intel_batchbuffer.c 36 intel_batchbuffer_reset(struct intel_context *intel);
39 intel_batchbuffer_init(struct intel_context *intel)
41 intel_batchbuffer_reset(intel);
43 intel->batch.cpu_map = malloc(intel->maxBatchSize);
44 intel->batch.map = intel->batch.cpu_map;
48 intel_batchbuffer_reset(struct intel_context *intel)
50 if (intel->batch.last_bo != NULL) {
51 drm_intel_bo_unreference(intel->batch.last_bo)
    [all...]
intel_buffers.h 38 extern void intel_check_front_buffer_rendering(struct intel_context *intel);
43 struct intel_context *intel = intel_context(ctx); local
45 intel->vtbl.update_draw_buffer(intel);
intel_tris.h 47 void intel_set_prim(struct intel_context *intel, uint32_t prim);
48 GLuint *intel_get_prim_space(struct intel_context *intel, unsigned int count);
49 void intel_flush_prim(struct intel_context *intel);
50 void intel_finish_vb(struct intel_context *intel);
intel_context.c 64 const char *const i915_vendor_string = "Intel Open Source Technology Center";
77 chipset = "Unknown Intel Chipset";
88 const struct intel_context *const intel = intel_context(ctx); local
96 (GLubyte *) i915_get_renderer_string(intel->intelScreen->deviceID);
108 struct intel_context *intel = intel_context(ctx); local
109 __DRIcontext *driContext = intel->driContext;
111 __DRIscreen *const screen = intel->intelScreen->driScrnPriv;
113 if (intel->front_buffer_dirty && _mesa_is_winsys_fbo(ctx->DrawBuffer)) {
122 intel->front_buffer_dirty = false;
128 intel_update_image_buffers(struct intel_context *intel, __DRIdrawable *drawable)
199 struct intel_context *intel = context->driverPrivate; local
277 struct intel_context *intel = intel_context(ctx); local
319 struct intel_context *intel = intel_context(ctx); local
334 struct intel_context *intel = intel_context(ctx); local
345 struct intel_context *intel = intel_context(ctx); local
356 struct intel_context *intel = intel_context(ctx); local
367 struct intel_context *intel = intel_context(ctx); local
562 struct intel_context *intel = local
625 struct intel_context *intel; local
    [all...]
intel_tex_layout.h 38 intel_get_texture_alignment_unit(struct intel_context *intel,
intel_tris.c 64 intel_flush_inline_primitive(struct intel_context *intel)
66 GLuint used = intel->batch.used - intel->prim.start_ptr;
68 assert(intel->prim.primitive != ~0);
75 intel->batch.map[intel->prim.start_ptr] =
76 _3DPRIMITIVE | intel->prim.primitive | (used - 2);
81 intel->batch.used = intel->prim.start_ptr;
84 intel->prim.primitive = ~0
888 struct intel_context *intel = intel_context(ctx); local
905 struct intel_context *intel = intel_context(ctx); local
946 struct intel_context *intel = intel_context(ctx); local
1058 struct intel_context *intel = intel_context(ctx); local
1095 struct intel_context *intel = intel_context(ctx); local
1105 struct intel_context *intel = intel_context(ctx); local
1122 struct intel_context *intel = intel_context(ctx); local
1145 struct intel_context *intel = intel_context(ctx); local
    [all...]
intel_buffers.c 39 * If so, set the intel->front_buffer_dirty field to true.
42 intel_check_front_buffer_rendering(struct intel_context *intel)
44 const struct gl_framebuffer *fb = intel->ctx.DrawBuffer;
49 intel->front_buffer_dirty = true;
59 struct intel_context *const intel = intel_context(ctx); local
65 dri2InvalidateDrawable(intel->driContext->driDrawablePriv);
76 struct intel_context *const intel = intel_context(ctx); local
82 dri2InvalidateDrawable(intel->driContext->driReadablePriv);
intel_buffer_objects.c 48 intel_bufferobj_alloc_buffer(struct intel_context *intel,
51 intel_obj->buffer = drm_intel_bo_alloc(intel->bufmgr, "bufferobj",
123 struct intel_context *intel = intel_context(ctx); local
153 intel_bufferobj_alloc_buffer(intel, intel_obj);
177 struct intel_context *intel = intel_context(ctx); local
203 drm_intel_bo_references(intel->batch.bo, intel_obj->buffer);
209 intel_bufferobj_alloc_buffer(intel, intel_obj);
216 drm_intel_bo_alloc(intel->bufmgr, "subdata temp", size, 64);
220 intel_emit_linear_blit(intel,
243 struct intel_context *intel = intel_context(ctx) local
280 struct intel_context *intel = intel_context(ctx); local
396 struct intel_context *intel = intel_context(ctx); local
434 struct intel_context *intel = intel_context(ctx); local
601 struct intel_context *intel = intel_context(ctx); local
686 struct intel_context *intel = intel_context(ctx); local
698 struct intel_texture_object *intel; local
715 struct intel_renderbuffer *intel; local
755 struct intel_texture_object *intel; local
772 struct intel_renderbuffer *intel; local
    [all...]
i830_context.c 65 struct intel_context *intel = &i830->intel; local
66 struct gl_context *ctx = &intel->ctx;
76 if (!intelInitContext(intel, __DRI_API_OPENGL,
87 _math_matrix_ctr(&intel->ViewportMatrix);
96 if (intel->no_rast)
97 FALLBACK(intel, INTEL_FALLBACK_USER, 1);
99 intel->ctx.Const.MaxTextureUnits = I830_TEX_UNITS;
100 intel->ctx.Const.Program[MESA_SHADER_FRAGMENT].MaxTextureImageUnits = I830_TEX_UNITS;
101 intel->ctx.Const.MaxTextureCoordUnits = I830_TEX_UNITS
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
GrallocSubBuffer.h 2 // Copyright (c) 2014 Intel Corporation 
21 namespace intel { namespace in namespace:android
30 } // namespace intel
DrmControl.h 2 // Copyright (c) 2014 Intel Corporation 
21 namespace intel { namespace in namespace:android
35 } // namespace intel
BlankControl.h 2 // Copyright (c) 2014 Intel Corporation 
22 namespace intel { namespace in namespace:android
33 } // namespace intel
PrepareListener.h 2 // Copyright (c) 2014 Intel Corporation 
22 namespace intel { namespace in namespace:android
32 } // namespace intel
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
GrallocSubBuffer.h 2 // Copyright (c) 2014 Intel Corporation 
21 namespace intel { namespace in namespace:android
30 } // namespace intel
DrmControl.h 2 // Copyright (c) 2014 Intel Corporation 
21 namespace intel { namespace in namespace:android
35 } // namespace intel
BlankControl.h 2 // Copyright (c) 2014 Intel Corporation 
22 namespace intel { namespace in namespace:android
33 } // namespace intel
  /device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/
resolv.conf 4 domain intel.com
  /hardware/intel/img/hwcomposer/merrifield/include/
IBlankControl.h 2 // Copyright (c) 2014 Intel Corporation 
20 namespace intel { namespace in namespace:android
30 } // namespace intel
IPrepareListener.h 2 // Copyright (c) 2014 Intel Corporation 
20 namespace intel { namespace in namespace:android
30 } // namespace intel
DisplayQuery.h 2 // Copyright (c) 2014 Intel Corporation 
20 namespace intel { namespace in namespace:android
30 } // namespace intel
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
IBlankControl.h 2 // Copyright (c) 2014 Intel Corporation 
20 namespace intel { namespace in namespace:android
30 } // namespace intel
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_object_purgeable.c 2 * Copyright © 2010 Intel Corporation
74 struct intel_texture_object *intel; local
79 intel = intel_texture_object(obj);
80 if (intel->mt == NULL || intel->mt->bo == NULL)
83 return intel_buffer_purgeable(intel->mt->bo);
91 struct intel_renderbuffer *intel; local
96 intel = intel_renderbuffer(obj);
97 if (intel->mt == NULL)
100 return intel_buffer_purgeable(intel->mt->bo)
131 struct intel_texture_object *intel; local
148 struct intel_renderbuffer *intel; local
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/utils/
Dump.h 2 // Copyright (c) 2014 Intel Corporation 
20 namespace intel { namespace in namespace:android
33 } // namespace intel
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/utils/
Dump.h 2 // Copyright (c) 2014 Intel Corporation 
20 namespace intel { namespace in namespace:android
33 } // namespace intel

Completed in 268 milliseconds

1 2 3 4 5 6 7 8 91011>>