Home
last modified time | relevance | path

Searched refs:outputLocations (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramExecutable.cpp66 bool FindUsedOutputLocation(std::vector<VariableLocation> &outputLocations, in FindUsedOutputLocation() argument
72 if (baseLocation + elementCount > outputLocations.size()) in FindUsedOutputLocation()
74 elementCount = baseLocation < outputLocations.size() in FindUsedOutputLocation()
75 ? static_cast<unsigned int>(outputLocations.size() - baseLocation) in FindUsedOutputLocation()
81 if (outputLocations[location].used()) in FindUsedOutputLocation()
94 void AssignOutputLocations(std::vector<VariableLocation> &outputLocations, in AssignOutputLocations() argument
101 if (baseLocation + elementCount > outputLocations.size()) in AssignOutputLocations()
103 outputLocations.resize(baseLocation + elementCount); in AssignOutputLocations()
113 outputLocations[location] = locationInfo; in AssignOutputLocations()
1321 std::vector<VariableLocation> &outputLocations = in linkValidateOutputVariables() local
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp3968 bool FindUsedOutputLocation(std::vector<VariableLocation> &outputLocations, in FindUsedOutputLocation() argument
3974 if (baseLocation + elementCount > outputLocations.size()) in FindUsedOutputLocation()
3976 elementCount = baseLocation < outputLocations.size() in FindUsedOutputLocation()
3977 ? static_cast<unsigned int>(outputLocations.size() - baseLocation) in FindUsedOutputLocation()
3983 if (outputLocations[location].used()) in FindUsedOutputLocation()
3996 void AssignOutputLocations(std::vector<VariableLocation> &outputLocations, in AssignOutputLocations() argument
4002 if (baseLocation + elementCount > outputLocations.size()) in AssignOutputLocations()
4004 outputLocations.resize(baseLocation + elementCount); in AssignOutputLocations()
4013 outputLocations[location] = locationInfo; in AssignOutputLocations()
4151 auto &outputLocations = mFragmentOutputIndexes.getBindingByName(binding.first) == 1 in linkOutputVariables() local
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp347 const auto &outputLocations = mState.getOutputLocations(); in link() local
349 for (size_t outputLocationIndex = 0u; outputLocationIndex < outputLocations.size(); in link()
353 outputLocations[outputLocationIndex]; in link()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp359 const auto &outputLocations = mState.getOutputLocations(); in link() local
361 for (size_t outputLocationIndex = 0u; outputLocationIndex < outputLocations.size(); in link()
365 outputLocations[outputLocationIndex]; in link()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DGlslangWrapper.cpp527 const auto &outputLocations = programState.getOutputLocations(); in AssignOutputLocations() local
531 for (const gl::VariableLocation &outputLocation : outputLocations) in AssignOutputLocations()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp357 const auto &outputLocations = programExecutable.getOutputLocations(); in AssignOutputLocations() local
362 for (const gl::VariableLocation &outputLocation : outputLocations) in AssignOutputLocations()