Searched refs:untypedDst (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 2111 Value *untypedDst[4] = {}; in convertSurfaceFormat() local 2121 untypedDst[i] = bld.getSSA(); in convertSurfaceFormat() 2123 untypedDst[0] = bld.getSSA(); in convertSurfaceFormat() 2131 su->setDef(i, untypedDst[i]); in convertSurfaceFormat() 2152 bld.mkMov(typedDst[i], untypedDst[i]); in convertSurfaceFormat() 2155 getSrcType(format, i), untypedDst[i / 2]) in convertSurfaceFormat() 2159 getSrcType(format, i), untypedDst[0])->subOp = i; in convertSurfaceFormat() 2161 bld.mkOp2(OP_EXTBF, TYPE_U32, typedDst[i], untypedDst[bits / 32], in convertSurfaceFormat()
|