Home
last modified time | relevance | path

Searched refs:offsetPushConstants (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp547 uint16_t offsetPushConstants; member
593 if (header.offsetPushConstants && header.offsetPushConstants < reflectionData.size()) { in GetPipelineLayout()
594 auto ptr = reflectionData.data() + header.offsetPushConstants; in GetPipelineLayout()
1257 uint16_t offsetPushConstants = 0;
1276 offsetPushConstants = static_cast<uint16_t>(reflection.size());
1352 *ptr++ = offsetPushConstants & 0xff;
1353 *ptr++ = (offsetPushConstants >> 8) & 0xff;
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp2132 uint16_t offsetPushConstants;
2160 if (header.offsetPushConstants && header.offsetPushConstants < reflectionData.size()) {
2161 auto ptr = reflectionData.data() + header.offsetPushConstants;
2266 if (header.offsetPushConstants && header.offsetPushConstants < reflectionData.size()) {
2267 const auto constants = *(reflectionData.data() + header.offsetPushConstants);
2270 ptr = reflectionData.data() + header.offsetPushConstants + sizeof(uint8_t) + sizeof(uint16_t);

Completed in 8 milliseconds