Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVaryingPacking.h29 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,
DVaryingPacking.cpp520 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 …]
DVaryingPacking_unittest.cpp36 ProgramVaryingRef ref; in testVaryingPacking()
DProgram.h416 struct ProgramVaryingRef struct
432 using ProgramMergedVaryings = std::vector<ProgramVaryingRef>; argument
DProgramExecutable.cpp43 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/
DProgramExecutableVk.cpp1137 for (const gl::ProgramVaryingRef &mergedVarying : mergedVaryings) in resolvePrecisionMismatch()