Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_lowering_nv50.cpp1851 Value *typedDst[4] = {}; in handleSULDP() local
1859 typedDst[i] = su->getDef(i); in handleSULDP()
1868 if (!typedDst[i]) in handleSULDP()
1875 bld.loadImm(typedDst[i], i == 3 ? 1.0f : 0.0f); in handleSULDP()
1877 bld.loadImm(typedDst[i], i == 3 ? 1 : 0); in handleSULDP()
1883 bld.mkMov(typedDst[i], untypedDst[i]); in handleSULDP()
1889 bld.mkCvt(OP_CVT, getShaderType(format->type), typedDst[i], in handleSULDP()
1905 bld.mkCvt(OP_CVT, getShaderType(format->type), typedDst[i], in handleSULDP()
1921 OP_SHR, ty, typedDst[i], in handleSULDP()
1928 bld.mkCvt(OP_CVT, TYPE_F32, typedDst[i], TYPE_U32, typedDst[i]); in handleSULDP()
[all …]
Dnv50_ir_lowering_nvc0.cpp2244 Value *typedDst[4] = {}; in convertSurfaceFormat() local
2260 typedDst[i] = loaded[i]->getDef(0); in convertSurfaceFormat()
2264 typedDst[i] = su->getDef(i); in convertSurfaceFormat()
2283 if (!typedDst[i]) in convertSurfaceFormat()
2293 bld.loadImm(typedDst[i], i == 3 ? 1.0f : 0.0f); in convertSurfaceFormat()
2295 bld.loadImm(typedDst[i], i == 3 ? 1 : 0); in convertSurfaceFormat()
2301 bld.mkMov(typedDst[i], untypedDst[i]); in convertSurfaceFormat()
2303 bld.mkCvt(OP_CVT, getDestType(format->type), typedDst[i], in convertSurfaceFormat()
2307 bld.mkCvt(OP_CVT, getDestType(format->type), typedDst[i], in convertSurfaceFormat()
2310 bld.mkOp2(OP_EXTBF, TYPE_U32, typedDst[i], untypedDst[bits / 32], in convertSurfaceFormat()
[all …]