Searched refs:clipSemanticNSizeIn (Results 1 – 2 of 2) sorted by relevance
456 std::array<int, maxClipCullRegs> clipSemanticNSizeIn; // vector, indexed by clip semantic ID variable
86 clipSemanticNSizeIn.fill(0); in HlslParseContext()1507 clipSemanticNSizeIn[loc] = type.getVectorSize(); in fixBuiltInIoType()2630 decltype(clipSemanticNSizeIn)* semanticNSize = nullptr; in assignClipCullDistance()2636 semanticNSize = isOutput ? &clipSemanticNSizeOut : &clipSemanticNSizeIn; in assignClipCullDistance()