Home
last modified time | relevance | path

Searched refs:controlString (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp508 std::string controlString() const;
DShader.cpp220 …instructionString += operationString(version) + controlString() + dst.shiftString() + dst.modifier… in string()
1002 std::string Shader::Instruction::controlString() const in controlString() function in sw::Shader::Instruction