Searched refs:isSatSupported (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target_nv50.h52 virtual bool isSatSupported(const Instruction *) const;
H A Dnv50_ir_target.h172 virtual bool isSatSupported(const Instruction *) const = 0;
H A Dnv50_ir_target_nv50.cpp452 TargetNV50::isSatSupported(const Instruction *insn) const function in class:nv50_ir::TargetNV50
H A Dnv50_ir_peephole.cpp896 mi->getDef(0)->refCount() <= 1 && target->isSatSupported(mi)) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.h50 virtual bool isSatSupported(const Instruction *) const;
H A Dnv50_ir_target_nvc0.cpp512 TargetNVC0::isSatSupported(const Instruction *insn) const function in class:TargetNVC0
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target_nv50.h52 virtual bool isSatSupported(const Instruction *) const;
H A Dnv50_ir_target.h172 virtual bool isSatSupported(const Instruction *) const = 0;
H A Dnv50_ir_target_nv50.cpp452 TargetNV50::isSatSupported(const Instruction *insn) const function in class:nv50_ir::TargetNV50
H A Dnv50_ir_peephole.cpp896 mi->getDef(0)->refCount() <= 1 && target->isSatSupported(mi)) {
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.h50 virtual bool isSatSupported(const Instruction *) const;
H A Dnv50_ir_target_nvc0.cpp512 TargetNVC0::isSatSupported(const Instruction *insn) const function in class:TargetNVC0

Completed in 255 milliseconds