Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/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.cpp2233 Value *untypedDst[4] = {}; in convertSurfaceFormat() local
2243 untypedDst[i] = bld.getSSA(); in convertSurfaceFormat()
2245 untypedDst[0] = bld.getSSA(); in convertSurfaceFormat()
2262 loaded[i]->setDef(0, untypedDst[i]); in convertSurfaceFormat()
2265 su->setDef(i, untypedDst[i]); in convertSurfaceFormat()
2291 bld.mkMov(typedDst[i], untypedDst[i]); in convertSurfaceFormat()
2294 getSrcType(format, i), untypedDst[i / 2]) in convertSurfaceFormat()
2298 getSrcType(format, i), untypedDst[0])->subOp = i; in convertSurfaceFormat()
2300 bld.mkOp2(OP_EXTBF, TYPE_U32, typedDst[i], untypedDst[bits / 32], in convertSurfaceFormat()