Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_sm4.cpp1726 bool useScratchDst = checkDstSrcAliasing(); in handleInstruction() local
1728 INFO("SM4_OPCODE_##%u, aliasing = %u\n", insn->opcode, useScratchDst); in handleInstruction()
1734 if (useScratchDst) in handleInstruction()
1743 if (useScratchDst) in handleInstruction()
Dnv50_ir_from_tgsi.cpp1736 bool useScratchDst = tgsi.checkDstSrcAliasing(); in handleInstruction() local
1747 dst0[c] = (useScratchDst && rDst0[c]) ? getScratch() : rDst0[c]; in handleInstruction()