Home
last modified time | relevance | path

Searched refs:defCount (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_ra.cpp571 cal->setDef(cal->defCount(), tmp); in visit()
2329 int defCount = tex->defCount(0xff); in handleScalarTexGM107() local
2335 if (defCount > 3) in handleScalarTexGM107()
2337 if (defCount > 1) in handleScalarTexGM107()
2374 int defCount = tex->defCount(0xff); in texConstraintGM107() local
2375 if (defCount > 3) in texConstraintGM107()
2377 if (defCount > 1) in texConstraintGM107()
Dnv50_ir.h904 unsigned int defCount() const { return defs.size(); }; in defCount() function
905 unsigned int defCount(unsigned int mask, bool singleFile = false) const;
Dnv50_ir.cpp789 Instruction::defCount(unsigned int mask, bool singleFile) const in defCount() function in nv50_ir::Instruction
Dnv50_ir_lowering_nv50.cpp394 if (di->isPseudo() || isTextureOp(di->op) || di->defCount(0xff, true) > 1) in propagateWriteToOutput()
Dnv50_ir_peephole.cpp3800 if (ik->defCount(0xff) > 1) in visit()