Home
last modified time | relevance | path

Searched refs:fills (Results 1 - 24 of 24) sorted by relevance

/third_party/skia/docs/examples/
H A DPath_ConvertToNonInverseFillType.cpp12 } fills[] = { in REG_FIDDLE() local
18 for (unsigned i = 0; i < SK_ARRAY_COUNT(fills); ++i) { in REG_FIDDLE()
19 if (fills[i].fill != (SkPathFillType) i) { in REG_FIDDLE()
20 SkDebugf("fills array order does not match FillType enum order"); in REG_FIDDLE()
23 SkDebugf("ConvertToNonInverseFillType(%s) == %s\n", fills[i].name, in REG_FIDDLE()
24 fills[(int) SkPathFillType_ConvertToNonInverse(fills[i].fill)].name); in REG_FIDDLE()
H A DPath_IsInverseFillType.cpp12 } fills[] = { in REG_FIDDLE() local
18 for (auto fill: fills ) { in REG_FIDDLE()
/third_party/ffmpeg/libavcodec/x86/
H A Dvideodsp.asm122 ; on sse, - fills xmm0-15 for consecutive sets of 16 pixels
123 ; - if (%2 & 8) fills 8 bytes into xmm$next
124 ; - if (%2 & 4) fills 4 bytes into xmm$next
125 ; - if (%2 & 3) fills 1, 2 or 4 bytes in eax
126 ; on mmx, - fills mm0-7 for consecutive sets of 8 pixels
127 ; - if (%2 & 4) fills 4 bytes into mm$next
128 ; - if (%2 & 3) fills 1, 2 or 4 bytes in eax
/third_party/libunwind/libunwind/doc/
H A Dunw_backtrace.tex24 the calling program. The routine fills up to \Var{size} addresses in the array
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir.c857 prog_data->tmu_fills = c->fills; in v3d_set_prog_data()
1669 "%d uniforms, %d max-temps, %d:%d spills:fills, " in v3d_shaderdb_dump()
1678 c->fills, in v3d_shaderdb_dump()
1840 } else if (c->spills + c->fills < in v3d_compile()
1843 best_spill_fill_count = c->spills + c->fills; in v3d_compile()
1850 "spills and %d fills. Will try " in v3d_compile()
1854 c->spills, c->fills); in v3d_compile()
1884 "spills and %d fills", in v3d_compile()
1887 c->spills, c->fills); in v3d_compile()
H A Dvir_register_allocate.c440 /* We always enable per-quad on spills/fills to ensure we spill in v3d_emit_spill_tmua()
611 /* fills */ in v3d_spill_reg()
666 c->fills++; in v3d_spill_reg()
941 return c->spills + c->fills < c->max_tmu_spills; in tmu_spilling_allowed()
1192 if (c->spills + c->fills > c->max_tmu_spills) in v3d_register_allocate()
H A Dv3d_compiler.h798 uint32_t spills, fills, loops;
H A Dnir_to_vir.c4644 assert(c->spills + c->fills <= c->max_tmu_spills); in v3d_nir_to_vir()
4679 c->fills = 0; in v3d_nir_to_vir()
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafcjk.c280 FT_Pos fills[AF_BLUE_STRING_MAX_LEN]; in af_cjk_metrics_init_blues() local
485 fills[num_fills++] = best_pos; in af_cjk_metrics_init_blues()
504 af_sort_pos( num_fills, fills ); in af_cjk_metrics_init_blues()
516 *blue_shoot = fills[num_fills / 2]; in af_cjk_metrics_init_blues()
525 *blue_ref = fills[num_fills / 2]; in af_cjk_metrics_init_blues()
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compiler.h415 unsigned fills; member
H A Dagx_compile.c1340 "%u loops, %u:%u spills:fills\n", in agx_print_stats()
1344 ctx->spills, ctx->fills); in agx_print_stats()
/third_party/mesa3d/src/panfrost/midgard/
H A Dcompiler.h255 /* Count of spills and fills for shaderdb */
257 unsigned fills; member
H A Dmidgard_ra.c1077 ctx->fills++; in mir_spill_register()
H A Dmidgard_compile.c3374 "%u:%u spills:fills\n", in midgard_compile_shader_nir()
3381 ctx->spills, ctx->fills); in midgard_compile_shader_nir()
/third_party/ffmpeg/libavfilter/
H A Dvf_pseudocolor.c111 const Fill *fills; member
657 const Fill fill = presets[s->preset].fills[seg]; in config_input()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compiler.h1545 uint32_t fills; member
H A Dbrw_vec4_generator.cpp1528 /* `send_count` explicitly does not include spills or fills, as we'd in generate_code()
2235 "spills:fills, %u sends. Compacted %d to %d bytes (%.0f%%)\n", in generate_code()
2253 "%d:%d spills:fills, %u sends, " in generate_code()
2265 stats->fills = fill_count; in generate_code()
H A Dbrw_fs_generator.cpp2537 /* `send_count` explicitly does not include spills or fills, as we'd in generate_code()
2570 "%d:%d spills:fills, %u sends, " in generate_code()
2604 "%d:%d spills:fills, %u sends, " in generate_code()
2624 stats->fills = shader_stats.fill_count; in generate_code()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_ra.c697 ctx->fills++; in bi_spill_register()
H A Dcompiler.h397 * useless double fills */
817 unsigned fills; member
H A Dbifrost_compile.c4195 ralloc_asprintf_append(&str, ", %u loops, %u:%u spills:fills\n", in bi_print_stats()
4196 ctx->loop_count, ctx->spills, ctx->fills); in bi_print_stats()
4244 "%u:%u spills:fills\n", in va_print_stats()
4249 ctx->loop_count, ctx->spills, ctx->fills); in va_print_stats()
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1381 fills in the C<$template> as usual, but the results are immediately
1420 you, fills it in as specified, and returns the results. It returns
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1381 fills in the C<$template> as usual, but the results are immediately
1420 you, fills it in as specified, and returns the results. It returns
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c3132 stat->value.u64 = exe->stats.fills; in anv_GetPipelineExecutableStatisticsKHR()

Completed in 58 milliseconds