Home
last modified time | relevance | path

Searched defs:ShaderVariable (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h58 struct ShaderVariable struct
69 std::vector<ShaderVariable> fields; argument
162 : ShaderVariable(type, name, reg), qualifier(type.getQualifier()), column(col) in ShaderVariable() function
DOutputASM.cpp265 ShaderVariable::ShaderVariable(const TType& type, const std::string& name, int registerIndex) : in ShaderVariable() function in glsl::ShaderVariable