Searched refs:dsOc (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_material_objects.cpp | 71 const auto dsOc = dataStoreMaterial->GetObjectCounts(); in PreExecuteFrame() local 73 Math::max(dsOc.meshCount, 1u), in PreExecuteFrame() 74 Math::max(dsOc.submeshCount, 1u), in PreExecuteFrame() 75 Math::max(dsOc.skinCount, 1u), in PreExecuteFrame() 76 Math::max(dsOc.materialCount, 1u), in PreExecuteFrame()
|
H A D | render_node_default_shadow_render_slot.cpp | 178 const auto dsOc = dataStoreMaterial->GetSlotObjectCounts(jsonInputs_.renderSlotId); in PreExecuteFrame() local 179 const ObjectCounts oc { Math::max(dsOc.meshCount, 1u), Math::max(dsOc.submeshCount, 1u), in PreExecuteFrame() 180 Math::max(dsOc.skinCount, 1u), Math::max(dsOc.materialCount, 1u) }; in PreExecuteFrame()
|
H A D | render_node_default_depth_render_slot.cpp | 109 const auto dsOc = dataStoreMaterial->GetSlotObjectCounts(jsonInputs_.renderSlotId); in PreExecuteFrame() local 111 Math::max(dsOc.meshCount, 1u), in PreExecuteFrame() 112 Math::max(dsOc.submeshCount, 1u), in PreExecuteFrame() 113 Math::max(dsOc.skinCount, 1u), in PreExecuteFrame()
|
H A D | render_node_default_material_render_slot.cpp | 225 const auto dsOc = dataStoreMaterial->GetSlotObjectCounts(jsonInputs_.renderSlotId); in PreExecuteFrame() local 227 Math::max(dsOc.meshCount, 1u), in PreExecuteFrame() 228 Math::max(dsOc.submeshCount, 1u), in PreExecuteFrame() 229 Math::max(dsOc.skinCount, 1u), in PreExecuteFrame() 230 Math::max(dsOc.materialCount, 1u), in PreExecuteFrame()
|