Home
last modified time | relevance | path

Searched refs:offsetLocalSize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp551 uint16_t offsetLocalSize; member
679 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() local
1339 offsetLocalSize = static_cast<uint16_t>(reflection.size()); in reflectSpvBinary()
1360 *ptr++ = offsetLocalSize & 0xff; in reflectSpvBinary()
1361 *ptr++ = (offsetLocalSize >> 8) & 0xff; in reflectSpvBinary()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp2137 uint16_t offsetLocalSize; member
2252 if (header.offsetLocalSize && header.offsetLocalSize < reflectionData.size()) { in GetLocalSize()
2253 auto ptr = reflectionData.data() + header.offsetLocalSize; in GetLocalSize()