Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp550 uint16_t offsetInputs; member
657 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() local
1329 offsetInputs = static_cast<uint16_t>(reflection.size()); in reflectSpvBinary()
1358 *ptr++ = offsetInputs & 0xff; in reflectSpvBinary()
1359 *ptr++ = (offsetInputs >> 8) & 0xff; in reflectSpvBinary()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp2136 uint16_t offsetInputs; member
2230 if (header.offsetInputs && header.offsetInputs < reflectionData.size()) { in GetInputDescriptions()
2231 auto ptr = reflectionData.data() + header.offsetInputs; in GetInputDescriptions()