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

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.h 52 virtual bool isSatSupported(const Instruction *) const;
nv50_ir_target.h 172 virtual bool isSatSupported(const Instruction *) const = 0;
nv50_ir_target_nv50.cpp 452 TargetNV50::isSatSupported(const Instruction *insn) const
nv50_ir_peephole.cpp 896 mi->getDef(0)->refCount() <= 1 && target->isSatSupported(mi)) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.h 50 virtual bool isSatSupported(const Instruction *) const;
nv50_ir_target_nvc0.cpp 512 TargetNVC0::isSatSupported(const Instruction *insn) const

Completed in 5045 milliseconds