/third_party/skia/docs/examples/ |
H A D | Path_ConvertToNonInverseFillType.cpp | 12 } 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 D | Path_IsInverseFillType.cpp | 12 } fills[] = { in REG_FIDDLE() local 18 for (auto fill: fills ) { in REG_FIDDLE()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | videodsp.asm | 122 ; 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 D | unw_backtrace.tex | 24 the calling program. The routine fills up to \Var{size} addresses in the array
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir.c | 857 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 D | vir_register_allocate.c | 440 /* 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 D | v3d_compiler.h | 798 uint32_t spills, fills, loops;
|
H A D | nir_to_vir.c | 4644 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 D | afcjk.c | 280 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 D | agx_compiler.h | 415 unsigned fills; member
|
H A D | agx_compile.c | 1340 "%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 D | compiler.h | 255 /* Count of spills and fills for shaderdb */ 257 unsigned fills; member
|
H A D | midgard_ra.c | 1077 ctx->fills++; in mir_spill_register()
|
H A D | midgard_compile.c | 3374 "%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 D | vf_pseudocolor.c | 111 const Fill *fills; member 657 const Fill fill = presets[s->preset].fills[seg]; in config_input()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_compiler.h | 1545 uint32_t fills; member
|
H A D | brw_vec4_generator.cpp | 1528 /* `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 D | brw_fs_generator.cpp | 2537 /* `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 D | bi_ra.c | 697 ctx->fills++; in bi_spill_register()
|
H A D | compiler.h | 397 * useless double fills */ 817 unsigned fills; member
|
H A D | bifrost_compile.c | 4195 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 D | Template.pm | 1381 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 D | Template.pm | 1381 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 D | anv_pipeline.c | 3132 stat->value.u64 = exe->stats.fills; in anv_GetPipelineExecutableStatisticsKHR()
|