Home
last modified time | relevance | path

Searched defs:progress (Results 1 – 25 of 709) sorted by relevance

12345678910>>...29

/external/mesa3d/src/compiler/nir/tests/
Dvars_tests.cpp219 bool progress = nir_opt_copy_prop_vars(b->shader); in TEST_F() local
246 bool progress = nir_opt_copy_prop_vars(b->shader); in TEST_F() local
278 bool progress = nir_opt_copy_prop_vars(b->shader); in TEST_F() local
313 bool progress = nir_opt_copy_prop_vars(b->shader); in TEST_F() local
352 bool progress = nir_opt_copy_prop_vars(b->shader); in TEST_F() local
367 bool progress = nir_opt_copy_prop_vars(b->shader); in TEST_F() local
389 bool progress = nir_opt_copy_prop_vars(b->shader); in TEST_F() local
410 bool progress = nir_opt_copy_prop_vars(b->shader); in TEST_F() local
439 bool progress = nir_opt_copy_prop_vars(b->shader); in TEST_F() local
467 bool progress = nir_opt_copy_prop_vars(b->shader); in TEST_F() local
[all …]
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DBaseKeyframeAnimation.java31 protected float progress = 0f; field in BaseKeyframeAnimation
154 float progress = getInterpolatedCurrentKeyframeProgress(); in getValue() local
207 boolean isValueChanged(float progress); in isValueChanged()
217 boolean isCachedValueEnabled(float progress); in isCachedValueEnabled()
228 public boolean isValueChanged(float progress) { in isValueChanged()
248 public boolean isCachedValueEnabled(float progress) { in isCachedValueEnabled()
269 public boolean isValueChanged(float progress) { in isValueChanged()
289 public boolean isCachedValueEnabled(float progress) { in isCachedValueEnabled()
317 public boolean isValueChanged(float progress) { in isValueChanged()
325 private Keyframe<T> findKeyframe(float progress) { in findKeyframe()
[all …]
/external/mesa3d/src/imagination/rogue/passes/
Drogue_dce.c45 bool progress = false; in rogue_dce_alu_instr() local
65 bool progress = false; in rogue_dce_instrs() local
110 bool progress = false; in rogue_dce_regs() local
130 bool progress = false; in rogue_dce() local
Drogue_trim.c37 bool progress = false; in rogue_trim_instrs() local
56 bool progress = false; in rogue_trim_regs() local
110 bool progress = false; in rogue_trim() local
/external/mesa3d/src/intel/compiler/
Dbrw_fs_lower.cpp19 bool progress = false; in brw_fs_lower_constant_loads() local
85 bool progress = false; in brw_fs_lower_load_payload() local
138 bool progress = false; in brw_fs_lower_minmax() local
174 bool progress = false; in brw_fs_lower_sub_sat() local
284 bool progress = false; in brw_fs_lower_barycentrics() local
372 bool progress = false; in brw_fs_lower_derivatives() local
404 bool progress = false; in brw_fs_lower_find_live_channel() local
502 bool progress = false; in brw_fs_lower_sends_overlapping_payload() local
544 bool progress = false; in brw_fs_lower_3src_null_dest() local
Dbrw_fs_opt.cpp24 bool progress = false; in brw_fs_optimize() local
193 bool progress = false; in brw_fs_opt_zero_samples() local
268 bool progress = false; in brw_fs_opt_split_sends() local
349 bool progress = false; in brw_fs_opt_remove_redundant_halts() local
398 bool progress = false; in brw_fs_opt_eliminate_find_live_channel() local
461 bool progress = false; in brw_fs_opt_remove_extra_rounding_modes() local
Dbrw_kernel.c127 bool progress = false; in implement_intel_builtins() local
166 bool progress = false; in lower_kernel_intrinsics() local
517 bool progress = false; in nir_remove_llvm17_scratch() local
564 bool progress; in cleanup_llvm17_scratch() local
578 bool progress; in cleanup_llvm17_scratch() local
665 bool progress; in brw_nir_from_spirv() local
689 bool progress; in brw_nir_from_spirv() local
729 bool progress; in brw_nir_from_spirv() local
/external/lzma/CPP/7zip/UI/Agent/
DArchiveFolderOut.cpp71 IProgress *progress) in CommonUpdateOperation()
310 IProgress *progress)) in Z7_COM7F_IMF()
322 …M7F_IMF(CAgentFolder::CopyFromFile(UInt32 destIndex, const wchar_t *itemPath, IProgress *progress)) in Z7_COM7F_IMF()
331 Z7_COM7F_IMF(CAgentFolder::Delete(const UInt32 *indices, UInt32 numItems, IProgress *progress)) in Z7_COM7F_IMF()
339 Z7_COM7F_IMF(CAgentFolder::CreateFolder(const wchar_t *name, IProgress *progress)) in Z7_COM7F_IMF()
361 Z7_COM7F_IMF(CAgentFolder::Rename(UInt32 index, const wchar_t *newName, IProgress *progress)) in Z7_COM7F_IMF()
375 const PROPVARIANT *value, IProgress *progress)) in Z7_COM7F_IMF()
/external/mesa3d/src/compiler/nir/
Dnir_lower_bool_to_int32.c37 bool *progress = _progress; in rewrite_1bit_ssa_def_to_32bit() local
168 bool progress = false; in lower_tex_instr() local
201 bool progress = false; in nir_lower_bool_to_int32_instr() local
218 bool progress = false; in nir_lower_bool_to_int32() local
Dnir_lower_convert_alu_types.c31 bool progress = false; in try_simplify_convert_intrin() local
71 bool progress = false; in opt_simplify_convert_alu_types_impl() local
109 bool progress = false; in nir_opt_simplify_convert_alu_types() local
123 bool progress = false; in lower_convert_alu_types_impl() local
158 bool progress = false; in nir_lower_convert_alu_types() local
Dnir_lower_returns.c88 bool progress = lower_returns_in_cf_list(&loop->body, state); in lower_returns_in_loop() local
107 bool progress, then_progress, else_progress; in lower_returns_in_if() local
236 bool progress = false; in lower_returns_in_cf_list() local
285 bool progress = lower_returns_in_cf_list(&impl->body, &state); in nir_lower_returns_impl() local
305 bool progress = nir_opt_remove_phis(shader); in nir_lower_returns() local
Dnir_gather_types.c29 BITSET_WORD *int_types, bool *progress) in set_type()
59 BITSET_WORD *types, bool *progress) in copy_type()
77 BITSET_WORD *int_types, bool *progress) in copy_types()
102 bool progress; in nir_gather_types() local
Dnir_opt_barriers.c47 bool progress = false; in nir_opt_combine_barriers_impl() local
94 bool progress = false; in nir_opt_combine_barriers() local
117 bool progress = false; in nir_opt_barrier_modes_impl() local
232 bool progress = false; in nir_opt_barrier_modes() local
Dnir_opt_remove_phis.c69 bool progress = false; in remove_phis_block() local
146 bool progress = false; in nir_opt_remove_phis_impl() local
168 bool progress = false; in nir_opt_remove_phis() local
Dnir_opt_dead_write_vars.c78 bool progress = false; in update_unused_writes() local
114 bool progress = false; in remove_dead_write_vars_local() local
231 bool progress = false; in remove_dead_write_vars_impl() local
252 bool progress = false; in nir_opt_dead_write_vars() local
Dnir_opt_if.c372 bool progress = false; in opt_split_alu_of_phi() local
604 bool progress = false; in opt_simplify_bcsel_of_phi() local
788 bool progress = false; in opt_if_phi_is_condition() local
963 bool progress = false; in evaluate_condition_use() local
987 bool progress = false; in opt_if_evaluate_condition_use() local
1002 bool progress = false; in rewrite_comp_uses_within_if() local
1058 bool progress = false; in opt_if_rewrite_uniform_uses() local
1124 bool progress = false; in opt_if_merge() local
1203 bool progress = false; in opt_if_cf_list() local
1246 bool progress = false; in opt_if_regs_cf_list() local
[all …]
/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/internal/model/
DDefaultDownload.java31 private final TransferProgress progress; field in DefaultDownload
33 …wnload(CompletableFuture<CompletedDownload<ReturnT>> completionFuture, TransferProgress progress) { in DefaultDownload()
44 public TransferProgress progress() { in progress() method in DefaultDownload
DDefaultCopy.java31 private final TransferProgress progress; field in DefaultCopy
33 … public DefaultCopy(CompletableFuture<CompletedCopy> completionFuture, TransferProgress progress) { in DefaultCopy()
44 public TransferProgress progress() { in progress() method in DefaultCopy
DDefaultUpload.java31 private final TransferProgress progress; field in DefaultUpload
33 …lic DefaultUpload(CompletableFuture<CompletedUpload> completionFuture, TransferProgress progress) { in DefaultUpload()
44 public TransferProgress progress() { in progress() method in DefaultUpload
DDefaultFileUpload.java31 private final TransferProgress progress; field in DefaultFileUpload
35 TransferProgress progress, in DefaultFileUpload()
55 public TransferProgress progress() { in progress() method in DefaultFileUpload
DDefaultFileDownload.java38 private final TransferProgress progress; field in DefaultFileDownload
43 TransferProgress progress, in DefaultFileDownload()
54 public TransferProgress progress() { in progress() method in DefaultFileDownload
/external/python/cpython3/Lib/test/test_sqlite3/
Dtest_backup.py69 def progress(status, remaining, total): function
83 def progress(status, remaining, total): function
96 def progress(status, remaining, total): function
115 def progress(status, remaining, total): function
136 def progress(status, remaining, total): function
/external/e2fsprogs/lib/ext2fs/
Dprogress.c38 struct ext2fs_numeric_progress_struct * progress, in ext2fs_numeric_progress_init()
74 struct ext2fs_numeric_progress_struct * progress, in ext2fs_numeric_progress_update()
94 struct ext2fs_numeric_progress_struct * progress, in ext2fs_numeric_progress_close()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_opt_dce.c73 bool progress = false; in midgard_opt_dead_code_eliminate_block() local
122 bool progress = false; in midgard_opt_dead_code_eliminate() local
139 bool progress = false; in midgard_opt_dead_move_eliminate() local
/external/python/cpython2/Lib/plat-mac/
Dbuildtools.py70 rsrcname=None, others=[], raw=0, progress="default", destroot=""): argument
147 def process_common(template, progress, code, rsrcname, destname, is_update, argument
282 def process_common_macho(template, progress, code, rsrcname, destname, is_update, argument
349 def copyres(input, output, skiptypes, skipowner, progress=None): argument
396 def copyapptree(srctree, dsttree, exceptlist=[], progress=None): argument

12345678910>>...29