Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_lowering_nv50.cpp1850 Value *untypedDst[4] = {}; in handleSULDP() local
1854 untypedDst[i] = bld.getSSA(); in handleSULDP()
1856 untypedDst[0] = bld.getSSA(); in handleSULDP()
1862 for (i = 0; i < 4 && untypedDst[i]; i++) in handleSULDP()
1863 load->setDef(i, untypedDst[i]); in handleSULDP()
1883 bld.mkMov(typedDst[i], untypedDst[i]); in handleSULDP()
1888 bld.mkSplit(src, 2, untypedDst[i / 2]); in handleSULDP()
1898 bld.mkSplit(src, 2, untypedDst[0]); in handleSULDP()
1922 …bld.mkOp2v(OP_SHL, TYPE_U32, bld.getSSA(), untypedDst[0], bld.loadImm(NULL, 32 - bits - format->bi… in handleSULDP()
2000 Value *untypedDst[4] = {}; in handleSUSTP() local
[all …]
Dnv50_ir_lowering_nvc0.cpp2243 Value *untypedDst[4] = {}; in convertSurfaceFormat() local
2253 untypedDst[i] = bld.getSSA(); in convertSurfaceFormat()
2255 untypedDst[0] = bld.getSSA(); in convertSurfaceFormat()
2272 loaded[i]->setDef(0, untypedDst[i]); in convertSurfaceFormat()
2275 su->setDef(i, untypedDst[i]); in convertSurfaceFormat()
2301 bld.mkMov(typedDst[i], untypedDst[i]); in convertSurfaceFormat()
2304 getSrcType(format, i), untypedDst[i / 2]) in convertSurfaceFormat()
2308 getSrcType(format, i), untypedDst[0])->subOp = i; in convertSurfaceFormat()
2310 bld.mkOp2(OP_EXTBF, TYPE_U32, typedDst[i], untypedDst[bits / 32], in convertSurfaceFormat()