Searched refs:count1 (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Drdtsc_core.h107 void rdtscEvent(uint32_t bucketId, uint32_t count1, uint32_t count2);
115 #define RDTSC_EVENT(bucket, count1, count2) rdtscEvent(bucket, count1, count2)
122 #define RDTSC_EVENT(bucket, count1, count2)
167 INLINE void rdtscEvent(uint32_t bucketId, uint32_t count1, uint32_t count2) argument
170 gBucketMgr.AddEvent(id, count1);
/xsrc/external/mit/freetype/dist/src/pshinter/
H A Dpshrec.c378 FT_UInt count1 = mask1->num_bits; local in function:ps_mask_table_test_intersect
383 count = FT_MIN( count1, count2 );
427 FT_UInt count1 = mask1->num_bits; local in function:ps_mask_table_merge
439 /* if "count2" is greater than "count1", we need to grow the */
441 if ( count2 > count1 )
447 for ( pos = count1; pos < count2; pos++ )
1002 FT_UInt count1 = dim[0].hints.num_hints; local in function:ps_hints_t2mask
1007 if ( bit_count != count1 + count2 )
1011 bit_count, count1 + count2 ));
1018 error = ps_dimension_set_mask_bits( &dim[0], bytes, count2, count1,
1047 FT_UInt count1 = dim[0].hints.num_hints; local in function:ps_hints_t2counter
[all...]
H A Dpshglob.c476 FT_UInt count1, count2; local in function:psh_blues_scale_zones
493 count1 = normal->count;
495 for ( ; count1 > 0; count1--, zone1++ )
/xsrc/external/mit/freetype/dist/src/otvalid/
H A Dotvcommn.c902 FT_UInt GlyphCount, Count, count1; local in function:otv_u_x_y_Ox_sy
918 for ( count1 = GlyphCount; count1 > 0; count1-- )
995 FT_UInt count1, count2; local in function:otv_u_x_Ox_y_Oy_z_Oz_p_sp
1018 for ( count1 = InputGlyphCount; count1 > 0; count1-- )
H A Dotvgpos.c63 FT_UInt Count, count1, table_size; local in function:otv_x_sxy
79 for ( count1 = otvalid->extra1; count1 > 0; count1-- )
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_exec.c175 unsigned *count0, unsigned count1,
248 *count0 += count1;
172 vbo_merge_draws(struct gl_context * ctx,bool in_dlist,GLubyte mode0,GLubyte mode1,unsigned start0,unsigned start1,unsigned * count0,unsigned count1,unsigned basevertex0,unsigned basevertex1,bool * end0,bool begin1,bool end1) argument
H A Dvbo_private.h195 unsigned *count0, unsigned count1,
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dpsintrp.c2741 CF2_UInt count, count1 = cf2_stack_count( opStack ); local in function:cf2_interpT2CharString
2748 count = count1 & ~2U;
2749 idx += count1 - count;
2786 CF2_UInt count, count1 = cf2_stack_count( opStack ); local in function:cf2_interpT2CharString
2793 count = count1 & ~2U;
2794 idx += count1 - count;
2832 CF2_UInt count, count1 = cf2_stack_count( opStack ); local in function:cf2_interpT2CharString
2842 count = count1 & ~2U;
2843 idx += count1 - count;
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiarc.c374 int count1, count2, k; member in struct:__anon78d3557b0208
413 spdata->count1 = -doinner - spdata->top;
445 spdata->count1--;
487 spdata->count1 = 0;
591 spdata->count1++;
634 span = &spdata->spans[spdata->count1];
638 spdata->count1--;
856 for (n = spdata->count1; --n >= 0; )
3515 for (n = spdata->count1; --n >= 0; )
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiarc.c224 int count1, count2, k; member in struct:__anon6d734e8e0208
408 spdata->count1 = -doinner - spdata->top;
435 spdata->count1--;
473 spdata->count1 = 0;
569 spdata->count1++;
606 span = &spdata->spans[spdata->count1];
610 spdata->count1--;
813 for (n = spdata->count1; --n >= 0;) {
3526 for (n = spdata->count1; --n >= 0;) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Datifragshader.c404 GLuint count1 = curProg->Instructions[j][i].ArgCount[1]; local in function:_mesa_EndFragmentShaderATI
406 op1, op1_enum, count1);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Datifragshader.c408 GLuint count1 = curProg->Instructions[j][i].ArgCount[1]; local in function:_mesa_EndFragmentShaderATI
410 op1, op1_enum, count1);
/xsrc/external/mit/freetype/dist/src/base/
H A Dftstroke.c1987 FT_UInt count1, count2, num_points = 0; local in function:FT_Stroker_GetCounts
1999 &count1, &count2 );
2008 num_points = count1 + count3;

Completed in 71 milliseconds