Searched refs:isPostMultiplySupported (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_nvc0.h | 61 virtual bool isPostMultiplySupported(operation, float, int& e) const;
|
D | nv50_ir_target.h | 228 virtual bool isPostMultiplySupported(operation op, float f, in isPostMultiplySupported() function
|
D | nv50_ir_target_nvc0.cpp | 556 TargetNVC0::isPostMultiplySupported(operation op, float f, int& e) const in isPostMultiplySupported() function in nv50_ir::TargetNVC0
|
D | nv50_ir_peephole.cpp | 932 if (prog->getTarget()->isPostMultiplySupported(OP_MUL, f, e)) { in tryCollapseChainedMULs() 958 if (mul2 && prog->getTarget()->isPostMultiplySupported(OP_MUL, f, e)) { in tryCollapseChainedMULs()
|