Home
last modified time | relevance | path

Searched refs:SourceParameter (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/Shader/
DShader.hpp476 struct SourceParameter : Parameter struct in sw::Shader
478 SourceParameter() : swizzle(0xE4), modifier(MODIFIER_NONE), bufferIndex(-1) in SourceParameter() function
540 SourceParameter src[5];
DShader.cpp392 std::string Shader::SourceParameter::preModifierString() const in preModifierString()
476 std::string Shader::SourceParameter::postModifierString() const in postModifierString()
506 std::string Shader::SourceParameter::string(ShaderType shaderType, unsigned short version) const in string()
524 std::string Shader::SourceParameter::swizzleString() const in swizzleString()
DPixelRoutine.hpp42 typedef Shader::SourceParameter Src;
DVertexProgram.hpp62 typedef Shader::SourceParameter Src;
/external/swiftshader/src/Pipeline/
DShader.hpp475 struct SourceParameter : Parameter struct in sw::Shader
477 SourceParameter() : swizzle(0xE4), modifier(MODIFIER_NONE), bufferIndex(-1) in SourceParameter() argument
539 SourceParameter src[5];
DShader.cpp392 std::string Shader::SourceParameter::preModifierString() const in preModifierString()
476 std::string Shader::SourceParameter::postModifierString() const in postModifierString()
506 std::string Shader::SourceParameter::string(ShaderType shaderType, unsigned short version) const in string()
524 std::string Shader::SourceParameter::swizzleString() const in swizzleString()
DPixelRoutine.hpp42 typedef Shader::SourceParameter Src;
DVertexProgram.hpp62 typedef Shader::SourceParameter Src;
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h278 void source(sw::Shader::SourceParameter &parameter, TIntermNode *argument, int index = 0);
DOutputASM.cpp2381 void OutputASM::source(sw::Shader::SourceParameter &parameter, TIntermNode *argument, int index) in source()
2690 sw::Shader::SourceParameter relativeRegister; in lvalue()