Home
last modified time | relevance | path

Searched refs:isPostMultiplySupported (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nvc0.h57 virtual bool isPostMultiplySupported(operation, float, int& e) const;
Dnv50_ir_target.h221 virtual bool isPostMultiplySupported(operation op, float f, in isPostMultiplySupported() function
Dnv50_ir_target_nvc0.cpp508 TargetNVC0::isPostMultiplySupported(operation op, float f, int& e) const in isPostMultiplySupported() function in nv50_ir::TargetNVC0
Dnv50_ir_peephole.cpp865 if (prog->getTarget()->isPostMultiplySupported(OP_MUL, f, e)) { in tryCollapseChainedMULs()
891 if (mul2 && prog->getTarget()->isPostMultiplySupported(OP_MUL, f, e)) { in tryCollapseChainedMULs()