Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp582 cal->setDef(cal->defCount(), tmp); in visit()
2313 int defCount = tex->defCount(0xff); in handleScalarTexGM107() local
2319 if (defCount > 3) in handleScalarTexGM107()
2321 if (defCount > 1) in handleScalarTexGM107()
2358 int defCount = tex->defCount(0xff); in texConstraintGM107() local
2359 if (defCount > 3) in texConstraintGM107()
2361 if (defCount > 1) in texConstraintGM107()
Dnv50_ir.h876 unsigned int defCount() const { return defs.size(); }; in defCount() function
877 unsigned int defCount(unsigned int mask, bool singleFile = false) const;
Dnv50_ir.cpp791 Instruction::defCount(unsigned int mask, bool singleFile) const in defCount() function in nv50_ir::Instruction
Dnv50_ir_lowering_nv50.cpp371 if (di->isPseudo() || isTextureOp(di->op) || di->defCount(0xff, true) > 1) in propagateWriteToOutput()
Dnv50_ir_peephole.cpp3775 if (ik->defCount(0xff) > 1) in visit()