Searched refs:coverage (Results 1 - 25 of 185) sorted by relevance

12345678

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_line_smooth.c35 nir_variable *coverage; member in struct:lower_line_smooth_state
47 nir_ssa_def *coverage = nir_load_var(b, state->coverage); local in function:lower_line_smooth_intrinsic
49 nir_ssa_def *new_val = nir_fmul(b, nir_vec4(b, one, one, one, coverage),
108 nir_ssa_def *coverage = local in function:initialise_coverage_var
119 nir_ssa_def *outside = nir_fge(&b, nir_imm_float(&b, 0.0f), coverage);
126 nir_ssa_def *clamped = nir_fmin(&b, coverage, nir_imm_float(&b, 1.0f));
128 nir_store_var(&b, state->coverage, clamped, 0x1 /* writemask */);
150 .coverage = make_coverage_var(s),
/xsrc/external/mit/freetype/dist/src/gxvalid/
H A Dgxvmorx.c70 FT_ULong coverage; local in function:gxv_morx_subtables_validate
80 coverage = FT_NEXT_ULONG( p );
90 type = coverage & 0x0007;
94 /* morx coverage consists of mort_coverage & 16bit padding */
95 gxv_mort_coverage_validate( (FT_UShort)( ( coverage >> 16 ) | coverage ),
H A Dgxvkern.c559 gxv_kern_coverage_new_apple_validate( FT_UShort coverage, argument
574 if ( coverage & 0x1FFC )
578 kernVertical = FT_BOOL( ( coverage >> 15 ) & 1 );
579 kernCrossStream = FT_BOOL( ( coverage >> 14 ) & 1 );
580 kernVariation = FT_BOOL( ( coverage >> 13 ) & 1 );
583 *format = (FT_UShort)( coverage & 0x0003 );
596 gxv_kern_coverage_classic_apple_validate( FT_UShort coverage, argument
608 if ( !( coverage & 0xFD00 ) && KERN_ALLOWS_MS( gxvalid ) )
612 if ( coverage & 0x02FC )
616 horizontal = FT_BOOL( ( coverage >> 1
637 gxv_kern_coverage_classic_microsoft_validate(FT_UShort coverage,FT_UShort * format,GXV_Validator gxvalid) argument
687 gxv_kern_coverage_validate(FT_UShort coverage,FT_UShort * format,GXV_Validator gxvalid) argument
749 FT_UShort coverage; local in function:gxv_kern_subtable_validate
[all...]
H A Dgxvmort.c122 gxv_mort_coverage_validate( FT_UShort coverage, argument
126 FT_UNUSED( coverage );
129 if ( coverage & 0x8000U )
134 if ( coverage & 0x4000 )
141 if ( coverage & 0x2000 )
145 if ( coverage & 0x1FF8 )
146 GXV_TRACE(( " coverage has non-zero bits in reserved area\n" ));
180 FT_UShort coverage; local in function:gxv_mort_subtables_validate
190 coverage = FT_NEXT_USHORT( p );
199 type = coverage
[all...]
H A Dgxvmort.h65 gxv_mort_coverage_validate( FT_UShort coverage,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad.h60 * Quad stage inputs (pos, coverage, front/back face, etc)
67 float coverage[TGSI_QUAD_SIZE]; /**< fragment coverage for antialiasing */ member in struct:quad_header_input
H A Dsp_quad_fs.c91 assert(quad->input.coverage[j] >= 0.0);
92 assert(quad->input.coverage[j] <= 1.0);
93 quadColor[3][j] *= quad->input.coverage[j];
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aatritemp.h169 * edges, stopping when we find that coverage = 0. If the long edge
192 GLfloat coverage = 0.0F; variable in typeref:typename:GLfloat
198 /* skip over fragments with zero coverage */
200 coverage = compute_coveragef(pMin, pMid, pMax, startX, iy);
201 if (coverage > 0.0F)
221 while (coverage > 0.0F) {
225 array->coverage[count] = coverage;
235 coverage = compute_coveragef(pMin, pMid, pMax, ix, iy);
261 GLfloat coverage variable in typeref:typename:GLfloat
[all...]
H A Ds_aalinetemp.h42 const GLfloat coverage = compute_coveragef(line, ix, iy); local in function:NAME
47 if (coverage == 0.0F)
51 line->span.array->coverage[i] = coverage;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad.h60 * Quad stage inputs (pos, coverage, front/back face, etc)
67 float coverage[TGSI_QUAD_SIZE]; /**< fragment coverage for antialiasing */ member in struct:quad_header_input
H A Dsp_quad_fs.c91 assert(quad->input.coverage[j] >= 0.0);
92 assert(quad->input.coverage[j] <= 1.0);
93 quadColor[3][j] *= quad->input.coverage[j];
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aatritemp.h169 * edges, stopping when we find that coverage = 0. If the long edge
192 GLfloat coverage = 0.0F; variable in typeref:typename:GLfloat
198 /* skip over fragments with zero coverage */
200 coverage = compute_coveragef(pMin, pMid, pMax, startX, iy);
201 if (coverage > 0.0F)
221 while (coverage > 0.0F) {
225 array->coverage[count] = coverage;
235 coverage = compute_coveragef(pMin, pMid, pMax, ix, iy);
261 GLfloat coverage variable in typeref:typename:GLfloat
[all...]
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dttkern.c87 FT_UInt num_pairs, length, coverage, format; local in function:tt_face_load_kern
99 coverage = FT_NEXT_USHORT( p );
109 format = coverage >> 8;
116 if ( ( coverage & 3U ) != 0x0001 ||
207 FT_UInt coverage = FT_NEXT_USHORT( p ); local in function:tt_face_get_kerning
230 switch ( coverage >> 8 )
296 if ( coverage & 8 ) /* override or add */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast_debug.c7 int coverage; member in struct:tile
132 tile->coverage++;
255 tile->coverage = 0;
319 ((float)tile.overdraw + tile.coverage)/(float)tile.coverage);
368 total += tile.coverage;
371 if (tile.coverage == 64*64)
373 else if (tile.coverage) {
374 int bit = tile.coverage/(64.0*64.0)*10;
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_video.c102 * 'box', then prefer the crtc with greater coverage.
109 int coverage, best_coverage; local in function:amdgpu_crtc_covering_box
140 coverage = amdgpu_box_area(&cover_box);
141 if (coverage > best_coverage ||
142 (crtc == primary_crtc && coverage == best_coverage)) {
144 best_coverage = coverage;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_video.c82 int coverage, best_coverage, c, cd; local in function:radeon_pick_best_crtc
116 coverage = radeon_box_area(&cover_box);
117 if (coverage > best_coverage ||
118 (coverage == best_coverage &&
121 best_coverage = coverage;
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_shader.h75 * (force early, strong early): no side effects/depth/stencil/coverage writes (force)
76 * (weak early, weak early): no side effects/depth/stencil/coverage writes
78 * (force late, weak early): side effects but no depth/stencil/coverage writes
82 * Note that discard is considered a coverage write. TODO: what about
83 * alpha-to-coverage?
97 bool coverage = info->fs.writes_coverage || info->fs.can_discard; local in function:pan_shader_classify_pixel_kill_coverage
101 rsd->properties.shader_modifies_coverage = coverage;
105 else if (depth || stencil || (sidefx && coverage))
109 else if (coverage)
153 rsd->preload.fragment.coverage
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_trapezoids_imprecise.c59 int coverage);
176 /* A cell records the effect on pixel coverage of polygon edges
178 * coverage.
180 * Consider the effects of a polygon edge on the coverage of a pixel
181 * it intersects and that of the following one. The coverage of the
183 * of the pixel, and the coverage of the pixel itself is the area of
204 * Since the coverage of the following pixel will always be a multiple
206 * area instead. The coverage of the pixel itself is the total
207 * coverage minus the area of the uncovered area to the left of the
209 * that and subtract it from the total coverage late
986 tor_blt_span(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
999 tor_blt_span__no_damage(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1011 tor_blt_span_clipped(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1036 tor_blt_span_mono(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1049 tor_blt_span_mono_clipped(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1062 tor_blt_span_mono_unbounded(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1073 tor_blt_span_mono_unbounded_clipped(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1084 tor_blt(struct sna * sna,struct tor * converter,struct sna_composite_spans_op * op,pixman_region16_t * clip,void (* span)(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage),int y,int height,int unbounded) argument
1159 tor_render(struct sna * sna,struct tor * converter,struct sna_composite_spans_op * op,pixman_region16_t * clip,void (* span)(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage),int unbounded) argument
1719 span_thread_box(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1730 span_thread_clipped_box(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1998 tor_blt_mask(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2029 tor_blt_mask_mono(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2164 coverage_opacity(int coverage,uint8_t opacity) argument
2194 tor_blt_src(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2206 tor_blt_src_clipped(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2225 tor_blt_in(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2256 tor_blt_in_clipped(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2275 tor_blt_add(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2313 tor_blt_add_clipped(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2332 tor_blt_lerp32(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2387 tor_blt_lerp32_clipped(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2415 pixmask_span_solid(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2435 pixmask_span_solid__clipped(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2454 pixmask_span(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2475 pixmask_span__clipped(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
[all...]
H A Dsna_trapezoids_precise.c80 int coverage);
190 /* A cell records the effect on pixel coverage of polygon edges
192 * coverage.
194 * Consider the effects of a polygon edge on the coverage of a pixel
195 * it intersects and that of the following one. The coverage of the
197 * of the pixel, and the coverage of the pixel itself is the area of
218 * Since the coverage of the following pixel will always be a multiple
220 * area instead. The coverage of the pixel itself is the total
221 * coverage minus the area of the uncovered area to the left of the
223 * that and subtract it from the total coverage late
1047 tor_blt_span(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1060 tor_blt_span__no_damage(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1072 tor_blt_span_clipped(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1097 tor_blt(struct sna * sna,struct tor * converter,struct sna_composite_spans_op * op,pixman_region16_t * clip,void (* span)(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage),int y,int height,int unbounded) argument
1172 tor_render(struct sna * sna,struct tor * converter,struct sna_composite_spans_op * op,pixman_region16_t * clip,void (* span)(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage),int unbounded) argument
1667 span_thread_box(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1678 span_thread_clipped_box(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1942 tor_blt_mask(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2180 coverage_opacity(int coverage,uint8_t opacity) argument
2209 tor_blt_src(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2221 tor_blt_src_clipped(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2240 tor_blt_in(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2271 tor_blt_in_clipped(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2290 tor_blt_add(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2328 tor_blt_add_clipped(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2347 tor_blt_lerp32(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2400 tor_blt_lerp32_clipped(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2428 pixmask_span_solid(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2446 pixmask_span_solid__clipped(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2465 pixmask_span(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2484 pixmask_span__clipped(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_trapezoids_imprecise.c59 int coverage);
176 /* A cell records the effect on pixel coverage of polygon edges
178 * coverage.
180 * Consider the effects of a polygon edge on the coverage of a pixel
181 * it intersects and that of the following one. The coverage of the
183 * of the pixel, and the coverage of the pixel itself is the area of
204 * Since the coverage of the following pixel will always be a multiple
206 * area instead. The coverage of the pixel itself is the total
207 * coverage minus the area of the uncovered area to the left of the
209 * that and subtract it from the total coverage late
996 tor_blt_span(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1009 tor_blt_span__no_damage(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1021 tor_blt_span_clipped(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1046 tor_blt_span_mono(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1059 tor_blt_span_mono_clipped(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1072 tor_blt_span_mono_unbounded(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1083 tor_blt_span_mono_unbounded_clipped(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1094 tor_blt(struct sna * sna,struct tor * converter,struct sna_composite_spans_op * op,pixman_region16_t * clip,void (* span)(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage),int y,int height,int unbounded) argument
1169 tor_render(struct sna * sna,struct tor * converter,struct sna_composite_spans_op * op,pixman_region16_t * clip,void (* span)(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage),int unbounded) argument
1725 span_thread_box(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1750 span_thread_clipped_box(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2035 tor_blt_mask(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2066 tor_blt_mask_mono(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2201 coverage_opacity(int coverage,uint8_t opacity) argument
2236 tor_blt_clipped(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2277 tor_blt_src(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2289 tor_blt_in(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2320 tor_blt_add(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2358 tor_blt_lerp32(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2423 pixmask_span_solid(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2444 pixmask_span(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
[all...]
H A Dsna_trapezoids_precise.c80 int coverage);
190 /* A cell records the effect on pixel coverage of polygon edges
192 * coverage.
194 * Consider the effects of a polygon edge on the coverage of a pixel
195 * it intersects and that of the following one. The coverage of the
197 * of the pixel, and the coverage of the pixel itself is the area of
218 * Since the coverage of the following pixel will always be a multiple
220 * area instead. The coverage of the pixel itself is the total
221 * coverage minus the area of the uncovered area to the left of the
223 * that and subtract it from the total coverage late
1057 tor_blt_span(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1070 tor_blt_span__no_damage(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1082 tor_blt_span_clipped(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1107 tor_blt(struct sna * sna,struct tor * converter,struct sna_composite_spans_op * op,pixman_region16_t * clip,void (* span)(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage),int y,int height,int unbounded) argument
1182 tor_render(struct sna * sna,struct tor * converter,struct sna_composite_spans_op * op,pixman_region16_t * clip,void (* span)(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage),int unbounded) argument
1673 span_thread_box(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1698 span_thread_clipped_box(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
1980 tor_blt_mask(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2218 coverage_opacity(int coverage,uint8_t opacity) argument
2230 tor_blt_clipped(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2293 tor_blt_src(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2305 tor_blt_in(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2336 tor_blt_add(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2374 tor_blt_lerp32(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2437 pixmask_span_solid(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
2456 pixmask_span(struct sna * sna,struct sna_composite_spans_op * op,pixman_region16_t * clip,const BoxRec * box,int coverage) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast_debug.c7 int coverage; member in struct:tile
197 tile->coverage++;
377 tile->coverage = 0;
454 ((float)tile.overdraw + tile.coverage)/(float)tile.coverage);
503 total += tile.coverage;
506 if (tile.coverage == 64*64)
508 else if (tile.coverage) {
509 int bit = tile.coverage/(64.0*64.0)*10;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Dblend.rst93 coverage mask. The coverage mask will be all zeros if the alpha value is
94 zero. The coverage mask will be all ones if the alpha value is one.
95 Otherwise, the number of bits set in the coverage mask will be proportional
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dblend.rst93 coverage mask. The coverage mask will be all zeros if the alpha value is
94 zero. The coverage mask will be all ones if the alpha value is one.
95 Otherwise, the number of bits set in the coverage mask will be proportional
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafshaper.c42 * 1. For each coverage, collect lookup IDs in a set. Note that an
43 * auto-hinter `coverage' is represented by one `feature', and a
58 /* load coverage tags */
72 /* define mapping between coverage tags and AF_Coverage */
129 coverage_tags = coverages[style_class->coverage];
192 /* get output coverage of GSUB feature */
232 /* get input coverage of GPOS feature */
251 * (this is, not a single character is covered), we skip this coverage.
254 if ( style_class->coverage != AF_COVERAGE_DEFAULT )
337 * Note that we don't follow this logic for the default coverage
[all...]

Completed in 25 milliseconds

12345678