Searched refs:clipSemanticNSizeIn (Results 1 – 2 of 2) sorted by relevance
447 std::array<int, maxClipCullRegs> clipSemanticNSizeIn; // vector, indexed by clip semantic ID variable
84 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()