/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir_opt_redundant_flags.c | 100 bool progress = false; in vir_opt_redundant_flags_block() local 125 progress = true; in vir_opt_redundant_flags_block() 136 return progress; in vir_opt_redundant_flags_block() 142 bool progress = false; in vir_opt_redundant_flags() local 145 progress = vir_opt_redundant_flags_block(c, block) || progress; in vir_opt_redundant_flags() 148 return progress; in vir_opt_redundant_flags()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_function_detect_recursion.cpp | 159 progress = false; in has_recursion_visitor() 225 bool progress; member in __anon7172::has_recursion_visitor 266 visitor->progress = true; in remove_unlinked_functions() 326 v.progress = false; in detect_recursion_unlinked() 328 } while (v.progress); in detect_recursion_unlinked() 352 v.progress = false; in detect_recursion_linked() 354 } while (v.progress); in detect_recursion_linked()
|
H A D | lower_vec_index_to_swizzle.cpp | 44 progress = false; in ir_vec_index_to_swizzle_visitor() 51 bool progress; member in __anon7197::ir_vec_index_to_swizzle_visitor 72 this->progress = true; in handle_rvalue() 101 return v.progress; in do_vec_index_to_swizzle()
|
H A D | lower_vector_insert.cpp | 35 : 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 D | opt_flip_matrices.cpp | 44 progress = false; in matrix_flipper() 61 bool progress; member in __anon7210::matrix_flipper 93 progress = true; in visit_enter() 109 progress = true; in visit_enter() 122 return v.progress; in opt_flip_matrices()
|
H A D | opt_flatten_nested_if_blocks.cpp | 53 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()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_frexp.c | 168 bool progress = false; in lower_frexp_impl() local 197 progress = true; in lower_frexp_impl() 201 if (progress) { in lower_frexp_impl() 206 return progress; in lower_frexp_impl() 212 bool progress = false; in nir_lower_frexp() local 216 progress |= lower_frexp_impl(function->impl); in nir_lower_frexp() 219 return progress; in nir_lower_frexp()
|
H A D | nir_lower_sysvals_to_varyings.c | 38 bool progress = false; in nir_lower_sysvals_to_varyings() local 47 progress = true; \ in nir_lower_sysvals_to_varyings() 62 if (progress) in nir_lower_sysvals_to_varyings() 71 return progress; in nir_lower_sysvals_to_varyings()
|
H A D | nir_lower_bit_size.c | 236 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 D | nir_lower_locals_to_regs.c | 37 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 D | nir_opt_combine_stores.c | 75 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 D | nir_opt_access.c | 256 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 D | nir_lower_io_to_vector.c | 444 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 D | brw_vec4_dead_code_eliminate.cpp | 42 bool progress = false; in dead_code_eliminate() local 99 progress = true; in dead_code_eliminate() 107 progress = true; in dead_code_eliminate() 114 progress = true; in dead_code_eliminate() 136 progress = true; in dead_code_eliminate() 184 if (progress) in dead_code_eliminate() 187 return progress; in dead_code_eliminate()
|
H A D | brw_fs_lower_pack.cpp | 33 bool progress = false; in lower_pack() local 48 progress = true; in lower_pack() 51 if (progress) in lower_pack() 54 return progress; in lower_pack()
|
H A D | brw_nir_rt.c | 63 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 D | brw_fs_copy_propagation.cpp | 284 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...] |
H A D | brw_kernel.c | 130 bool progress = false; in implement_intel_builtins() local 137 progress = true; in implement_intel_builtins() 142 progress = true; in implement_intel_builtins() 147 progress = true; in implement_intel_builtins() 152 progress = true; in implement_intel_builtins() 155 progress = true; in implement_intel_builtins() 161 return progress; in implement_intel_builtins() 169 bool progress = false; in lower_kernel_intrinsics() local 200 progress = true; in lower_kernel_intrinsics() 210 progress in lower_kernel_intrinsics() [all...] |
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_opt_perspective.c | 53 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 D | pan_liveness.c | 72 * 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 D | BufferSizeView.java | 40 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()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_lower_io_offsets.c | 293 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...] |
/third_party/mesa3d/src/microsoft/clc/ |
H A D | clc_nir.c | 109 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...] |
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_dce.c | 31 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/gallium/frontends/lavapipe/ |
H A D | lvp_pipeline.c | 326 bool progress = false; in optimize() local 328 progress = false; in optimize() 330 NIR_PASS(progress, nir, nir_lower_flrp, 32|64, true); in optimize() 331 NIR_PASS(progress, nir, nir_split_array_vars, nir_var_function_temp); in optimize() 332 NIR_PASS(progress, nir, nir_shrink_vec_array_vars, nir_var_function_temp); in optimize() 333 NIR_PASS(progress, nir, nir_opt_deref); in optimize() 334 NIR_PASS(progress, nir, nir_lower_vars_to_ssa); in optimize() 336 NIR_PASS(progress, nir, nir_opt_copy_prop_vars); in optimize() 338 NIR_PASS(progress, nir, nir_copy_prop); in optimize() 339 NIR_PASS(progress, ni in optimize() [all...] |