Searched refs:offsetLocalSize (Results 1 – 2 of 2) sorted by relevance
551 uint16_t offsetLocalSize; member679 if (header.offsetLocalSize && header.offsetLocalSize < reflectionData.size()) { in GetLocalSize()680 auto ptr = reflectionData.data() + header.offsetLocalSize; in GetLocalSize()1261 uint16_t offsetLocalSize = 0; in reflectSpvBinary() local1339 offsetLocalSize = static_cast<uint16_t>(reflection.size()); in reflectSpvBinary()1360 *ptr++ = offsetLocalSize & 0xff; in reflectSpvBinary()1361 *ptr++ = (offsetLocalSize >> 8) & 0xff; in reflectSpvBinary()
2137 uint16_t offsetLocalSize; member2252 if (header.offsetLocalSize && header.offsetLocalSize < reflectionData.size()) { in GetLocalSize()2253 auto ptr = reflectionData.data() + header.offsetLocalSize; in GetLocalSize()