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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.h 49 virtual bool isOpSupported(operation, DataType) const;
nv50_ir_target.h 168 virtual bool isOpSupported(operation, DataType) const = 0;
nv50_ir_peephole.cpp 937 !prog->getTarget()->isOpSupported(OP_SAD, abs->dType))
987 if (!changed && prog->getTarget()->isOpSupported(OP_MAD, add->dType))
989 if (!changed && prog->getTarget()->isOpSupported(OP_SAD, add->dType))
1139 if (!prog->getTarget()->isOpSupported(redOp, set1->sType))
    [all...]
nv50_ir_target_nv50.cpp 373 TargetNV50::isOpSupported(operation op, DataType ty) const
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.h 47 virtual bool isOpSupported(operation, DataType) const;
nv50_ir_target_nvc0.cpp 458 TargetNVC0::isOpSupported(operation op, DataType ty) const
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.h 49 virtual bool isOpSupported(operation, DataType) const;
nv50_ir_target.h 168 virtual bool isOpSupported(operation, DataType) const = 0;
nv50_ir_peephole.cpp 937 !prog->getTarget()->isOpSupported(OP_SAD, abs->dType))
987 if (!changed && prog->getTarget()->isOpSupported(OP_MAD, add->dType))
989 if (!changed && prog->getTarget()->isOpSupported(OP_SAD, add->dType))
1139 if (!prog->getTarget()->isOpSupported(redOp, set1->sType))
    [all...]
nv50_ir_target_nv50.cpp 373 TargetNV50::isOpSupported(operation op, DataType ty) const
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.h 47 virtual bool isOpSupported(operation, DataType) const;
nv50_ir_target_nvc0.cpp 458 TargetNVC0::isOpSupported(operation op, DataType ty) const

Completed in 99 milliseconds