Home
last modified time | relevance | path

Searched defs:maxByteSize (Results 1 – 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
Drender_data_store_pod.cpp106 const uint32_t maxByteSize = std::min(byteSize, static_cast<uint32_t>(srcData.size())); in Set() local
Drender_data_store_post_process.cpp76const uint32_t maxByteSize, const string_view type, const json::value* value, uint32_t& offset, ui… in AppendValues()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
Drender_data_store_default_material.cpp305 const auto maxByteSize = Math::min(static_cast<uint32_t>(customData.size_bytes()), in AddMaterialData() local
384 … const auto maxByteSize = Math::min(static_cast<uint32_t>(customPropertyData.size_bytes()), in AddInstanceMaterialData() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
Dshader_pipeline_binder.cpp361 const size_t maxByteSize = Math::min(pushData_.size_in_bytes(), data.size_bytes()); in SetPushConstantData() local