Searched defs:ReflectionHeader (Results 1 – 2 of 2) sorted by relevance
544 struct ReflectionHeader { struct545 uint8_t tag[sizeof(REFLECTION_TAG)];546 uint16_t type;547 uint16_t offsetPushConstants;548 uint16_t offsetSpecializationConstants;549 uint16_t offsetDescriptorSets;550 uint16_t offsetInputs;574 if (reflectionData.size() < sizeof(ReflectionHeader)) { in IsValid() argument
2130 struct ReflectionHeader { struct2142 if (reflectionData.size() < sizeof(ReflectionHeader)) { in IsValid() argument