Searched refs:cullSemanticNSizeOut (Results 1 – 2 of 2) sorted by relevance
450 std::array<int, maxClipCullRegs> cullSemanticNSizeOut; // vector, indexed by cull semantic ID variable
87 cullSemanticNSizeOut.fill(0); in HlslParseContext()1507 cullSemanticNSizeOut[loc] = type.getVectorSize(); in fixBuiltInIoType()2461 semanticNSize = isOutput ? &cullSemanticNSizeOut : &cullSemanticNSizeIn; in assignClipCullDistance()