Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_sm4.cpp1710 Value *dst0[4], *rDst0[4]; in handleInstruction() local
1732 rDst0[c] = dst0[c] = in handleInstruction()
1736 dst0[c] = rDst0[c] ? getScratch() : NULL; in handleInstruction()
2159 if (nDstOpnds >= 1 && rDst0[c]) { in handleInstruction()
2160 if (dst0[c] != rDst0[c]) in handleInstruction()
2161 mkMov(rDst0[c], dst0[c]); in handleInstruction()
2162 saveDst(0, c, rDst0[c]); in handleInstruction()
Dnv50_ir_from_tgsi.cpp1729 Value *dst0[4], *rDst0[4]; in handleInstruction() local
1746 rDst0[c] = acquireDst(0, c); in handleInstruction()
1747 dst0[c] = (useScratchDst && rDst0[c]) ? getScratch() : rDst0[c]; in handleInstruction()
2241 if (dst0[c] != rDst0[c]) in handleInstruction()
2242 mkMov(rDst0[c], dst0[c]); in handleInstruction()
2243 storeDst(0, c, rDst0[c]); in handleInstruction()