Home
last modified time | relevance | path

Searched refs:progress (Results 126 - 150 of 957) sorted by relevance

12345678910>>...39

/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler.c621 bool progress = false; in split_unaligned_loads_stores() local
671 progress = true; in split_unaligned_loads_stores()
676 return progress; in split_unaligned_loads_stores()
817 bool progress; in clc_spirv_to_dxil() local
820 progress = false; in clc_spirv_to_dxil()
821 NIR_PASS(progress, nir, nir_copy_prop); in clc_spirv_to_dxil()
822 NIR_PASS(progress, nir, nir_opt_copy_prop_vars); in clc_spirv_to_dxil()
823 NIR_PASS(progress, nir, nir_opt_deref); in clc_spirv_to_dxil()
824 NIR_PASS(progress, nir, nir_opt_dce); in clc_spirv_to_dxil()
825 NIR_PASS(progress, ni in clc_spirv_to_dxil()
844 bool progress; clc_spirv_to_dxil() local
[all...]
H A Dclc_nir.c109 bool progress = false; in clc_nir_lower_system_values() local
128 progress |= lower_load_base_global_invocation_id(&b, intr, var); in clc_nir_lower_system_values()
131 progress |= lower_load_work_dim(&b, intr, var); in clc_nir_lower_system_values()
145 return progress; in clc_nir_lower_system_values()
191 bool progress = false; in clc_nir_lower_kernel_input_loads() local
209 progress |= lower_load_kernel_input(&b, intr, var); in clc_nir_lower_kernel_input_loads()
214 return progress; in clc_nir_lower_kernel_input_loads()
241 bool progress = false; in clc_lower_printf_base() local
257 progress = true; in clc_lower_printf_base()
261 if (progress) in clc_lower_printf_base()
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/animation/
H A Dintf_animation_modifier.h60 explicit constexpr StepData(float progress) noexcept : progress(progress) {}
61 /** Current progress. */
62 float progress {};
68 * current progress.
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_dce.c31 bool progress; in agx_dce() local
33 progress = false; in agx_dce()
58 progress = true; in agx_dce()
63 } while (progress); in agx_dce()
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_flatten_nested_if_blocks.cpp53 progress = false; in nested_if_flattener()
59 bool progress; member in __anon7209::nested_if_flattener
80 return v.progress; in opt_flatten_nested_if_blocks()
101 progress = true; in visit_leave()
H A Dlower_vector_insert.cpp35 : progress(false), lower_nonconstant_index(lower_nonconstant_index), in vector_insert_visitor()
51 bool progress; member in __anon7199::vector_insert_visitor
85 this->progress = true; in handle_rvalue()
105 this->progress = true; in handle_rvalue()
150 this->progress = true; in handle_rvalue()
177 return v.progress; in lower_vector_insert()
H A Dgl_nir_linker.c42 bool progress; in gl_nir_opts() local
45 progress = false; in gl_nir_opts()
52 * might be able to make progress after it. in gl_nir_opts()
54 NIR_PASS(progress, nir, nir_remove_dead_variables, in gl_nir_opts()
59 NIR_PASS(progress, nir, nir_opt_copy_prop_vars); in gl_nir_opts()
60 NIR_PASS(progress, nir, nir_opt_dead_write_vars); in gl_nir_opts()
70 NIR_PASS(progress, nir, nir_copy_prop); in gl_nir_opts()
71 NIR_PASS(progress, nir, nir_opt_remove_phis); in gl_nir_opts()
72 NIR_PASS(progress, nir, nir_opt_dce); in gl_nir_opts()
74 progress in gl_nir_opts()
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_ra_validate.c184 bool progress = false; in merge_file() local
186 progress |= merge_reg(&dst->regs[i], &src->regs[i]); in merge_file()
187 return progress; in merge_file()
194 bool progress = false; in merge_state() local
195 progress |= merge_file(&dst->full, &src->full, ctx->full_size); in merge_state()
196 progress |= merge_file(&dst->half, &src->half, ctx->half_size); in merge_state()
197 return progress; in merge_state()
346 bool progress = false; in propagate_block() local
351 progress |= in propagate_block()
358 progress | in propagate_block()
523 bool progress; check_reaching_defs() local
[all...]
H A Dir3_nir_lower_io_offsets.c293 bool progress = false; in lower_io_offsets_block() local
307 progress |= lower_offset_for_ssbo(intr, b, (unsigned)ir3_intrinsic, in lower_io_offsets_block()
312 return progress; in lower_io_offsets_block()
322 bool progress = false; in lower_io_offsets_func() local
324 progress |= lower_io_offsets_block(block, &b, mem_ctx); in lower_io_offsets_func()
327 if (progress) { in lower_io_offsets_func()
332 return progress; in lower_io_offsets_func()
338 bool progress = false; in ir3_nir_lower_io_offsets() local
342 progress |= lower_io_offsets_func(function->impl); in ir3_nir_lower_io_offsets()
345 return progress; in ir3_nir_lower_io_offsets()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_page_transition_ffi.cpp71 void FfiPageTransitionOnEnter(void (*callback)(int type, double progress)) in FfiPageTransitionOnEnter() argument
74 RouteType type, float progress) { ffiCallBack(static_cast<int>(type), progress); }; in FfiPageTransitionOnEnter()
78 void FfiPageTransitionOnExit(void (*callback)(int type, double progress)) in FfiPageTransitionOnExit() argument
81 RouteType type, float progress) { ffiCallBack(static_cast<int>(type), progress); }; in FfiPageTransitionOnExit()
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_opt_perspective.c53 bool progress = false; in midgard_opt_combine_projection() local
135 progress |= true; in midgard_opt_combine_projection()
138 return progress; in midgard_opt_combine_projection()
144 bool progress = false; in midgard_opt_varying_projection() local
195 progress |= rewritten; in midgard_opt_varying_projection()
198 return progress; in midgard_opt_varying_projection()
/third_party/mesa3d/src/panfrost/util/
H A Dpan_liveness.c72 * returns whether progress was made. */
79 bool progress = false; in liveness_block_update() local
89 /* To figure out progress, diff live_in */ in liveness_block_update()
91 for (unsigned i = 0; (i < temp_count) && !progress; ++i) in liveness_block_update()
92 progress |= (blk->live_in[i] != live[i]); in liveness_block_update()
97 return progress; in liveness_block_update()
104 * adding the predecessors of the block to the work list if we made progress.
145 bool progress = liveness_block_update(blk, temp_count, callback); in pan_compute_liveness() local
147 /* If we made progress, we need to process the predecessors */ in pan_compute_liveness()
149 if (progress || !_mesa_set_searc in pan_compute_liveness()
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DBufferSizeView.java40 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) {
41 setBufferSizeByPosition(progress);
100 private void setBufferSizeByPosition(int progress) { in setBufferSizeByPosition() argument
103 ((double)progress)/FADER_THRESHOLD_MAX); in setBufferSizeByPosition()
134 int progress = mFaderThreshold.getProgress(); in updateBufferSize()
135 setBufferSizeByPosition(progress); in updateBufferSize()
/kernel/linux/linux-6.6/drivers/fpga/
H A Dintel-m10-bmc-sec-update.c307 static bool rsu_progress_done(u32 progress) in rsu_progress_done() argument
309 return (progress == RSU_PROG_IDLE || in rsu_progress_done()
310 progress == RSU_PROG_RSU_DONE); in rsu_progress_done()
313 static bool rsu_progress_busy(u32 progress) in rsu_progress_busy() argument
315 return (progress == RSU_PROG_AUTHENTICATING || in rsu_progress_busy()
316 progress == RSU_PROG_COPYING || in rsu_progress_busy()
317 progress == RSU_PROG_UPDATE_CANCEL || in rsu_progress_busy()
318 progress == RSU_PROG_PROGRAM_KEY_HASH); in rsu_progress_busy()
322 u32 *progress, u32 *status) in m10bmc_sec_progress_status()
336 *progress in m10bmc_sec_progress_status()
321 m10bmc_sec_progress_status(struct m10bmc_sec *sec, u32 *doorbell_reg, u32 *progress, u32 *status) m10bmc_sec_progress_status() argument
359 rsu_start_done(u32 doorbell_reg, u32 progress, u32 status) rsu_start_done() argument
376 u32 doorbell_reg, progress, status; rsu_update_init() local
416 u32 doorbell, progress; rsu_prog_ready() local
488 u32 progress, status; rsu_check_complete() local
[all...]
/kernel/linux/linux-6.6/drivers/base/firmware_loader/
H A Dsysfs_upload.c64 return sysfs_emit(buf, "%s\n", fw_upload_progress(dev, fwlp->progress)); in status_show()
76 if (fwlp->progress != FW_UPLOAD_PROG_IDLE) in error_show()
102 if (fwlp->progress == FW_UPLOAD_PROG_IDLE) in cancel_store()
138 fwlp->progress = new_progress; in fw_upload_update_progress()
146 fwlp->err_progress = fwlp->progress; in fw_upload_set_error()
154 fwlp->progress = FW_UPLOAD_PROG_IDLE; in fw_upload_prog_complete()
244 if (fwlp->progress != FW_UPLOAD_PROG_IDLE) { in fw_upload_start()
251 fwlp->progress = FW_UPLOAD_PROG_RECEIVING; in fw_upload_start()
333 fw_upload_priv->progress = FW_UPLOAD_PROG_IDLE; in firmware_upload_register()
392 if (fw_upload_priv->progress in firmware_upload_unregister()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_locals_to_regs.c37 bool progress; member
226 state->progress = true; in lower_locals_to_regs_block()
243 state->progress = true; in lower_locals_to_regs_block()
278 state->progress = true; in lower_locals_to_regs_block()
300 state.progress = false; in nir_lower_locals_to_regs_impl()
314 return state.progress; in nir_lower_locals_to_regs_impl()
320 bool progress = false; in nir_lower_locals_to_regs() local
324 progress = nir_lower_locals_to_regs_impl(function->impl) || progress; in nir_lower_locals_to_regs()
327 return progress; in nir_lower_locals_to_regs()
[all...]
H A Dnir_opt_combine_stores.c75 bool progress; member
168 state->progress = true; in combine_stores()
241 state->progress = true; in update_combined_store()
276 state->progress = true; in update_combined_store()
432 state->progress = false; in combine_stores_impl()
438 if (state->progress) { in combine_stores_impl()
445 return state->progress; in combine_stores_impl()
460 bool progress = false; in nir_opt_combine_stores() local
465 progress |= combine_stores_impl(&state, function->impl); in nir_opt_combine_stores()
469 return progress; in nir_opt_combine_stores()
[all...]
H A Dnir_opt_access.c256 bool progress = nir_intrinsic_access(instr) != access; in update_access() local
258 return progress; in update_access()
301 bool progress = false; in opt_access_impl() local
306 progress |= process_intrinsic(state, in opt_access_impl()
311 if (progress) { in opt_access_impl()
320 return progress; in opt_access_impl()
334 bool progress = false; in nir_opt_access() local
363 progress |= opt_access_impl(&state, func->impl); in nir_opt_access()
376 progress |= var_progress; in nir_opt_access()
380 return progress; in nir_opt_access()
[all...]
H A Dnir_lower_bit_size.c236 bool progress = false; in lower_impl() local
265 progress = true; in lower_impl()
269 if (progress) { in lower_impl()
276 return progress; in lower_impl()
284 bool progress = false; in nir_lower_bit_size() local
288 progress |= lower_impl(function->impl, callback, callback_data); in nir_lower_bit_size()
291 return progress; in nir_lower_bit_size()
336 bool progress = false; in lower_64bit_phi_impl() local
350 progress = true; in lower_64bit_phi_impl()
354 if (progress) { in lower_64bit_phi_impl()
367 bool progress = false; nir_lower_64bit_phis() local
[all...]
H A Dnir_opt_fragdepth.c53 bool progress = false; in nir_opt_fragdepth() local
104 progress = true; in nir_opt_fragdepth()
108 if (!progress) in nir_opt_fragdepth()
110 return progress; in nir_opt_fragdepth()
H A Dnir_lower_patch_vertices.c61 bool progress = false; in nir_lower_patch_vertices() local
93 progress = true; in nir_lower_patch_vertices()
101 if (progress) { in nir_lower_patch_vertices()
108 return progress; in nir_lower_patch_vertices()
H A Dnir_lower_io_to_vector.c444 bool progress = false; in nir_lower_io_to_vector_impl()
518 progress = true; in nir_lower_io_to_vector_impl()
578 progress = true; in nir_lower_io_to_vector_impl()
588 if (progress) { in nir_lower_io_to_vector_impl()
593 return progress; in nir_lower_io_to_vector_impl()
599 bool progress = false; in nir_lower_io_to_vector() local
603 progress |= nir_lower_io_to_vector_impl(function->impl, modes); in nir_lower_io_to_vector()
606 return progress; in nir_lower_io_to_vector()
612 bool progress = false; in nir_vectorize_tess_levels_impl() local
660 progress in nir_vectorize_tess_levels_impl()
695 bool progress = false; nir_vectorize_tess_levels() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_rt.c63 bool progress = false; in lower_rt_io_derefs() local
91 progress = true; in lower_rt_io_derefs()
107 progress = true; in lower_rt_io_derefs()
127 progress = true; in lower_rt_io_derefs()
140 progress = true; in lower_rt_io_derefs()
150 progress = true; in lower_rt_io_derefs()
154 if (progress) { in lower_rt_io_derefs()
161 return progress; in lower_rt_io_derefs()
278 bool progress = false; in lower_ray_walk_intrinsics() local
303 progress in lower_ray_walk_intrinsics()
[all...]
H A Dbrw_fs_copy_propagation.cpp284 bool progress; in run() local
287 progress = false; in run()
328 progress = true; in run()
331 } while (progress); in run()
745 bool progress = false; in try_constant_propagate() local
799 progress = true; in try_constant_propagate()
823 progress = true; in try_constant_propagate()
837 progress = true; in try_constant_propagate()
885 progress = true; in try_constant_propagate()
893 progress in try_constant_propagate()
1025 bool progress = false; opt_copy_propagation_local() local
1111 bool progress = false; opt_copy_propagation() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dintf_animation_internal.h43 /** A previously RUNNING animation has been paused. Its progress is between [0,1[. */
69 /** Returns a MoveParams object with given progress */
70 constexpr static MoveParams FromProgress(float progress) noexcept
73 params.step = IAnimationModifier::StepData(progress);
76 /** Returns a MoveParams object with given progress and target state */
77 constexpr static MoveParams FromProgress(float progress, AnimationTargetState state) noexcept
80 params.step = IAnimationModifier::StepData(progress);

Completed in 15 milliseconds

12345678910>>...39