/external/mesa3d/src/compiler/nir/tests/ |
D | vars_tests.cpp | 233 bool progress = nir_opt_copy_prop_vars(b->shader); in TEST_F() local 260 bool progress = nir_opt_copy_prop_vars(b->shader); in TEST_F() local 294 bool progress = nir_opt_copy_prop_vars(b->shader); in TEST_F() local 329 bool progress = nir_opt_copy_prop_vars(b->shader); in TEST_F() local 368 bool progress = nir_opt_copy_prop_vars(b->shader); in TEST_F() local 383 bool progress = nir_opt_copy_prop_vars(b->shader); in TEST_F() local 407 bool progress = nir_opt_copy_prop_vars(b->shader); in TEST_F() local 428 bool progress = nir_opt_copy_prop_vars(b->shader); in TEST_F() local 458 bool progress = nir_opt_copy_prop_vars(b->shader); in TEST_F() local 487 bool progress = nir_opt_copy_prop_vars(b->shader); in TEST_F() local [all …]
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_convert_alu_types.c | 31 bool progress = false; in try_simplify_convert_intrin() local 72 bool progress = false; in opt_simplify_convert_alu_types_impl() local 111 bool progress = false; in nir_opt_simplify_convert_alu_types() local 125 bool progress = false; in lower_convert_alu_types_impl() local 161 bool progress = false; in nir_lower_convert_alu_types() local
|
D | nir_opt_cse.c | 44 bool progress = false; in cse_block() local 71 bool progress = cse_block(nir_start_block(impl), instr_set); in nir_opt_cse_impl() local 87 bool progress = false; in nir_opt_cse() local
|
D | nir_lower_returns.c | 87 bool progress = lower_returns_in_cf_list(&loop->body, state); in lower_returns_in_loop() local 106 bool progress, then_progress, else_progress; in lower_returns_in_if() local 225 bool progress = false; in lower_returns_in_cf_list() local 274 bool progress = lower_returns_in_cf_list(&impl->body, &state); in nir_lower_returns_impl() local 290 bool progress = false; in nir_lower_returns() local
|
D | nir_normalize_cubemap_coords.c | 39 bool progress = false; in normalize_cubemap_coords_block() local 93 bool progress = false; in normalize_cubemap_coords_impl() local 108 bool progress = false; in nir_normalize_cubemap_coords() local
|
D | nir_gather_ssa_types.c | 29 BITSET_WORD *int_types, bool *progress) in set_type() 55 BITSET_WORD *types, bool *progress) in copy_type() 73 BITSET_WORD *int_types, bool *progress) in copy_types() 99 bool progress; in nir_gather_ssa_types() local
|
D | nir_lower_bool_to_int32.c | 36 bool *progress = _progress; in rewrite_1bit_ssa_def_to_32bit() local 121 bool progress = false; in nir_lower_bool_to_int32_impl() local 169 bool progress = false; in nir_lower_bool_to_int32() local
|
D | nir_opt_dead_write_vars.c | 78 bool progress = false; in update_unused_writes() local 114 bool progress = false; in remove_dead_write_vars_local() local 236 bool progress = false; in remove_dead_write_vars_impl() local 257 bool progress = false; in nir_opt_dead_write_vars() local
|
D | nir_opt_trivial_continues.c | 38 bool progress = false; in lower_trivial_continues_block() local 77 bool progress = false; in lower_trivial_continues_list() local 120 bool progress = false; in nir_opt_trivial_continues() local
|
D | nir_lower_bool_to_float.c | 37 bool *progress = _progress; in rewrite_1bit_ssa_def_to_32bit() local 132 bool progress = false; in nir_lower_bool_to_float_impl() local 181 bool progress = false; in nir_lower_bool_to_float() local
|
D | nir_opt_access.c | 212 bool progress = false; in process_intrinsic() local 247 bool progress = false; in process_intrinsic() local 282 bool progress = false; in opt_access_impl() local 312 bool progress = false; in nir_opt_access() local
|
D | nir_opt_remove_phis.c | 69 bool progress = false; in remove_phis_block() local 155 bool progress = false; in nir_opt_remove_phis_impl() local 178 bool progress = false; in nir_opt_remove_phis() local
|
D | nir_move_vec_src_uses_to_dest.c | 67 bool progress = false; in move_vec_src_uses_to_dest_block() local 185 bool progress = false; in nir_move_vec_src_uses_to_dest_impl() local 204 bool progress = false; in nir_move_vec_src_uses_to_dest() local
|
D | nir_lower_interpolation.c | 41 bool progress = false; in nir_lower_interpolation_block() local 144 bool progress = false; in nir_lower_interpolation_impl() local 160 bool progress = false; in nir_lower_interpolation() local
|
D | nir_lower_to_source_mods.c | 54 bool progress = false; in nir_lower_to_source_mods_block() local 208 bool progress = false; in nir_lower_to_source_mods_impl() local 225 bool progress = false; in nir_lower_to_source_mods() local
|
D | nir_lower_bool_to_bitsize.c | 37 bool *progress = _progress; in rewrite_1bit_ssa_def_to_32bit() local 334 bool progress = false; in lower_load_const_instr() local 393 bool progress = false; in nir_lower_bool_to_bitsize_impl() local 435 bool progress = false; in nir_lower_bool_to_bitsize() local
|
/external/mesa3d/src/gallium/drivers/lima/ir/ |
D | lima_nir_split_load_input.c | 32 bool progress = false; in lima_nir_split_load_input_block() local 99 bool progress = false; in lima_nir_split_load_input_impl() local 118 bool progress = false; in lima_nir_split_load_input() local
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/ |
D | BaseKeyframeAnimation.java | 28 private float progress = 0f; field in BaseKeyframeAnimation 128 float progress = getInterpolatedCurrentKeyframeProgress(); in getValue() local 173 boolean isValueChanged(float progress); in isValueChanged() 193 public boolean isValueChanged(float progress) { in isValueChanged() 233 public boolean isValueChanged(float progress) { in isValueChanged() 280 public boolean isValueChanged(float progress) { in isValueChanged() 288 private Keyframe<T> findKeyframe(float progress) { in findKeyframe()
|
/external/e2fsprogs/lib/ext2fs/ |
D | progress.c | 38 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/python/cpython3/Lib/sqlite3/test/ |
D | backup.py | 69 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/mesa3d/src/freedreno/ir3/ |
D | ir3_nir_move_varying_inputs.c | 80 bool progress = false; in move_varying_inputs_block() local 110 bool progress = false; in ir3_nir_move_varying_inputs() local 123 bool progress = false; in ir3_nir_move_varying_inputs() local
|
D | ir3_dce.c | 70 bool progress = false; in remove_unused_by_block() local 117 bool progress = false; in find_and_remove_unused() local 206 bool progress, made_progress = false; in ir3_dce() local
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_opt_dce.c | 72 bool progress = false; in midgard_opt_dead_code_eliminate_block() local 120 bool progress = false; in midgard_opt_dead_code_eliminate() local 136 bool progress = false; in midgard_opt_dead_move_eliminate() local
|
/external/python/cpython2/Lib/plat-mac/ |
D | buildtools.py | 70 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
|
/external/python/cpython2/Lib/sqlite3/test/ |
D | hooks.py | 156 def progress(): function 172 def progress(): function 195 def progress(): function 211 def progress(): function
|