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