Home
last modified time | relevance | path

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

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