Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h449 std::array<int, maxClipCullRegs> clipSemanticNSizeOut; // vector, indexed by clip semantic ID variable
DhlslParseHelper.cpp86 clipSemanticNSizeOut.fill(0); in HlslParseContext()
1502 clipSemanticNSizeOut[loc] = type.getVectorSize(); in fixBuiltInIoType()
2457 semanticNSize = isOutput ? &clipSemanticNSizeOut : &clipSemanticNSizeIn; in assignClipCullDistance()