Searched refs:GetThreadGroupSize (Results 1 – 7 of 7) sorted by relevance
48 virtual ShaderThreadGroup GetThreadGroupSize() const = 0;
48 ShaderThreadGroup GetThreadGroupSize() const override;
104 const auto& tgs = mod.GetThreadGroupSize(); in GpuComputeProgramVk()
143 ShaderThreadGroup ShaderModuleVk::GetThreadGroupSize() const in GetThreadGroupSize() function in ShaderModuleVk
67 ShaderThreadGroup GetThreadGroupSize() const override;
265 ShaderThreadGroup ShaderModuleGLES::GetThreadGroupSize() const in GetThreadGroupSize() function in ShaderModuleGLES
707 const auto& tgs = plat_.module_->GetThreadGroupSize(); in GpuComputeProgramGLES()