Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_build_util.cpp465 this->regOnly = !isMemoryFile(file); in setup()
467 if (!regOnly) { in setup()
479 if (regOnly) { in acquire()
493 if (regOnly) { in load()
511 if (regOnly) { in store()
Dnv50_ir_build_util.h160 bool regOnly; variable
289 return !regOnly || m.r.count(Location(array, arrayIdx, i, c)); in exists()