Home
last modified time | relevance | path

Searched refs:untypedDst16 (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nv50.cpp2003 Value *untypedDst16[4] = {}; in handleSUSTP() local
2011 untypedDst16[i] = bld.getSSA(2); in handleSUSTP()
2017 untypedDst16[0] = bld.getSSA(2); in handleSUSTP()
2044 // registers. We will put these into untypedDst16 and then merge them in handleSUSTP()
2047 bld.mkCvt(OP_CVT, TYPE_F16, untypedDst16[i], TYPE_F32, typedDst[i]); in handleSUSTP()
2048 bld.mkOp2(OP_SHR, TYPE_U16, untypedDst16[i], untypedDst16[i], bld.loadImm(NULL, (uint16_t)(15 - format->bits[i]))); in handleSUSTP()
2053 bld.mkCvt(OP_CVT, TYPE_U32, tmp, TYPE_U16, untypedDst16[i]); in handleSUSTP()
2063 bld.mkCvt(OP_CVT, getPackedType(format, i), untypedDst16[i], in handleSUSTP()
2072 bld.mkCvt(OP_CVT, packedType, untypedDst16[ in handleSUSTP()
[all...]

Completed in 3 milliseconds