Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DShader.hpp368 InstanceIDIndex = 2, enumerator
DVertexProgram.cpp717 if(src.index == Shader::InstanceIDIndex) in fetchRegister()
866 if(src.rel.index == Shader::InstanceIDIndex) in readConstant()
DShader.cpp1081 case InstanceIDIndex: return "iID"; in typeString()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp2890 …case EvqInstanceID: vertexShader->declareInstanceId(); return sw::Shader::InstanceIDIndex; in registerIndex()