Home
last modified time | relevance | path

Searched refs:layoutLocationEnd (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/glslang/glslang/Include/
DTypes.h743 layoutLocation = layoutLocationEnd; in clearInterstageLayout()
783 static const unsigned int layoutLocationEnd = 0xFFF; variable
876 return layoutLocation != layoutLocationEnd; in hasLocation()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h222 nextLocation(TQualifier::layoutLocationEnd) { } in TFlattenData()
DhlslParseHelper.cpp1122 ioVar->getWritableType().getQualifier().layoutLocation = TQualifier::layoutLocationEnd; in splitBuiltIn()
1253 … memberVariable->getWritableType().getQualifier().layoutLocation = TQualifier::layoutLocationEnd; in addFlattenedMember()
1256 if (flattenData.nextLocation != TQualifier::layoutLocationEnd) { in addFlattenedMember()
2537 clipCullType.getQualifier().layoutLocation = TQualifier::layoutLocationEnd; in assignClipCullDistance()
7033 if ((unsigned int)value >= TQualifier::layoutLocationEnd) in setLayoutQualifier()
8662 qualifier.layoutLocation = TQualifier::layoutLocationEnd; in fixBlockLocations()
8675 if (nextLocation >= (int)TQualifier::layoutLocationEnd) in fixBlockLocations()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp4951 if ((unsigned int)value >= TQualifier::layoutLocationEnd) in setLayoutQualifier()
7235 qualifier.layoutLocation = TQualifier::layoutLocationEnd; in fixBlockLocations()
7248 if (nextLocation >= (int)TQualifier::layoutLocationEnd) in fixBlockLocations()