Home
last modified time | relevance | path

Searched refs:getSecondaryOutputLocations (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DMemoryProgramCache.cpp128 << program->getState().getSecondaryOutputLocations(); in ComputeHash()
DProgramExecutable.cpp438 ASSERT(getSecondaryOutputLocations().empty()); in load()
631 stream->writeInt(getSecondaryOutputLocations().size()); in save()
632 for (const auto &outputVar : getSecondaryOutputLocations()) in save()
DProgram.h263 const std::vector<VariableLocation> &getSecondaryOutputLocations() const in getSecondaryOutputLocations() function
265 return mExecutable->getSecondaryOutputLocations(); in getSecondaryOutputLocations()
DProgramExecutable.h204 const std::vector<VariableLocation> &getSecondaryOutputLocations() const in getSecondaryOutputLocations() function
DProgram.cpp2463 mState.mExecutable->getSecondaryOutputLocations(), name); in getFragDataLocation()
2475 mState.mExecutable->getSecondaryOutputLocations(), name) != -1) in getFragDataIndex()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDynamicHLSL.cpp1315 outputLocationIndex < programData.getSecondaryOutputLocations().size(); in getPixelShaderOutputKey()
1319 programData.getSecondaryOutputLocations().at(outputLocationIndex); in getPixelShaderOutputKey()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp360 const auto &secondaryOutputLocations = mState.getSecondaryOutputLocations(); in link()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp1021 programState.getSecondaryOutputLocations()); in SerializeProgramState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp297 programState.getExecutable().getSecondaryOutputLocations(); in AssignSecondaryOutputLocations()