Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h428 unsigned int nextOutLocation; variable
DhlslParseHelper.cpp64 nextInLocation(0), nextOutLocation(0), in HlslParseContext()
1259 nextOutLocation = std::max(nextOutLocation, flattenData.nextLocation); in addFlattenedMember()
1557 variable.getWritableType().getQualifier().layoutLocation = nextOutLocation; in assignToInterface()
1558 nextOutLocation += size; in assignToInterface()
6009 nextOutLocation = std::max(nextOutLocation, qualifier.layoutLocation + 1u); in handleSemantic()