Home
last modified time | relevance | path

Searched defs:num_comp (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_copy_propagate.c38 unsigned num_comp = instr->dest.dest.ssa.num_components; in is_swizzleless_move() local
69 unsigned num_comp = mov->dest.dest.ssa.num_components; in rewrite_to_vec() local
90 unsigned num_comp = nir_ssa_alu_instr_src_components(user, src_idx); in copy_propagate_alu() local
Dnir_lower_wrmasks.c106 unsigned num_comp = nir_intrinsic_src_components(intr, value_idx); in split_wrmask() local
Dnir_opt_phi_precision.c415 unsigned num_comp = nir_dest_num_components(alu->dest.dest); in try_move_widening_src() local
/third_party/boost/libs/graph/example/
Droget_components.cpp72 int num_comp = strong_components(g, in main() local
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_print.c123 unsigned num_comp = util_bitcount(comp_mask); in mir_print_embedded_constant() local
Ddisassemble.c558 unsigned comp_mask, num_comp = 0; in print_vector_constants() local
855 unsigned num_comp = util_bitcount(comp_mask); in print_vector_field() local
/third_party/boost/boost/graph/distributed/
Dconnected_components.hpp173 std::size_t num_comp = connected_components(mg, mg_component); in build_local_metagraph() local
344 std::size_t num_comp = connected_components(ls, ls_component); in parallel_connected_components() local
Dstrong_components.hpp229 int num_comp = boost::strong_components(ls, ls_component); in fleischer_hendrickson_pinar_strong_components() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_fs_out_to_vector.cpp433 int first_comp, int num_comp) in create_combined_vector()