Lines Matching refs:half2float
428 v.x.x = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(x0) * 4); in readStream()
429 v.x.y = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(x1) * 4); in readStream()
430 v.x.z = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(x2) * 4); in readStream()
431 v.x.w = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(x3) * 4); in readStream()
441 v.y.x = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(y0) * 4); in readStream()
442 v.y.y = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(y1) * 4); in readStream()
443 v.y.z = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(y2) * 4); in readStream()
444 v.y.w = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(y3) * 4); in readStream()
454 v.z.x = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(z0) * 4); in readStream()
455 v.z.y = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(z1) * 4); in readStream()
456 v.z.z = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(z2) * 4); in readStream()
457 v.z.w = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(z3) * 4); in readStream()
467 v.w.x = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(w0) * 4); in readStream()
468 v.w.y = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(w1) * 4); in readStream()
469 v.w.z = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(w2) * 4); in readStream()
470 v.w.w = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(w3) * 4); in readStream()