Home
last modified time | relevance | path

Searched refs:vars (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_post_process.cpp278 const string_view name, const string_view ppName, const PostProcess::Variables& vars) in Set()
287 SetImpl(vars, idx, iter->second); in Set()
294 void RenderDataStorePostProcess::Set(const string_view name, const array_view<PostProcess::Variables> vars) in Set() argument
301 Math::min(static_cast<uint32_t>(vars.size()), static_cast<uint32_t>(postProcesses.size())); in Set()
303 SetImpl(vars[idx], idx, iter->second); in Set()
368 const PostProcess::Variables& vars, const uint32_t ppIndex, PostProcessStack& ppStack) in SetImpl()
372 postProcesses[ppIndex].variables = vars; in SetImpl()
373 SetGlobalFactorsImpl(vars, ppIndex, ppStack); in SetImpl()
377 const PostProcess::Variables& vars, const uint32_t ppIndex, PostProcessStack& ppStack)
380 // NOTE: does not copy vars
277 Set( const string_view name, const string_view ppName, const PostProcess::Variables& vars) Set() argument
367 SetImpl( const PostProcess::Variables& vars, const uint32_t ppIndex, PostProcessStack& ppStack) SetImpl() argument
[all...]
H A Drender_data_store_post_process.h64 const PostProcess::Variables& vars) override;
65 void Set(const BASE_NS::string_view name, const BASE_NS::array_view<PostProcess::Variables> vars) override;
103 void SetImpl(const PostProcess::Variables& vars, const uint32_t ppIndex, PostProcessStack& ppStack);
104 void SetGlobalFactorsImpl(const PostProcess::Variables& vars, const uint32_t ppIndex, PostProcessStack& ppStack);
105 void GetShaderProperties(const RenderHandleReference& shader, PostProcess::Variables& vars);
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Dintf_render_data_store_post_process.h128 * @param vars Variables to set for the single post process
131 const BASE_NS::string_view name, const BASE_NS::string_view ppName, const PostProcess::Variables& vars) = 0;
135 * @param vars Variables to set for the single post processes
137 virtual void Set(const BASE_NS::string_view name, const BASE_NS::array_view<PostProcess::Variables> vars) = 0;
/foundation/communication/bluetooth_service/test/example/BluetoothSocketTest/
H A Dhvigorw.bat20 @rem Required ENV vars:
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp690 IRenderDataStorePostProcess::PostProcess::Variables vars; in FillPostProcessConfigurationVars() local
691 vars.userFactorIndex = pp.globalUserFactorIndex; in FillPostProcessConfigurationVars()
693 vars.factor = pp.factor; in FillPostProcessConfigurationVars()
694 vars.enabled = pp.enabled; in FillPostProcessConfigurationVars()
695 vars.flags = pp.flags; in FillPostProcessConfigurationVars()
699 const size_t copyByteSize = Math::min(countof(vars.customPropertyData), customData.size_bytes()); in FillPostProcessConfigurationVars()
700 CloneData(vars.customPropertyData, countof(vars.customPropertyData), customData.data(), copyByteSize); in FillPostProcessConfigurationVars()
703 return vars; in FillPostProcessConfigurationVars()
2233 const IRenderDataStorePostProcess::PostProcess::Variables vars
[all...]

Completed in 6 milliseconds