Home
last modified time | relevance | path

Searched refs:isOpSupported (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.h47 virtual bool isOpSupported(operation, DataType) const;
Dnv50_ir_target_nvc0.cpp458 TargetNVC0::isOpSupported(operation op, DataType ty) const in isOpSupported() function in nv50_ir::TargetNVC0
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_target_nv50.h49 virtual bool isOpSupported(operation, DataType) const;
Dnv50_ir_target.h168 virtual bool isOpSupported(operation, DataType) const = 0;
Dnv50_ir_target_nv50.cpp373 TargetNV50::isOpSupported(operation op, DataType ty) const in isOpSupported() function in nv50_ir::TargetNV50
Dnv50_ir_peephole.cpp937 !prog->getTarget()->isOpSupported(OP_SAD, abs->dType)) in handleABS()
987 if (!changed && prog->getTarget()->isOpSupported(OP_MAD, add->dType)) in handleADD()
989 if (!changed && prog->getTarget()->isOpSupported(OP_SAD, add->dType)) in handleADD()
1139 if (!prog->getTarget()->isOpSupported(redOp, set1->sType)) in handleLOGOP()