Lines Matching refs:half2float
374 v.x.x = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(x0) * 4); in readStream()
375 v.x.y = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(x1) * 4); in readStream()
376 v.x.z = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(x2) * 4); in readStream()
377 v.x.w = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(x3) * 4); in readStream()
387 v.y.x = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(y0) * 4); in readStream()
388 v.y.y = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(y1) * 4); in readStream()
389 v.y.z = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(y2) * 4); in readStream()
390 v.y.w = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(y3) * 4); in readStream()
400 v.z.x = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(z0) * 4); in readStream()
401 v.z.y = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(z1) * 4); in readStream()
402 v.z.z = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(z2) * 4); in readStream()
403 v.z.w = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(z3) * 4); in readStream()
413 v.w.x = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(w0) * 4); in readStream()
414 v.w.y = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(w1) * 4); in readStream()
415 v.w.z = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(w2) * 4); in readStream()
416 v.w.w = *Pointer<Float>(constants + OFFSET(Constants, half2float) + Int(w3) * 4); in readStream()