Home
last modified time | relevance | path

Searched refs:GetReflectionThreadGroupSize (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_shader_manager.h432 …virtual ShaderThreadGroup GetReflectionThreadGroupSize(const RenderHandleReference& handle) const … in RENDER_BEGIN_NAMESPACE()
748 virtual ShaderThreadGroup GetReflectionThreadGroupSize(const RenderHandle& handle) const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.h212 …ShaderThreadGroup GetReflectionThreadGroupSize(const RenderHandleReference& handle) const override;
213 ShaderThreadGroup GetReflectionThreadGroupSize(const RenderHandle& handle) const;
529 ShaderThreadGroup GetReflectionThreadGroupSize(const RenderHandle& handle) const override;
H A Dshader_manager.cpp1449 ShaderThreadGroup ShaderManager::GetReflectionThreadGroupSize(const RenderHandle& handle) const in GetReflectionThreadGroupSize() function in ShaderManager
1468 ShaderThreadGroup ShaderManager::GetReflectionThreadGroupSize(const RenderHandleReference& handle) … in GetReflectionThreadGroupSize() function in ShaderManager
1470 return GetReflectionThreadGroupSize(handle.GetHandle()); in GetReflectionThreadGroupSize()
2397 ShaderThreadGroup RenderNodeShaderManager::GetReflectionThreadGroupSize(const RenderHandle& handle)… in GetReflectionThreadGroupSize() function in RenderNodeShaderManager
2399 return shaderMgr_.GetReflectionThreadGroupSize(handle); in GetReflectionThreadGroupSize()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_bloom.cpp642 psos_.downscaleAndThresholdTGS = shaderMgr.GetReflectionThreadGroupSize(shaderHandle); in CreateComputePsos()
655 psos_.downscaleTGS = shaderMgr.GetReflectionThreadGroupSize(shaderHandle); in CreateComputePsos()
668 psos_.upscaleTGS = shaderMgr.GetReflectionThreadGroupSize(shaderHandle); in CreateComputePsos()
681 psos_.combineTGS = shaderMgr.GetReflectionThreadGroupSize(shaderHandle); in CreateComputePsos()
H A Drender_node_compute_generic.cpp70 threadGroupSize_ = shaderMgr.GetReflectionThreadGroupSize(shader_); in InitNode()
H A Drender_node_shader_passes_generic.cpp322 const ShaderThreadGroup tgs = shaderMgr.GetReflectionThreadGroupSize(shaderHandle); in ExecuteFrameCompute()
H A Drender_node_mip_chain_post_process.cpp103 … pipelineData_.threadGroupSize = shaderMgr.GetReflectionThreadGroupSize(pipelineData_.shader); in InitNode()
H A Drender_node_single_post_process.cpp153 threadGroupSize_ = shaderMgr.GetReflectionThreadGroupSize(shader_); in InitNode()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_morph.cpp67 threadGroupSize_ = shaderMgr.GetReflectionThreadGroupSize(shaderHandle); in InitNode()
H A Drender_node_camera_single_post_process.cpp197 threadGroupSize_ = shaderMgr.GetReflectionThreadGroupSize(shader_); in InitNode()