Searched refs:ShaderCore (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | ShaderCore.cpp | 657 void ShaderCore::mov(Vector4f &dst, const Vector4f &src, bool integerDestination) in mov() 672 void ShaderCore::neg(Vector4f &dst, const Vector4f &src) in neg() 680 void ShaderCore::ineg(Vector4f &dst, const Vector4f &src) in ineg() 688 void ShaderCore::f2b(Vector4f &dst, const Vector4f &src) in f2b() 696 void ShaderCore::b2f(Vector4f &dst, const Vector4f &src) in b2f() 704 void ShaderCore::f2i(Vector4f &dst, const Vector4f &src) in f2i() 712 void ShaderCore::i2f(Vector4f &dst, const Vector4f &src) in i2f() 720 void ShaderCore::f2u(Vector4f &dst, const Vector4f &src) in f2u() 728 void ShaderCore::u2f(Vector4f &dst, const Vector4f &src) in u2f() 736 void ShaderCore::i2b(Vector4f &dst, const Vector4f &src) in i2b() [all …]
|
D | PixelRoutine.hpp | 25 class PixelRoutine : public sw::QuadRasterizer, public ShaderCore
|
D | VertexProgram.hpp | 30 class VertexProgram : public VertexRoutine, public ShaderCore
|
D | ShaderCore.hpp | 235 class ShaderCore class
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 657 void ShaderCore::mov(Vector4f &dst, const Vector4f &src, bool integerDestination) in mov() 672 void ShaderCore::neg(Vector4f &dst, const Vector4f &src) in neg() 680 void ShaderCore::ineg(Vector4f &dst, const Vector4f &src) in ineg() 688 void ShaderCore::f2b(Vector4f &dst, const Vector4f &src) in f2b() 696 void ShaderCore::b2f(Vector4f &dst, const Vector4f &src) in b2f() 704 void ShaderCore::f2i(Vector4f &dst, const Vector4f &src) in f2i() 712 void ShaderCore::i2f(Vector4f &dst, const Vector4f &src) in i2f() 720 void ShaderCore::f2u(Vector4f &dst, const Vector4f &src) in f2u() 728 void ShaderCore::u2f(Vector4f &dst, const Vector4f &src) in u2f() 736 void ShaderCore::i2b(Vector4f &dst, const Vector4f &src) in i2b() [all …]
|
D | BUILD.gn | 46 "ShaderCore.cpp",
|
D | PixelRoutine.hpp | 25 class PixelRoutine : public sw::QuadRasterizer, public ShaderCore
|
D | VertexProgram.hpp | 30 class VertexProgram : public VertexRoutine, public ShaderCore
|
D | ShaderCore.hpp | 235 class ShaderCore class
|
/external/swiftshader/src/ |
D | Android.mk | 91 Shader/ShaderCore.cpp \
|
D | Android.bp | 153 "Shader/ShaderCore.cpp",
|
/external/swiftshader/docs/ |
D | Index.md | 48 …ram and VertexProgram share some common functionality in [ShaderCore](../src/Shader/ShaderCore.cpp…
|