Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DShader.hpp365 InstanceIDIndex = 2, enumerator
DShader.cpp1066 case InstanceIDIndex: return "iID"; in typeString()
DVertexProgram.cpp739 if(src.index == Shader::InstanceIDIndex) in fetchRegister()
888 if(src.rel.index == Shader::InstanceIDIndex) in readConstant()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp2611 …case EvqInstanceID: vertexShader->declareInstanceId(); return sw::Shader::InstanceIDIndex; in registerIndex()