Home
last modified time | relevance | path

Searched refs:regOnly (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_build_util.cpp481 this->regOnly = !isMemoryFile(file); in setup()
483 if (!regOnly) { in setup()
495 if (regOnly) { in acquire()
509 if (regOnly) { in load()
527 if (regOnly) { in store()
Dnv50_ir_build_util.h170 bool regOnly; variable
307 return !regOnly || m.r.count(Location(array, arrayIdx, i, c)); in exists()