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/
H A Dsb_ssa_builder.cpp332 index = new_index(def_count, v); in rename_def()
H A Dsb_pass.h636 def_map def_count; member in r600_sb::ssa_rename
/third_party/mesa3d/src/compiler/nir/
H A 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/
H A Daco_instruction_selection.cpp11568 unsigned def_count = 0;
11574 def_count += ctx->args->ac.args[i].size;
11576 def_count++;
11580 create_instruction<Pseudo_instruction>(aco_opcode::p_startpgm, Format::PSEUDO, 0, def_count);

Completed in 17 milliseconds