Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_gv100.cpp176 Instruction *xsetp; in handleSET() local
186 xsetp = bld.mkCmp(i->op, i->asCmp()->setCond, TYPE_U8, pred, i->sType, in handleSET()
188 xsetp->src(0).mod = i->src(0).mod; in handleSET()
189 xsetp->src(1).mod = i->src(1).mod; in handleSET()
190 xsetp->setSrc(2, src2); in handleSET()
191 xsetp->ftz = i->ftz; in handleSET()