Home
last modified time | relevance | path

Searched refs:findLightestPathWeight (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_graph.h169 int findLightestPathWeight(Node *, Node *, const std::vector<int>& weights);
Dnv50_ir_graph.cpp403 Graph::findLightestPathWeight(Node *a, Node *b, const std::vector<int> &weight) in findLightestPathWeight() function in nv50_ir::Graph
Dnv50_ir_lowering_nvc0.cpp558 u->level = fn->cfg.findLightestPathWeight(&tb->cfg, in insertTextureBarriers()