Home
last modified time | relevance | path

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

/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h456 std::array<int, maxClipCullRegs> clipSemanticNSizeIn; // vector, indexed by clip semantic ID variable
DhlslParseHelper.cpp86 clipSemanticNSizeIn.fill(0); in HlslParseContext()
1510 clipSemanticNSizeIn[loc] = type.getVectorSize(); in fixBuiltInIoType()
2633 decltype(clipSemanticNSizeIn)* semanticNSize = nullptr; in assignClipCullDistance()
2639 semanticNSize = isOutput ? &clipSemanticNSizeOut : &clipSemanticNSizeIn; in assignClipCullDistance()