HomeSort by relevance Sort by last modified time
    Searched refs:getThroughput (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target_nv50.h 58 virtual int getThroughput(const Instruction *) const;
nv50_ir_target_nvc0.h 62 virtual int getThroughput(const Instruction *) const;
nv50_ir_target.h 230 virtual int getThroughput(const Instruction *) const { return 1; }
nv50_ir_target_nv50.cpp 534 int TargetNV50::getThroughput(const Instruction *i) const
nv50_ir_target_nvc0.cpp 564 int TargetNVC0::getThroughput(const Instruction *i) const

Completed in 77 milliseconds