HomeSort by: relevance | last modified time | path
    Searched defs:hint (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
gen8_vertex.c 80 unsigned hint, size; local
92 hint = CREATE_GTT_MAP;
115 hint |= CREATE_CACHED | CREATE_NO_THROTTLE;
127 sna->render.vbo = kgem_create_linear(&sna->kgem, size, hint);
130 sna->render.vbo = kgem_create_linear(&sna->kgem, size, hint);
sna_composite.c 802 unsigned hint; local
988 hint = can_render(sna) ? PREFER_GPU : 0;
1017 hint |= IGNORE_DAMAGE;
1019 hint |= REPLACES;
1021 (hint & REPLACES ||
1032 if (hint & REPLACES ||
1042 DBG(("%s: dropping last-cpu hint\n", __FUNCTION__));
1047 bo = sna_drawable_use_bo(&pixmap->drawable, hint,
1053 if (hint & REPLACES)
1138 hint = MOVE_WRITE
    [all...]
sna_driver.c 227 unsigned hint; local
241 hint = SNA_CREATE_FB;
243 hint = 0;
249 hint);
gen4_vertex.c 87 unsigned hint, size; local
99 hint = CREATE_GTT_MAP;
122 hint |= CREATE_CACHED | CREATE_NO_THROTTLE;
133 sna->render.vbo = kgem_create_linear(&sna->kgem, size, hint);
136 sna->render.vbo = kgem_create_linear(&sna->kgem, size, hint);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
gen8_vertex.c 80 unsigned hint, size; local
92 hint = CREATE_GTT_MAP;
115 hint |= CREATE_CACHED | CREATE_NO_THROTTLE;
127 sna->render.vbo = kgem_create_linear(&sna->kgem, size, hint);
130 sna->render.vbo = kgem_create_linear(&sna->kgem, size, hint);
sna_composite.c 798 unsigned hint; local
975 hint = can_render(sna) ? PREFER_GPU : 0;
998 hint |= IGNORE_DAMAGE;
1000 hint |= REPLACES;
1002 (hint & REPLACES ||
1013 if (hint & REPLACES ||
1023 DBG(("%s: dropping last-cpu hint\n", __FUNCTION__));
1028 bo = sna_drawable_use_bo(&pixmap->drawable, hint,
1034 if (hint & REPLACES)
1119 hint = MOVE_WRITE
    [all...]
sna_driver.c 219 unsigned hint; local
233 hint = SNA_CREATE_FB;
235 hint = 0;
241 hint);
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
cffotypes.h 63 FT_Bool hint; member in struct:CFF_GlyphSlotRec_
  /xsrc/external/mit/freetype/dist/src/cid/
cidobjs.h 105 FT_Bool hint; member in struct:CID_GlyphSlotRec_
  /xsrc/external/mit/freetype/dist/src/type1/
t1objs.h 120 FT_Bool hint; member in struct:T1_GlyphSlotRec_
  /xsrc/external/mit/xsm/dist/
prop.c 108 int hint;
113 hint = (int) *((char *) (pval->value));
115 if (hint == SmRestartIfRunning || hint == SmRestartAnyway ||
116 hint == SmRestartImmediately || hint == SmRestartNever)
118 client->restartHint = hint;
210 int hint = (int) *((char *) (theProp->vals[0].value));
212 if (hint == SmRestartIfRunning || hint == SmRestartAnyway |
105 int hint; local
206 int hint = (int) *((char *) (theProp->vals[0].value)); local
    [all...]
info.c 74 int hint = client->restartHint;
79 if (hint == SmRestartIfRunning)
81 else if (hint == SmRestartAnyway)
83 else if (hint == SmRestartImmediately)
85 else if (hint == SmRestartNever)
518 const char *hint;
561 hint = "Restart If Running";
563 hint = "Restart Anyway";
565 hint = "Restart Immediately";
567 hint = "Restart Never"
73 int hint = client->restartHint; local
509 const char *hint; local
591 char hint; local
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_dri.c 112 unsigned int hint = 0; local
117 hint = INTEL_CREATE_PIXMAP_TILING_Y;
119 hint = INTEL_CREATE_PIXMAP_TILING_X;
125 hint = INTEL_CREATE_PIXMAP_TILING_X;
131 hint = 0;
137 hint);
189 unsigned int hint = 0; local
195 hint = INTEL_CREATE_PIXMAP_TILING_Y;
197 hint = INTEL_CREATE_PIXMAP_TILING_X;
203 hint = INTEL_CREATE_PIXMAP_TILING_X
    [all...]
  /xsrc/external/mit/freetype/dist/src/psaux/
pshints.h 64 * rebuilt each time there is a hint substitution (HintMask operator) in
111 * operation (beginning with a Move operator) and at each hint
151 cf2_hint_isValid( const CF2_Hint hint ); variable
153 cf2_hint_isTop( const CF2_Hint hint ); variable
155 cf2_hint_isBottom( const CF2_Hint hint ); variable
157 cf2_hint_lock( CF2_Hint hint ); variable
189 CF2_HintMapRec hintMap; /* current hint map */
193 CF2_ArrStackRec hintMoves; /* list of hint moves for 2nd pass */
pshints.c 60 size_t j; /* index of upper hint map edge */
86 * Adjust stem hint for darkening here.
90 cf2_hint_init( CF2_Hint hint,
102 FT_ZERO( hint );
116 hint->csCoord = stemHint->max;
117 hint->flags = CF2_GhostBottom;
120 hint->flags = 0;
128 hint->flags = 0;
131 hint->csCoord = stemHint->min;
132 hint->flags = CF2_GhostTop
310 CF2_Hint hint = &hintmap->edge[i]; local
    [all...]
  /xsrc/external/mit/freetype/dist/src/pshinter/
pshrec.c 87 PS_Hint hint = NULL; local
100 hint = table->hints + count - 1;
101 hint->pos = 0;
102 hint->len = 0;
103 hint->flags = 0;
108 *ahint = hint;
280 /* return last hint mask in a table, create one if the table is empty */
564 /* set a bit at a given index in the current hint mask */
574 /* get last hint mask */
681 PS_Hint hint = dim->hints.hints local
    [all...]
pshalgo.c 82 PSH_Hint hint = table->hints; local
85 for ( ; count > 0; count--, hint++ )
87 psh_hint_deactivate( hint );
88 hint->order = -1;
93 /* internal function to record a new hint */
98 PSH_Hint hint = table->hints + idx; local
103 FT_TRACE0(( "psh_hint_table_record: invalid hint index %d\n", idx ));
108 if ( psh_hint_is_active( hint ) )
111 psh_hint_activate( hint );
113 /* now scan the current active hint set to check *
266 PSH_Hint hint = &table->hints[idx]; local
406 PSH_Hint hint = table->hints + count; local
850 PSH_Hint hint; local
1445 PSH_Hint hint = sort[nn]; local
1465 PSH_Hint hint = sort[nn]; local
1502 PSH_Hint hint = sort[nn]; local
1519 PSH_Hint hint = sort[nn]; local
1537 PSH_Hint hint = sort[nn]; local
1730 PSH_Hint hint = point->hint; local
    [all...]
pshalgo.h 30 /* handle to Hint structure */
34 /* hint bit-flags */
50 /* hint structure */
165 PSH_Hint hint; member in struct:PSH_PointRec_
219 (*PSH_HintFunc)( PSH_Hint hint,
  /xsrc/external/mit/twm/dist/src/
session.c 690 char *hint; local
710 hint = (char *) malloc(1);
711 hint[0] = SmRestartIfRunning;
718 props[2]->vals[0].value = hint;
  /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
agx_pack.c 185 unsigned hint = src.discard ? 0x3 : src.cache ? 0x2 : 0x1; local
193 (hint << 6) |
229 unsigned hint = src.discard ? 0x3 : src.cache ? 0x2 : 0x1; local
233 (hint << 6) |
  /xsrc/external/mit/ctwm/dist/
session.c 903 char hint = SmRestartIfRunning; local
924 prop3val.value = (SmPointer) &hint;
  /xsrc/external/mit/smproxy/dist/
smproxy.c 921 char hint = SmRestartIfRunning;
942 prop3val.value = (SmPointer) &hint;
900 char hint = SmRestartIfRunning; local
  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
compiler.h 152 /* Hint for the register allocator not to spill the destination written
158 /* Generic hint for intra-pass use */
159 bool hint; member in struct:midgard_instruction
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
attrib.c 40 #include "hint.h"
430 (void*)&ctx->Hint))
1196 const struct gl_hint_attrib *hint; local
1197 hint = (const struct gl_hint_attrib *) attr->data;
1199 hint->PerspectiveCorrection);
1200 _mesa_Hint(GL_POINT_SMOOTH_HINT, hint->PointSmooth);
1201 _mesa_Hint(GL_LINE_SMOOTH_HINT, hint->LineSmooth);
1202 _mesa_Hint(GL_POLYGON_SMOOTH_HINT, hint->PolygonSmooth);
1203 _mesa_Hint(GL_FOG_HINT, hint->Fog);
1205 hint->TextureCompression)
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_dri.c 185 unsigned int hint = INTEL_CREATE_PIXMAP_DRI2; local
191 hint |= INTEL_CREATE_PIXMAP_TILING_Y;
193 hint |= INTEL_CREATE_PIXMAP_TILING_X;
199 hint |= INTEL_CREATE_PIXMAP_TILING_X;
208 hint);
291 unsigned int hint = INTEL_CREATE_PIXMAP_DRI2; local
302 hint |= INTEL_CREATE_PIXMAP_TILING_Y;
312 hint |= INTEL_CREATE_PIXMAP_TILING_X;
320 hint |= INTEL_CREATE_PIXMAP_TILING_NONE;
352 hint);
    [all...]

Completed in 29 milliseconds

1 2 3