Home
last modified time | relevance | path

Searched refs:nr_dests (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_copy_prop.c67 if (I->nr_dests == 1) in bi_opt_copy_prop()
80 for (unsigned d = 0; d < I->nr_dests; ++d) in bi_opt_copy_prop()
H A Dbir.c97 return ins->nr_dests; in bi_count_read_registers()
H A Dbi_ra.c721 for (unsigned i = 0; i < I->nr_dests; ++i) { in bi_lower_vector()
H A Dcompiler.h377 uint8_t nr_dests;
H A Dbifrost_compile.c162 I->nr_dests = channel + 1; in bi_extract()
214 I->nr_dests = n; in bi_emit_split_i32()
1019 split->nr_dests = nir_intrinsic_src_components(instr, 0); in bi_emit_store_vary()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_lower_split_64bit.c54 split->nr_dests = 2; in lower_split_src()
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_print.c118 for (unsigned d = 0; d < info.nr_dests; ++d) { in agx_print_instr()
H A Dagx_optimizer.c228 if (info.nr_dests != 1) in agx_optimizer_backward()
H A Dagx_pack.c299 if (info.nr_dests) { in agx_pack_alu()
300 assert(info.nr_dests == 1); in agx_pack_alu()
/third_party/mesa3d/src/panfrost/bifrost/test/
H A Dtest-optimizer.cpp433 split->nr_dests = 2; in TEST_F()

Completed in 18 milliseconds