Searched refs:isPostMultiplySupported (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_target_nvc0.h | 61 virtual bool isPostMultiplySupported(operation, float, int& e) const;
|
| H A D | nv50_ir_target.h | 227 virtual bool isPostMultiplySupported(operation op, float f, function in class:nv50_ir::Target
|
| H A D | nv50_ir_target_nvc0.cpp | 550 TargetNVC0::isPostMultiplySupported(operation op, float f, int& e) const function in class:nv50_ir::TargetNVC0
|
| H A D | nv50_ir_peephole.cpp | 902 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 D | nv50_ir_target_nvc0.h | 61 virtual bool isPostMultiplySupported(operation, float, int& e) const;
|
| H A D | nv50_ir_target.h | 229 virtual bool isPostMultiplySupported(operation op, float f, function in class:nv50_ir::Target
|
| H A D | nv50_ir_target_nvc0.cpp | 560 TargetNVC0::isPostMultiplySupported(operation op, float f, int& e) const function in class:nv50_ir::TargetNVC0
|
| H A D | nv50_ir_peephole.cpp | 935 if (prog->getTarget()->isPostMultiplySupported(OP_MUL, f, e)) { 961 if (mul2 && prog->getTarget()->isPostMultiplySupported(OP_MUL, f, e)) {
|
Completed in 17 milliseconds