Home
last modified time | relevance | path

Searched refs:GetThreadGroupSize (Results 1 – 7 of 7) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
Dshader_module.h48 virtual ShaderThreadGroup GetThreadGroupSize() const = 0;
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
Dshader_module_vk.h48 ShaderThreadGroup GetThreadGroupSize() const override;
Dgpu_program_vk.cpp104 const auto& tgs = mod.GetThreadGroupSize(); in GpuComputeProgramVk()
Dshader_module_vk.cpp143 ShaderThreadGroup ShaderModuleVk::GetThreadGroupSize() const in GetThreadGroupSize() function in ShaderModuleVk
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
Dshader_module_gles.h67 ShaderThreadGroup GetThreadGroupSize() const override;
Dshader_module_gles.cpp256 ShaderThreadGroup ShaderModuleGLES::GetThreadGroupSize() const in GetThreadGroupSize() function in ShaderModuleGLES
Dgpu_program_gles.cpp735 const auto& tgs = plat_.module_->GetThreadGroupSize(); in GpuComputeProgramGLES()