Home
last modified time | relevance | path

Searched defs:ReflectionHeader (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp544 struct ReflectionHeader { struct
545 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
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp2130 struct ReflectionHeader { struct
2142 if (reflectionData.size() < sizeof(ReflectionHeader)) { in IsValid() argument