Home
last modified time | relevance | path

Searched refs:nextInputLocation (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
Diomapper.h139 int nextInputLocation; member
Diomapper.cpp437 , nextInputLocation(0) in TDefaultIoResolverBase()
553 int& nextLocation = type.getQualifier().isPipeInput() ? nextInputLocation : nextOutputLocation; in resolveInOutLocation()