Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp549 uint16_t offsetDescriptorSets; member
601 if (header.offsetDescriptorSets && header.offsetDescriptorSets < reflectionData.size()) { in GetPipelineLayout()
602 auto ptr = reflectionData.data() + header.offsetDescriptorSets; in GetPipelineLayout()
1259 uint16_t offsetDescriptorSets = 0; in reflectSpvBinary() local
1310 offsetDescriptorSets = static_cast<uint16_t>(reflection.size()); in reflectSpvBinary()
1356 *ptr++ = offsetDescriptorSets & 0xff; in reflectSpvBinary()
1357 *ptr++ = (offsetDescriptorSets >> 8) & 0xff; in reflectSpvBinary()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp2135 uint16_t offsetDescriptorSets; member
2169 if (header.offsetDescriptorSets && header.offsetDescriptorSets < reflectionData.size()) { in GetPipelineLayout()
2170 auto ptr = reflectionData.data() + header.offsetDescriptorSets; in GetPipelineLayout()