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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target_nvc0.h 57 virtual bool isPostMultiplySupported(operation, float, int& e) const;
nv50_ir_target.h 221 virtual bool isPostMultiplySupported(operation op, float f,
nv50_ir_target_nvc0.cpp 508 TargetNVC0::isPostMultiplySupported(operation op, float f, int& e) const
nv50_ir_peephole.cpp 865 if (prog->getTarget()->isPostMultiplySupported(OP_MUL, f, e)) {
891 if (mul2 && prog->getTarget()->isPostMultiplySupported(OP_MUL, f, e)) {
    [all...]

Completed in 71 milliseconds