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.cpp1932 Value *typedDst[4] = {}; in convertSurfaceFormat() local
1946 typedDst[i] = su->getDef(i); in convertSurfaceFormat()
1958 if (!typedDst[i]) in convertSurfaceFormat()
1964 bld.loadImm(typedDst[i], i == 3 ? 1.0f : 0.0f); in convertSurfaceFormat()
1966 bld.loadImm(typedDst[i], i == 3 ? 1 : 0); in convertSurfaceFormat()
1972 bld.mkMov(typedDst[i], untypedDst[i]); in convertSurfaceFormat()
1974 bld.mkCvt(OP_CVT, getDestType(format->type), typedDst[i], in convertSurfaceFormat()
1978 bld.mkCvt(OP_CVT, getDestType(format->type), typedDst[i], in convertSurfaceFormat()
1981 bld.mkOp2(OP_EXTBF, TYPE_U32, typedDst[i], untypedDst[bits / 32], in convertSurfaceFormat()
1984 bld.mkCvt(OP_CVT, TYPE_F32, typedDst[i], getSrcType(format, i), typedDst[i]); in convertSurfaceFormat()
[all …]