Home
last modified time | relevance | path

Searched refs:def_count (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ssa_builder.cpp332 index = new_index(def_count, v); in rename_def()
Dsb_pass.h636 def_map def_count; variable
/third_party/mesa3d/src/compiler/nir/
Dnir_range_analysis.c1474 unsigned def_count = search_phi_bcsel(scalar, defs, 64, visited); in nir_unsigned_upper_bound() local
1477 for (unsigned i = 0; i < def_count; i++) in nir_unsigned_upper_bound()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp11568 unsigned def_count = 0; in add_startpgm() local
11574 def_count += ctx->args->ac.args[i].size; in add_startpgm()
11576 def_count++; in add_startpgm()
11580 create_instruction<Pseudo_instruction>(aco_opcode::p_startpgm, Format::PSEUDO, 0, def_count); in add_startpgm()