Home
last modified time | relevance | path

Searched defs:tgs (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_program_vk.cpp104 const auto& tgs = mod.GetThreadGroupSize(); in GpuComputeProgramVk() local
H A Dshader_module_vk.cpp88 const Math::UVec3 tgs = createInfo.reflectionData.GetLocalSize(); in ShaderModuleVk() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_bloom.cpp196 const ShaderThreadGroup tgs = psos_.downscaleAndThresholdTGS; in ComputeDownscaleAndThreshold() local
216 const ShaderThreadGroup tgs = psos_.downscaleTGS; in ComputeDownscale() local
251 const ShaderThreadGroup tgs = psos_.upscaleTGS; in ComputeUpscale() local
286 const ShaderThreadGroup tgs = psos_.combineTGS; in ComputeCombine() local
H A Drender_node_shader_passes_generic.cpp322 const ShaderThreadGroup tgs = shaderMgr.GetReflectionThreadGroupSize(shaderHandle); in ExecuteFrameCompute() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dshader_module_gles.cpp181 const Math::UVec3 tgs = createInfo.reflectionData.GetLocalSize(); in ProcessShaderModule() local
H A Dgpu_program_gles.cpp707 const auto& tgs = plat_.module_->GetThreadGroupSize(); in GpuComputeProgramGLES() local