Searched refs:pblend (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_blend.c | 114 struct pipe_blend_state *pblend = ctx->blend; in etna_update_blend() local 115 struct etna_blend_state *blend = etna_blend_state(pblend); in etna_update_blend() 116 const struct pipe_rt_blend_state *rt0 = &pblend->rt[0]; in etna_update_blend()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2011-12-15-vec_shift.ll | 8 ; Make sure operands to pblend are in the right order.
|
/external/llvm/test/CodeGen/X86/ |
D | 2011-12-15-vec_shift.ll | 8 ; Make sure operands to pblend are in the right order.
|
/external/eigen/Eigen/src/Core/ |
D | GenericPacketMath.h | 557 pblend(const Selector<unpacket_traits<Packet>::size>& ifPacket, const Packet& thenPacket, const Pac… 572 return pblend(mask, pset1<Packet>(b), a); 586 return pblend(mask, pset1<Packet>(b), a);
|
/external/eigen/Eigen/src/Core/arch/ZVector/ |
D | Complex.h | 383 template<> EIGEN_STRONG_INLINE Packet2cf pblend(const Selector<2>& ifPacket, const Packet2cf& thenP… 386 result.v = pblend<Packet4f>(ifPacket4, thenPacket.v, elsePacket.v);
|
D | PacketMath.h | 918 template<> EIGEN_STRONG_INLINE Packet4i pblend(const Selector<4>& ifPacket, const Packet4i& thenPac… 924 template<> EIGEN_STRONG_INLINE Packet4f pblend(const Selector<4>& ifPacket, const Packet4f& thenPac… 935 template<> EIGEN_STRONG_INLINE Packet2d pblend(const Selector<2>& ifPacket, const Packet2d& thenPac…
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | Complex.h | 266 template<> EIGEN_STRONG_INLINE Packet2cf pblend(const Selector<2>& ifPacket, const Packet2cf& thenP… 268 …result.v = reinterpret_cast<Packet4f>(pblend<Packet2d>(ifPacket, reinterpret_cast<Packet2d>(thenPa…
|
D | PacketMath.h | 741 template<> EIGEN_STRONG_INLINE Packet4i pblend(const Selector<4>& ifPacket, const Packet4i& thenPac… 747 template<> EIGEN_STRONG_INLINE Packet4f pblend(const Selector<4>& ifPacket, const Packet4f& thenPac… 1023 template<> EIGEN_STRONG_INLINE Packet2d pblend(const Selector<2>& ifPacket, const Packet2d& thenPac…
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | Complex.h | 474 template<> EIGEN_STRONG_INLINE Packet2cf pblend(const Selector<2>& ifPacket, const Packet2cf& then… 475 …__m128d result = pblend<Packet2d>(ifPacket, _mm_castps_pd(thenPacket.v), _mm_castps_pd(elsePacket.…
|
D | PacketMath.h | 796 template<> EIGEN_STRONG_INLINE Packet4i pblend(const Selector<4>& ifPacket, const Packet4i& thenPac… 806 template<> EIGEN_STRONG_INLINE Packet4f pblend(const Selector<4>& ifPacket, const Packet4f& thenPac… 816 template<> EIGEN_STRONG_INLINE Packet2d pblend(const Selector<2>& ifPacket, const Packet2d& thenPac…
|
/external/eigen/Eigen/src/Core/arch/AVX/ |
D | PacketMath.h | 596 template<> EIGEN_STRONG_INLINE Packet8f pblend(const Selector<8>& ifPacket, const Packet8f& thenPac… 602 template<> EIGEN_STRONG_INLINE Packet4d pblend(const Selector<4>& ifPacket, const Packet4d& thenPac…
|
/external/eigen/Eigen/src/Core/arch/AVX512/ |
D | PacketMath.h | 1298 EIGEN_STRONG_INLINE Packet16f pblend(const Selector<16>& /*ifPacket*/, 1305 EIGEN_STRONG_INLINE Packet8d pblend(const Selector<8>& /*ifPacket*/,
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorEvaluator.h | 604 return internal::pblend(select,
|
/external/eigen/test/ |
D | packetmath.cpp | 299 Packet blend = internal::pblend(selector, thenPacket, elsePacket); in packetmath()
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 1313 …ptr], hdcSrc ptr[inout, intptr], pptSrc ptr[inout, intptr], crKey int32, pblend ptr[inout, intptr]…
|