Searched refs:untypedDst (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 2232 Value *untypedDst[4] = {}; in convertSurfaceFormat() local 2242 untypedDst[i] = bld.getSSA(); in convertSurfaceFormat() 2244 untypedDst[0] = bld.getSSA(); in convertSurfaceFormat() 2261 loaded[i]->setDef(0, untypedDst[i]); in convertSurfaceFormat() 2264 su->setDef(i, untypedDst[i]); in convertSurfaceFormat() 2290 bld.mkMov(typedDst[i], untypedDst[i]); in convertSurfaceFormat() 2293 getSrcType(format, i), untypedDst[i / 2]) in convertSurfaceFormat() 2297 getSrcType(format, i), untypedDst[0])->subOp = i; in convertSurfaceFormat() 2299 bld.mkOp2(OP_EXTBF, TYPE_U32, typedDst[i], untypedDst[bits / 32], in convertSurfaceFormat()
|