Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp1931 Value *untypedDst[4] = {}; in convertSurfaceFormat() local
1941 untypedDst[i] = bld.getSSA(); in convertSurfaceFormat()
1943 untypedDst[0] = bld.getSSA(); in convertSurfaceFormat()
1951 su->setDef(i, untypedDst[i]); in convertSurfaceFormat()
1972 bld.mkMov(typedDst[i], untypedDst[i]); in convertSurfaceFormat()
1975 getSrcType(format, i), untypedDst[i / 2]) in convertSurfaceFormat()
1979 getSrcType(format, i), untypedDst[0])->subOp = i; in convertSurfaceFormat()
1981 bld.mkOp2(OP_EXTBF, TYPE_U32, typedDst[i], untypedDst[bits / 32], in convertSurfaceFormat()