Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/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.cpp3019 struct RegScores struct in nv50_ir::SchedDataCalculator
3021 struct Resource {
3027 } res;
3028 struct ScoreData {
3032 } rd, wr;
3033 int base;
3034 int regs;
3036 void rebase(const int base) in rebase()
3062 void wipe(int regs) in wipe()
3069 int getLatest(const ScoreData& d) const in getLatest()
[all …]