Searched refs:InstanceIDIndex (Results 1 – 4 of 4) sorted by relevance
368 InstanceIDIndex = 2, enumerator
717 if(src.index == Shader::InstanceIDIndex) in fetchRegister()866 if(src.rel.index == Shader::InstanceIDIndex) in readConstant()
1081 case InstanceIDIndex: return "iID"; in typeString()
2890 …case EvqInstanceID: vertexShader->declareInstanceId(); return sw::Shader::InstanceIDIndex; in registerIndex()