Searched refs:isPostMultiplySupported (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_nvc0.h61 virtual bool isPostMultiplySupported(operation, float, int& e) const;
H A Dnv50_ir_target.h227 virtual bool isPostMultiplySupported(operation op, float f, function in class:nv50_ir::Target
H A Dnv50_ir_target_nvc0.cpp550 TargetNVC0::isPostMultiplySupported(operation op, float f, int& e) const function in class:nv50_ir::TargetNVC0
H A Dnv50_ir_peephole.cpp902 if (prog->getTarget()->isPostMultiplySupported(OP_MUL, f, e)) {
928 if (mul2 && prog->getTarget()->isPostMultiplySupported(OP_MUL, f, e)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_nvc0.h61 virtual bool isPostMultiplySupported(operation, float, int& e) const;
H A Dnv50_ir_target.h229 virtual bool isPostMultiplySupported(operation op, float f, function in class:nv50_ir::Target
H A Dnv50_ir_target_nvc0.cpp560 TargetNVC0::isPostMultiplySupported(operation op, float f, int& e) const function in class:nv50_ir::TargetNVC0
H A Dnv50_ir_peephole.cpp935 if (prog->getTarget()->isPostMultiplySupported(OP_MUL, f, e)) {
961 if (mul2 && prog->getTarget()->isPostMultiplySupported(OP_MUL, f, e)) {

Completed in 17 milliseconds