Home
last modified time | relevance | path

Searched defs:getThroughput (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.cpp582 int TargetNVC0::getThroughput(const Instruction *i) const in getThroughput() function in nv50_ir::TargetNVC0
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_target_nv50.cpp485 int TargetNV50::getThroughput(const Instruction *i) const in getThroughput() function in nv50_ir::TargetNV50
Dnv50_ir_target.h182 virtual int getThroughput(const Instruction *) const { return 1; } in getThroughput() function