Home
last modified time | relevance | path

Searched refs:stageReflections (Results 1 - 2 of 2) sorted by relevance

/third_party/glslang/gtests/
H A DVkRelaxed.FromFile.cpp78 std::vector<glslang::TReflection> stageReflections; in verifyIOMapping() local
81 stageReflections.emplace_back((EShReflectionOptions)reflectionOptions, (EShLanguage)s, (EShLanguage)s); in verifyIOMapping()
82 success &= stageReflections.back().addStage((EShLanguage)s, *program.getIntermediate((EShLanguage)s)); in verifyIOMapping()
87 auto it = stageReflections.begin(); in verifyIOMapping()
89 for (; nextIt != stageReflections.end(); it++, nextIt++) { in verifyIOMapping()
125 it = stageReflections.begin(); in verifyIOMapping()
126 for (; it != stageReflections.end(); it++) { in verifyIOMapping()
159 it = stageReflections.begin(); in verifyIOMapping()
160 for (; it != stageReflections.end(); it++) { in verifyIOMapping()
H A DGlslMapIO.FromFile.cpp78 std::vector<glslang::TReflection> stageReflections; in verifyIOMapping() local
81 stageReflections.emplace_back((EShReflectionOptions)reflectionOptions, (EShLanguage)s, (EShLanguage)s); in verifyIOMapping()
82 success &= stageReflections.back().addStage((EShLanguage)s, *program.getIntermediate((EShLanguage)s)); in verifyIOMapping()
87 auto it = stageReflections.begin(); in verifyIOMapping()
89 for (; nextIt != stageReflections.end(); it++, nextIt++) { in verifyIOMapping()
170 it = stageReflections.begin(); in verifyIOMapping()
171 for (; it != stageReflections.end(); it++) { in verifyIOMapping()
204 it = stageReflections.begin(); in verifyIOMapping()
205 for (; it != stageReflections.end(); it++) { in verifyIOMapping()

Completed in 2 milliseconds