Home
last modified time | relevance | path

Searched refs:hasDest (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nv50.cpp158 opInfo[i].hasDest = 1; in initOpInfo()
167 opInfo[noDestList[i]].hasDest = 0; in initOpInfo()
Dnv50_ir_target_nvc0.cpp206 opInfo[i].hasDest = 1; in initOpInfo()
215 opInfo[noDest[i]].hasDest = 0; in initOpInfo()
Dnv50_ir_target.h209 unsigned int hasDest : 1; member