Home
last modified time | relevance | path

Searched refs:getThroughput (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nv50.h58 virtual int getThroughput(const Instruction *) const;
Dnv50_ir_target_nvc0.h62 virtual int getThroughput(const Instruction *) const;
Dnv50_ir_target.h230 virtual int getThroughput(const Instruction *) const { return 1; } in getThroughput() function
Dnv50_ir_target_nv50.cpp534 int TargetNV50::getThroughput(const Instruction *i) const in getThroughput() function in nv50_ir::TargetNV50
Dnv50_ir_target_nvc0.cpp564 int TargetNVC0::getThroughput(const Instruction *i) const in getThroughput() function in nv50_ir::TargetNVC0