Home
last modified time | relevance | path

Searched refs:half2float (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/Pipeline/
DVertexRoutine.cpp496 v.x.x = *Pointer<Float>(constants + OFFSET(Constants,half2float) + Int(x0) * 4); in readStream()
497 v.x.y = *Pointer<Float>(constants + OFFSET(Constants,half2float) + Int(x1) * 4); in readStream()
498 v.x.z = *Pointer<Float>(constants + OFFSET(Constants,half2float) + Int(x2) * 4); in readStream()
499 v.x.w = *Pointer<Float>(constants + OFFSET(Constants,half2float) + Int(x3) * 4); in readStream()
509 v.y.x = *Pointer<Float>(constants + OFFSET(Constants,half2float) + Int(y0) * 4); in readStream()
510 v.y.y = *Pointer<Float>(constants + OFFSET(Constants,half2float) + Int(y1) * 4); in readStream()
511 v.y.z = *Pointer<Float>(constants + OFFSET(Constants,half2float) + Int(y2) * 4); in readStream()
512 v.y.w = *Pointer<Float>(constants + OFFSET(Constants,half2float) + Int(y3) * 4); in readStream()
522 v.z.x = *Pointer<Float>(constants + OFFSET(Constants,half2float) + Int(z0) * 4); in readStream()
523 v.z.y = *Pointer<Float>(constants + OFFSET(Constants,half2float) + Int(z1) * 4); in readStream()
[all …]
DConstants.hpp107 float half2float[65536]; member
DConstants.cpp359 half2float[i] = (float)reinterpret_cast<half&>(i); in Constants()
/external/swiftshader/src/Shader/
DVertexRoutine.cpp501 v.x.x = *Pointer<Float>(constants + OFFSET(Constants,half2float) + Int(x0) * 4); in readStream()
502 v.x.y = *Pointer<Float>(constants + OFFSET(Constants,half2float) + Int(x1) * 4); in readStream()
503 v.x.z = *Pointer<Float>(constants + OFFSET(Constants,half2float) + Int(x2) * 4); in readStream()
504 v.x.w = *Pointer<Float>(constants + OFFSET(Constants,half2float) + Int(x3) * 4); in readStream()
514 v.y.x = *Pointer<Float>(constants + OFFSET(Constants,half2float) + Int(y0) * 4); in readStream()
515 v.y.y = *Pointer<Float>(constants + OFFSET(Constants,half2float) + Int(y1) * 4); in readStream()
516 v.y.z = *Pointer<Float>(constants + OFFSET(Constants,half2float) + Int(y2) * 4); in readStream()
517 v.y.w = *Pointer<Float>(constants + OFFSET(Constants,half2float) + Int(y3) * 4); in readStream()
527 v.z.x = *Pointer<Float>(constants + OFFSET(Constants,half2float) + Int(z0) * 4); in readStream()
528 v.z.y = *Pointer<Float>(constants + OFFSET(Constants,half2float) + Int(z1) * 4); in readStream()
[all …]
DConstants.hpp107 float half2float[65536]; member
DConstants.cpp359 half2float[i] = (float)reinterpret_cast<half&>(i); in Constants()
/external/eigen/Eigen/src/Core/arch/CUDA/
DPacketMathHalf.h418 EIGEN_STRONG_INLINE Packet16f half2float(const Packet16h& a) {
480 Packet16f af = half2float(a);
481 Packet16f bf = half2float(b);
487 Packet16f af = half2float(a);
488 Packet16f bf = half2float(b);
494 Packet16f from_float = half2float(from);
784 EIGEN_STRONG_INLINE Packet8f half2float(const Packet8h& a) {
829 Packet8f af = half2float(a);
830 Packet8f bf = half2float(b);
836 Packet8f af = half2float(a);
[all …]
DTypeCasting.h114 return half2float(a);
142 return half2float(a);