Searched refs:offsetInputs (Results 1 – 2 of 2) sorted by relevance
550 uint16_t offsetInputs; member657 if (header.offsetInputs && header.offsetInputs < reflectionData.size()) { in GetInputDescriptions()658 auto ptr = reflectionData.data() + header.offsetInputs; in GetInputDescriptions()1260 uint16_t offsetInputs = 0; in reflectSpvBinary() local1329 offsetInputs = static_cast<uint16_t>(reflection.size()); in reflectSpvBinary()1358 *ptr++ = offsetInputs & 0xff; in reflectSpvBinary()1359 *ptr++ = (offsetInputs >> 8) & 0xff; in reflectSpvBinary()
2136 uint16_t offsetInputs; member2230 if (header.offsetInputs && header.offsetInputs < reflectionData.size()) { in GetInputDescriptions()2231 auto ptr = reflectionData.data() + header.offsetInputs; in GetInputDescriptions()