Home
last modified time | relevance | path

Searched defs:Float4 (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/sksl/
DSkSLCPP.h18 struct Float4 { struct
19 Float4(float x, float y, float z, float w) in Float4() argument
46 inline Float4 float4(float xyzw) { return Float4(xyzw, xyzw, xyzw, xyzw); } in float4() argument
/external/skqp/src/sksl/
DSkSLCPP.h18 struct Float4 { struct
19 Float4(float x, float y, float z, float w) in Float4() argument
46 inline Float4 float4(float xyzw) { return Float4(xyzw, xyzw, xyzw, xyzw); } in float4() argument
/external/tensorflow/tensorflow/stream_executor/
Ddevice_memory.h280 struct Float4 { struct
289 static_assert(sizeof(Float4) == 4 * sizeof(float), "Float4 must be packed"); argument
/external/swiftshader/src/Reactor/
DReactor.hpp2046 class Float4 : public LValue<Float4>, public XYZW<Float4> class
2469 Float::Float(const SwizzleMask1<Float4, T> &rhs) in Float()
2475 RValue<Float> Float::operator=(const SwizzleMask1<Float4, T> &rhs) in operator =()
2481 Float4::Float4(const SwizzleMask1<Float4, T> &rhs) : XYZW(this) in Float4() function in rr::Float4
2487 Float4::Float4(const Swizzle4<Float4, T> &rhs) : XYZW(this) in Float4() function in rr::Float4
2493 Float4::Float4(const Swizzle2<Float4, X> &x, const Swizzle2<Float4, Y> &y) : XYZW(this) in Float4() argument
2499 Float4::Float4(const SwizzleMask2<Float4, X> &x, const Swizzle2<Float4, Y> &y) : XYZW(this) in Float4() function in rr::Float4
2505 Float4::Float4(const Swizzle2<Float4, X> &x, const SwizzleMask2<Float4, Y> &y) : XYZW(this) in Float4() function in rr::Float4
2511 Float4::Float4(const SwizzleMask2<Float4, X> &x, const SwizzleMask2<Float4, Y> &y) : XYZW(this) in Float4() argument
2517 RValue<Float4> Float4::operator=(const SwizzleMask1<Float4, T> &rhs) in operator =()
[all …]
DSubzeroReactor.cpp6670 Float4::Float4(RValue<Byte4> cast) : XYZW(this) in Float4() function in rr::Float4
6678 Float4::Float4(RValue<SByte4> cast) : XYZW(this) in Float4() function in rr::Float4
6686 Float4::Float4(RValue<Short4> cast) : XYZW(this) in Float4() function in rr::Float4
6692 Float4::Float4(RValue<UShort4> cast) : XYZW(this) in Float4() function in rr::Float4
6698 Float4::Float4(RValue<Int4> cast) : XYZW(this) in Float4() function in rr::Float4
6705 Float4::Float4(RValue<UInt4> cast) : XYZW(this) in Float4() function in rr::Float4
6713 Float4::Float4() : XYZW(this) in Float4() function in rr::Float4
6717 Float4::Float4(float xyzw) : XYZW(this) in Float4() function in rr::Float4
6722 Float4::Float4(float x, float yzw) : XYZW(this) in Float4() function in rr::Float4
6727 Float4::Float4(float x, float y, float zw) : XYZW(this) in Float4() function in rr::Float4
[all …]
DLLVMReactor.cpp6411 Float4::Float4(RValue<Byte4> cast) : XYZW(this) in Float4() function in rr::Float4
6419 Float4::Float4(RValue<SByte4> cast) : XYZW(this) in Float4() function in rr::Float4
6427 Float4::Float4(RValue<Short4> cast) : XYZW(this) in Float4() function in rr::Float4
6433 Float4::Float4(RValue<UShort4> cast) : XYZW(this) in Float4() function in rr::Float4
6439 Float4::Float4(RValue<Int4> cast) : XYZW(this) in Float4() function in rr::Float4
6446 Float4::Float4(RValue<UInt4> cast) : XYZW(this) in Float4() function in rr::Float4
6454 Float4::Float4() : XYZW(this) in Float4() function in rr::Float4
6458 Float4::Float4(float xyzw) : XYZW(this) in Float4() function in rr::Float4
6463 Float4::Float4(float x, float yzw) : XYZW(this) in Float4() function in rr::Float4
6468 Float4::Float4(float x, float y, float zw) : XYZW(this) in Float4() function in rr::Float4
[all …]