Home
last modified time | relevance | path

Searched refs:progress (Results 326 - 350 of 745) sorted by relevance

1...<<11121314151617181920>>...30

/third_party/mesa3d/src/compiler/glsl/
H A Dlower_tess_level.cpp59 : progress(false), old_tess_level_outer_var(NULL), in lower_tess_level_visitor()
76 bool progress; member in __anon7195::lower_tess_level_visitor
150 this->progress = true; in visit()
237 this->progress = true; in handle_rvalue()
460 return v.progress; in lower_tess_level()
H A Dlower_vector_derefs.cpp36 : progress(false), shader_stage(shader_stage), in vector_deref_visitor()
48 bool progress; member in __anon7198::vector_deref_visitor
202 return v.progress; in lower_vector_derefs()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_const_arrays_to_uniforms.c135 unsigned *const_count, bool *progress) in lower_const_array_to_uniform()
214 *progress = true; in lower_const_array_to_uniform()
244 bool progress = false; in nir_lower_const_arrays_to_uniforms() local
357 &progress)) in nir_lower_const_arrays_to_uniforms()
418 return progress; in nir_lower_const_arrays_to_uniforms()
132 lower_const_array_to_uniform(nir_shader *shader, struct var_info *info, struct hash_table *const_array_vars, unsigned *free_uni_components, unsigned *const_count, bool *progress) lower_const_array_to_uniform() argument
H A Dnir_linking_helpers.c124 * progress = nir_remove_unused_io_vars(producer, nir_var_shader_out,
126 * progress;
139 bool progress = false; in nir_remove_unused_io_vars() local
171 progress = true; in nir_remove_unused_io_vars()
176 if (progress) { in nir_remove_unused_io_vars()
184 return progress; in nir_remove_unused_io_vars()
233 bool progress = false; in nir_remove_unused_varyings() local
234 progress = nir_remove_unused_io_vars(producer, nir_var_shader_out, read, in nir_remove_unused_varyings()
237 progress = nir_remove_unused_io_vars(consumer, nir_var_shader_in, written, in nir_remove_unused_varyings()
238 patches_written) || progress; in nir_remove_unused_varyings()
1052 bool progress = false; replace_varying_input_by_constant_load() local
1104 bool progress = false; replace_duplicate_input() local
1244 bool progress = false; replace_varying_input_by_uniform_load() local
[all...]
H A Dnir_opt_gcm.c84 bool progress; member
694 state->progress = true; in gcm_schedule_late_def()
812 state.progress = false; in opt_gcm_impl()
830 state.progress = true; in opt_gcm_impl()
854 return state.progress; in opt_gcm_impl()
860 bool progress = false; in nir_opt_gcm() local
864 progress |= opt_gcm_impl(shader, function->impl, value_number); in nir_opt_gcm()
867 return progress; in nir_opt_gcm()
H A Dnir_lower_ssbo.c191 bool progress = false; in nir_lower_ssbo() local
201 progress = true; in nir_lower_ssbo()
217 return progress; in nir_lower_ssbo()
H A Dnir_opt_sink.c203 bool progress = false; in nir_opt_sink() local
231 progress = true; in nir_opt_sink()
239 return progress; in nir_opt_sink()
H A Dnir_divergence_analysis.c942 bool progress = false; in visit_if() local
946 progress |= visit_cf_list(&if_stmt->then_list, &then_state); in visit_if()
950 progress |= visit_cf_list(&if_stmt->else_list, &else_state); in visit_if()
959 progress |= visit_if_merge_phi(nir_instr_as_phi(instr), in visit_if()
974 return progress; in visit_if()
980 bool progress = false; in visit_loop() local
1000 progress |= phi->dest.ssa.divergent; in visit_loop()
1012 progress |= visit_cf_list(&loop->body, &loop_state); in visit_loop()
1036 progress |= visit_loop_exit_phi(nir_instr_as_phi(instr), in visit_loop()
1042 return progress; in visit_loop()
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_register_coalesce.cpp193 bool progress = false; in register_coalesce() local
209 progress = true; in register_coalesce()
277 progress = true; in register_coalesce()
330 if (progress) { in register_coalesce()
342 return progress; in register_coalesce()
H A Dbrw_nir_lower_cs_intrinsics.c30 bool progress; member
38 bool progress = false; in lower_cs_intrinsics_convert_block() local
254 state->progress = true; in lower_cs_intrinsics_convert_block()
257 return progress; in lower_cs_intrinsics_convert_block()
304 return state.progress; in brw_nir_lower_cs_intrinsics()
H A Dbrw_nir.c523 progress = true; \
531 bool progress; in brw_nir_optimize() local
538 progress = false; in brw_nir_optimize()
621 /* If nir_opt_trivial_continues makes progress, then we need to clean in brw_nir_optimize()
623 * to make progress. in brw_nir_optimize()
637 } while (progress); in brw_nir_optimize()
816 UNUSED bool progress; /* Written by OPT */ in brw_preprocess_nir() local
1089 bool progress = false; in brw_vectorize_lower_mem_access() local
1110 while (progress) { in brw_vectorize_lower_mem_access()
1111 progress in brw_vectorize_lower_mem_access()
1147 UNUSED bool progress; /* Written by OPT */ brw_postprocess_nir() local
1422 bool progress = false; brw_nir_apply_key() local
[all...]
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip.cc118 std::ostream& operator<<(std::ostream& out, const Progress& progress) { in operator <<() argument
119 return out << progress.bytes << " bytes, " << progress.files << " files, " in operator <<()
120 << progress.directories << " dirs, " << progress.errors in operator <<()
/third_party/node/deps/v8/tools/testrunner/
H A Dbase_runner.py29 from testrunner.testproc import progress namespace
150 'verbose': progress.VerboseProgressIndicator,
151 'ci': progress.CIProgressIndicator,
152 'dots': progress.DotsProgressIndicator,
153 'color': progress.ColorProgressIndicator,
154 'mono': progress.MonochromeProgressIndicator,
155 'stream': progress.StreamProgressIndicator,
380 parser.add_option("-p", "--progress",
382 help="The style of progress indicator (verbose, dots, "
396 "context of CI progress indicato
[all...]
/third_party/lzma/C/
H A DMtDec.c27 void MtProgress_Init(CMtProgress *p, ICompressProgressPtr progress) in MtProgress_Init() argument
29 p->progress = progress; in MtProgress_Init()
38 if (p->res == SZ_OK && p->progress) in MtProgress_Progress_ST()
39 if (ICompressProgress_Progress(p->progress, p->totalInSize, p->totalOutSize) != SZ_OK) in MtProgress_Progress_ST()
52 if (p->res == SZ_OK && p->progress) in MtProgress_ProgressAdd()
53 if (ICompressProgress_Progress(p->progress, p->totalInSize, p->totalOutSize) != SZ_OK) in MtProgress_ProgressAdd()
191 if (p->mtProgress.res == SZ_OK && p->mtProgress.progress) in MtDec_Progress_GetError_Spec()
192 if (ICompressProgress_Progress(p->mtProgress.progress, p->mtProgress.totalInSize, p->mtProgress.totalOutSize) != SZ_OK) in MtDec_Progress_GetError_Spec()
955 p->progress in MtDec_Construct()
[all...]
H A DXzEnc.h52 SRes XzEnc_Encode(CXzEncHandle p, ISeqOutStreamPtr outStream, ISeqInStreamPtr inStream, ICompressProgressPtr progress);
55 const CXzProps *props, ICompressProgressPtr progress);
/third_party/lzma/CPP/7zip/Compress/
H A DBcj2Coder.cpp139 ICompressProgressInfo *progress) in CodeReal()
385 if (progress && inPos_without_Temp - prevProgress >= (1 << 22)) in CodeReal()
390 // printf("progress %8u, %8u\n", (unsigned)inSize2, (unsigned)outSize2); in CodeReal()
391 RINOK(progress->SetRatioInfo(&inPos_without_Temp, &outSize2)) in CodeReal()
407 ICompressProgressInfo *progress)) in Code()
411 return CodeReal(inStreams, inSizes, numInStreams, outStreams, outSizes,numOutStreams, progress); in Code()
527 ICompressProgressInfo *progress)) in Code()
592 if (progress) in Code()
603 RINOK(progress->SetRatioInfo(&inSize, &prevProgress)) in Code()
136 CodeReal( ISequentialInStream * const *inStreams, const UInt64 * const *inSizes, UInt32 numInStreams, ISequentialOutStream * const *outStreams, const UInt64 * const * , UInt32 numOutStreams, ICompressProgressInfo *progress) CodeReal() argument
404 Code(ISequentialInStream * const *inStreams, const UInt64 * const *inSizes, UInt32 numInStreams, ISequentialOutStream * const *outStreams, const UInt64 * const *outSizes, UInt32 numOutStreams, ICompressProgressInfo *progress) Code() argument
524 Code(ISequentialInStream * const *inStreams, const UInt64 * const *inSizes, UInt32 numInStreams, ISequentialOutStream * const *outStreams, const UInt64 * const *outSizes, UInt32 numOutStreams, ICompressProgressInfo *progress) Code() argument
H A DPpmdDecoder.cpp133 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress)) in Code()
154 if (progress) in Code()
157 RINOK(progress->SetRatioInfo(&inProcessed, &_processedSize)) in Code()
132 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress) Code() argument
H A DPpmdEncoder.cpp140 const UInt64 * /* inSize */, const UInt64 * /* outSize */, ICompressProgressInfo *progress)) in Code()
185 if (progress) in Code()
188 RINOK(progress->SetRatioInfo(&processed, &outSize)) in Code()
139 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 * , ICompressProgressInfo *progress) Code() argument
/kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/
H A Defika.c195 if (ppc_md.progress) in efika_setup_arch()
196 ppc_md.progress("Linux/PPC " UTS_RELEASE " running on Efika ;-)\n", 0x0); in efika_setup_arch()
229 .progress = rtas_progress, in define_machine()
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
H A Dmpc85xx_ads.c125 if (ppc_md.progress) in mpc85xx_ads_setup_arch()
126 ppc_md.progress("mpc85xx_ads_setup_arch()", 0); in mpc85xx_ads_setup_arch()
170 .progress = udbg_progress, in define_machine()
/kernel/linux/linux-6.6/arch/powerpc/platforms/52xx/
H A Defika.c192 if (ppc_md.progress) in efika_setup_arch()
193 ppc_md.progress("Linux/PPC " UTS_RELEASE " running on Efika ;-)\n", 0x0); in efika_setup_arch()
227 .progress = rtas_progress, in define_machine()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_cse.c160 bool progress = false; in ir3_cse() local
166 progress = true; in ir3_cse()
175 return progress; in ir3_cse()
/third_party/mesa3d/src/panfrost/util/
H A Dpan_lower_writeout.c100 bool progress = false; in pan_nir_lower_zs_store()
204 progress = true; in pan_nir_lower_zs_store()
207 return progress; in pan_nir_lower_zs_store()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-kcopyd.c379 sector_t progress; member
693 sector_t progress = 0; in segment_complete() local
714 progress = job->progress; in segment_complete()
715 count = job->source.count - progress; in segment_complete()
720 job->progress += count; in segment_complete()
729 sub_job->write_offset = progress; in segment_complete()
730 sub_job->source.sector += progress; in segment_complete()
734 sub_job->dests[i].sector += progress; in segment_complete()
848 job->progress in dm_kcopyd_copy()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-kcopyd.c385 sector_t progress; member
697 sector_t progress = 0; in segment_complete() local
718 progress = job->progress; in segment_complete()
719 count = job->source.count - progress; in segment_complete()
724 job->progress += count; in segment_complete()
733 sub_job->write_offset = progress; in segment_complete()
734 sub_job->source.sector += progress; in segment_complete()
738 sub_job->dests[i].sector += progress; in segment_complete()
852 job->progress in dm_kcopyd_copy()
[all...]

Completed in 18 milliseconds

1...<<11121314151617181920>>...30