Home
last modified time | relevance | path

Searched defs:defCount (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.cpp793 Instruction::defCount(unsigned int mask, bool singleFile) const in defCount() function in nv50_ir::Instruction
Dnv50_ir_ra.cpp2317 int defCount = tex->defCount(0xff); in handleScalarTexGM107() local
2362 int defCount = tex->defCount(0xff); in texConstraintGM107() local
Dnv50_ir.h902 unsigned int defCount() const { return defs.size(); }; in defCount() function