Searched refs:getSecondaryOutputLocations (Results 1 – 9 of 9) sorted by relevance
128 << program->getState().getSecondaryOutputLocations(); in ComputeHash()
438 ASSERT(getSecondaryOutputLocations().empty()); in load()631 stream->writeInt(getSecondaryOutputLocations().size()); in save()632 for (const auto &outputVar : getSecondaryOutputLocations()) in save()
263 const std::vector<VariableLocation> &getSecondaryOutputLocations() const in getSecondaryOutputLocations() function265 return mExecutable->getSecondaryOutputLocations(); in getSecondaryOutputLocations()
204 const std::vector<VariableLocation> &getSecondaryOutputLocations() const in getSecondaryOutputLocations() function
2463 mState.mExecutable->getSecondaryOutputLocations(), name); in getFragDataLocation()2475 mState.mExecutable->getSecondaryOutputLocations(), name) != -1) in getFragDataIndex()
1315 outputLocationIndex < programData.getSecondaryOutputLocations().size(); in getPixelShaderOutputKey()1319 programData.getSecondaryOutputLocations().at(outputLocationIndex); in getPixelShaderOutputKey()
360 const auto &secondaryOutputLocations = mState.getSecondaryOutputLocations(); in link()
1021 programState.getSecondaryOutputLocations()); in SerializeProgramState()
297 programState.getExecutable().getSecondaryOutputLocations(); in AssignSecondaryOutputLocations()