Home
last modified time | relevance | path

Searched refs:ishr (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Shader/
DShaderCore.hpp248 void ishr(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
DVertexProgram.cpp270 case Shader::OPCODE_ISHR: ishr(d, s0, s1); break; in program()
DPixelProgram.cpp211 case Shader::OPCODE_ISHR: ishr(d, s0, s1); break; in applyShader()
DShaderCore.cpp740 void ShaderCore::ishr(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in ishr() function in sw::ShaderCore