Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp477 struct SourceParameter : Parameter struct in sw::Shader
479 SourceParameter() : swizzle(0xE4), modifier(MODIFIER_NONE), bufferIndex(-1) in SourceParameter() argument
541 SourceParameter src[5];
DPixelRoutine.hpp42 typedef Shader::SourceParameter Src;
DShader.cpp396 std::string Shader::SourceParameter::preModifierString() const in preModifierString()
480 std::string Shader::SourceParameter::postModifierString() const in postModifierString()
510 std::string Shader::SourceParameter::string(ShaderType shaderType, unsigned short version) const in string()
528 std::string Shader::SourceParameter::swizzleString() const in swizzleString()
DVertexProgram.hpp64 typedef Shader::SourceParameter Src;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.h278 void source(sw::Shader::SourceParameter &parameter, TIntermNode *argument, int index = 0);
DOutputASM.cpp2383 void OutputASM::source(sw::Shader::SourceParameter &parameter, TIntermNode *argument, int index) in source()
2707 sw::Shader::SourceParameter relativeRegister; in lvalue()