Home
last modified time | relevance | path

Searched defs:RegScores (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/nouveau/codegen/
Dnv50_ir_sched_gm107.h11 struct RegScores struct
13 struct ScoreData {
17 } rd, wr;
18 int base;
20 void rebase(const int base) in rebase()
38 void wipe() in wipe()
43 int getLatest(const ScoreData& d) const in getLatest()
68 void setMax(const RegScores *that) in setMax() argument
102 RegScores *score; // for current BB argument
Dnv50_ir_emit_nvc0.cpp3023 struct RegScores struct in nv50_ir::SchedDataCalculator
3025 struct Resource {
3031 } res;
3032 struct ScoreData {
3036 } rd, wr;
3037 int base;
3038 int regs;
3040 void rebase(const int base) in rebase()
3066 void wipe(int regs) in wipe()
3073 int getLatest(const ScoreData& d) const in getLatest()
[all …]