Searched refs:InstanceIDIndex (Results 1 – 4 of 4) sorted by relevance
370 InstanceIDIndex = 2, enumerator
766 if(src.index == Shader::InstanceIDIndex) in fetchRegister()904 case Shader::InstanceIDIndex: a = As<Float4>(Int4(instanceID)); break; in readConstant()978 case Shader::InstanceIDIndex: a = As<Float>(instanceID); break; in dynamicAddress()
1085 case InstanceIDIndex: return "iID"; in typeString()
2960 …case EvqInstanceID: vertexShader->declareInstanceId(); return sw::Shader::InstanceIDIndex; in registerIndex()