Searched refs:clipVtx (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_common.cpp | 92 res[i] = mkOp2v(OP_MUL, TYPE_F32, getScratch(), clipVtx[c], ucp); in handleUserClipPlanes() 94 mkOp3(OP_MAD, TYPE_F32, res[i], clipVtx[c], ucp, res[i]); in handleUserClipPlanes()
|
H A D | nv50_ir_from_common.h | 55 Value *clipVtx[4]; member in nv50_ir::ConverterCommon
|
H A D | nv50_ir_from_nir.cpp | 1377 clipVtx[c] = getScratch(); 1687 mkMov(clipVtx[i], src); 1688 src = clipVtx[i];
|
H A D | nv50_ir_from_tgsi.cpp | 2142 mkMov(clipVtx[c], val); in storeDst() 2143 val = clipVtx[c]; in storeDst() 4364 clipVtx[c] = getScratch(); in run()
|
Completed in 9 milliseconds