Searched refs:scalarSlot (Results 1 – 2 of 2) sorted by relevance
156 auto scalarSlot = d.Location << 2 | d.Component; in EmitVariable() local157 dst[offset++] = routine->inputs[scalarSlot]; in EmitVariable()
890 auto scalarSlot = (d.Location << 2) | d.Component; in ProcessInterfaceVariable() local891 ASSERT(scalarSlot >= 0 && in ProcessInterfaceVariable()892 scalarSlot < static_cast<int32_t>(userDefinedInterface.size())); in ProcessInterfaceVariable()894 auto &slot = userDefinedInterface[scalarSlot]; in ProcessInterfaceVariable()2488 auto scalarSlot = d.Location << 2 | d.Component; in emitEpilog() local2489 routine->outputs[scalarSlot] = dst[offset++]; in emitEpilog()