Home
last modified time | relevance | path

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

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