Home
last modified time | relevance | path

Searched refs:getOutputLocations (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libANGLE/
DMemoryProgramCache.cpp126 << program->getState().getOutputLocations() in ComputeHash()
DProgramExecutable.cpp355 ASSERT(getOutputLocations().empty()); in load()
554 stream->writeInt(getOutputLocations().size()); in save()
555 for (const auto &outputVar : getOutputLocations()) in save()
DProgram.h257 const std::vector<VariableLocation> &getOutputLocations() const in getOutputLocations() function
259 return mExecutable->getOutputLocations(); in getOutputLocations()
DProgramExecutable.h236 const std::vector<VariableLocation> &getOutputLocations() const { return mOutputLocations; } in getOutputLocations() function
DProgram.cpp2446 mState.mExecutable->getOutputLocations(), name); in getFragDataLocation()
2459 mState.mExecutable->getOutputLocations(), name) != -1) in getFragDataIndex()
/external/angle/src/libANGLE/renderer/d3d/
DDynamicHLSL.cpp1272 outputLocationIndex < programData.getOutputLocations().size(); ++outputLocationIndex) in getPixelShaderOutputKey()
1275 programData.getOutputLocations().at(outputLocationIndex); in getPixelShaderOutputKey()
/external/angle/src/libANGLE/renderer/gl/
DProgramGL.cpp359 const auto &outputLocations = mState.getOutputLocations(); in link()
/external/angle/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp358 const auto &outputLocations = programExecutable.getOutputLocations(); in AssignOutputLocations()