Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp2112 Value *typedDst[4] = {}; in convertSurfaceFormat() local
2126 typedDst[i] = su->getDef(i); in convertSurfaceFormat()
2138 if (!typedDst[i]) in convertSurfaceFormat()
2144 bld.loadImm(typedDst[i], i == 3 ? 1.0f : 0.0f); in convertSurfaceFormat()
2146 bld.loadImm(typedDst[i], i == 3 ? 1 : 0); in convertSurfaceFormat()
2152 bld.mkMov(typedDst[i], untypedDst[i]); in convertSurfaceFormat()
2154 bld.mkCvt(OP_CVT, getDestType(format->type), typedDst[i], in convertSurfaceFormat()
2158 bld.mkCvt(OP_CVT, getDestType(format->type), typedDst[i], in convertSurfaceFormat()
2161 bld.mkOp2(OP_EXTBF, TYPE_U32, typedDst[i], untypedDst[bits / 32], in convertSurfaceFormat()
2164 bld.mkCvt(OP_CVT, TYPE_F32, typedDst[i], getSrcType(format, i), typedDst[i]); in convertSurfaceFormat()
[all …]