Home
last modified time | relevance | path

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

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