Searched refs:clipVtx (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1775 Value *clipVtx[4]; member in __anon70d097b80111::Converter 2188 mkMov(clipVtx[c], val); in storeDst() 2189 val = clipVtx[c]; in storeDst() 4234 res[i] = mkOp2v(OP_MUL, TYPE_F32, getScratch(), clipVtx[c], ucp); in handleUserClipPlanes() 4236 mkOp3(OP_MAD, TYPE_F32, res[i], clipVtx[c], ucp, res[i]); in handleUserClipPlanes() 4397 clipVtx[c] = getScratch(); in run()
|