/external/skia/src/sksl/ |
D | SkSLCPP.h | 18 struct Float4 { struct 19 Float4(float x, float y, float z, float w) in Float4() function 25 operator SkRect() const { in SkRect() 50 inline Float4 float4(float xyzw) { return Float4(xyzw, xyzw, xyzw, xyzw); } in float4() argument
|
/external/skqp/src/sksl/ |
D | SkSLCPP.h | 18 struct Float4 { struct 19 Float4(float x, float y, float z, float w) in Float4() function 25 operator SkRect() const { in SkRect() 50 inline Float4 float4(float xyzw) { return Float4(xyzw, xyzw, xyzw, xyzw); } in float4() argument
|
/external/tensorflow/tensorflow/stream_executor/ |
D | device_memory.h | 271 struct Float4 { struct 280 static_assert(sizeof(Float4) == 4 * sizeof(float), "Float4 must be packed"); argument
|
/external/swiftshader/src/Reactor/ |
D | Reactor.hpp | 2026 class Float4 : public LValue<Float4>, public XYZW<Float4> class 2449 Float::Float(const SwizzleMask1<Float4, T> &rhs) in Float() 2455 RValue<Float> Float::operator=(const SwizzleMask1<Float4, T> &rhs) in operator =() 2461 Float4::Float4(const SwizzleMask1<Float4, T> &rhs) : XYZW(this) in Float4() argument 2467 Float4::Float4(const Swizzle4<Float4, T> &rhs) : XYZW(this) in Float4() argument 2473 Float4::Float4(const Swizzle2<Float4, X> &x, const Swizzle2<Float4, Y> &y) : XYZW(this) in Float4() argument 2479 Float4::Float4(const SwizzleMask2<Float4, X> &x, const Swizzle2<Float4, Y> &y) : XYZW(this) in Float4() argument 2485 Float4::Float4(const Swizzle2<Float4, X> &x, const SwizzleMask2<Float4, Y> &y) : XYZW(this) in Float4() argument 2491 Float4::Float4(const SwizzleMask2<Float4, X> &x, const SwizzleMask2<Float4, Y> &y) : XYZW(this) in Float4() argument 2497 RValue<Float4> Float4::operator=(const SwizzleMask1<Float4, T> &rhs) in operator =() [all …]
|
D | SubzeroReactor.cpp | 6588 Float4::Float4(RValue<Byte4> cast) : XYZW(this) in Float4() function in sw::Float4 6596 Float4::Float4(RValue<SByte4> cast) : XYZW(this) in Float4() function in sw::Float4 6604 Float4::Float4(RValue<Short4> cast) : XYZW(this) in Float4() function in sw::Float4 6610 Float4::Float4(RValue<UShort4> cast) : XYZW(this) in Float4() function in sw::Float4 6616 Float4::Float4(RValue<Int4> cast) : XYZW(this) in Float4() function in sw::Float4 6623 Float4::Float4(RValue<UInt4> cast) : XYZW(this) in Float4() function in sw::Float4 6631 Float4::Float4() : XYZW(this) in Float4() function in sw::Float4 6635 Float4::Float4(float xyzw) : XYZW(this) in Float4() function in sw::Float4 6640 Float4::Float4(float x, float yzw) : XYZW(this) in Float4() function in sw::Float4 6645 Float4::Float4(float x, float y, float zw) : XYZW(this) in Float4() function in sw::Float4 [all …]
|
D | LLVMReactor.cpp | 5456 Float4::Float4(RValue<Byte4> cast) : XYZW(this) in Float4() function in sw::Float4 5464 Float4::Float4(RValue<SByte4> cast) : XYZW(this) in Float4() function in sw::Float4 5472 Float4::Float4(RValue<Short4> cast) : XYZW(this) in Float4() function in sw::Float4 5478 Float4::Float4(RValue<UShort4> cast) : XYZW(this) in Float4() function in sw::Float4 5484 Float4::Float4(RValue<Int4> cast) : XYZW(this) in Float4() function in sw::Float4 5491 Float4::Float4(RValue<UInt4> cast) : XYZW(this) in Float4() function in sw::Float4 5499 Float4::Float4() : XYZW(this) in Float4() function in sw::Float4 5503 Float4::Float4(float xyzw) : XYZW(this) in Float4() function in sw::Float4 5508 Float4::Float4(float x, float yzw) : XYZW(this) in Float4() function in sw::Float4 5513 Float4::Float4(float x, float y, float zw) : XYZW(this) in Float4() function in sw::Float4 [all …]
|