Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp214 bool checkDstSrcAliasing() const;
1024 bool Instruction::checkDstSrcAliasing() const in checkDstSrcAliasing() function in tgsi::Instruction
3203 bool useScratchDst = tgsi.checkDstSrcAliasing(); in handleInstruction()