Home
last modified time | relevance | path

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

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