Home
last modified time | relevance | path

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

/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
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.cpp707 const auto& tgs = plat_.module_->GetThreadGroupSize(); in GpuComputeProgramGLES() local
H A Dshader_module_gles.cpp181 const Math::UVec3 tgs = createInfo.reflectionData.GetLocalSize(); in ProcessShaderModule() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_bloom.cpp196 const ShaderThreadGroup tgs = psos_.downscaleAndThresholdTGS; local
216 const ShaderThreadGroup tgs = psos_.downscaleTGS; in ComputeDownscale() local
251 const ShaderThreadGroup tgs = psos_.upscaleTGS; ComputeUpscale() local
286 const ShaderThreadGroup tgs = psos_.combineTGS; ComputeCombine() local
[all...]
H A Drender_node_shader_passes_generic.cpp322 const ShaderThreadGroup tgs = shaderMgr.GetReflectionThreadGroupSize(shaderHandle); in ExecuteFrameCompute() local

Completed in 4 milliseconds