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