Searched refs:ProgramVaryingRef (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | VaryingPacking.h | 29 struct ProgramVaryingRef; 31 using ProgramMergedVaryings = std::vector<ProgramVaryingRef>; 274 void collectUserVarying(const ProgramVaryingRef &ref, VaryingUniqueFullNames *uniqueFullNames); 275 void collectUserVaryingField(const ProgramVaryingRef &ref, 280 void collectUserVaryingTF(const ProgramVaryingRef &ref, size_t subscript); 281 void collectUserVaryingFieldTF(const ProgramVaryingRef &ref, 286 const ProgramVaryingRef &ref, 290 const ProgramVaryingRef &ref,
|
D | VaryingPacking.cpp | 520 void VaryingPacking::collectUserVarying(const ProgramVaryingRef &ref, in collectUserVarying() 545 void VaryingPacking::collectUserVaryingField(const ProgramVaryingRef &ref, in collectUserVaryingField() 614 void VaryingPacking::collectUserVaryingTF(const ProgramVaryingRef &ref, size_t subscript) in collectUserVaryingTF() 627 void VaryingPacking::collectUserVaryingFieldTF(const ProgramVaryingRef &ref, in collectUserVaryingFieldTF() 661 const ProgramVaryingRef &ref, in collectVarying() 739 const ProgramVaryingRef &ref, in collectTFVarying() 829 for (const ProgramVaryingRef &ref : mergedVaryings) in collectAndPackUserVaryings() 1098 ProgramVaryingRef ref; in GetMergedVaryingsFromLinkingVariables() 1109 ProgramVaryingRef ref; in GetMergedVaryingsFromLinkingVariables() 1121 for (ProgramVaryingRef &ref : merged) in GetMergedVaryingsFromLinkingVariables() [all …]
|
D | VaryingPacking_unittest.cpp | 36 ProgramVaryingRef ref; in testVaryingPacking()
|
D | Program.h | 416 struct ProgramVaryingRef struct 432 using ProgramMergedVaryings = std::vector<ProgramVaryingRef>; argument
|
D | ProgramExecutable.cpp | 43 for (const ProgramVaryingRef &ref : varyings) in FindOutputVaryingOrField() 1102 for (const ProgramVaryingRef &ref : varyings) in gatherTransformFeedbackVaryings()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ProgramExecutableVk.cpp | 1137 for (const gl::ProgramVaryingRef &mergedVarying : mergedVaryings) in resolvePrecisionMismatch()
|