Searched defs:ths (Results 1 - 2 of 2) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/assets/render/shaders/common/ | ||
H A D | bloom_common.h | 184 const vec2 ths = ts * 0.5; in bloomDownscaleWeighted() local 277 const vec2 ths = ts * 0.5; bloomDownscale() local [all...] |
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ | ||
H A D | render_blur_common.h | 265 const vec2 ths = ts * 0.5; in SoftDownscaleRGB() local 299 const vec2 ths = invTexSize * 0.5; // 0.5: half DownscaleRGBADof() local 332 const vec2 ths = invTexSize * 0.5; // 0.5:half BlurRGBADof() local 387 const vec2 ths = ts * 0.5; SoftDownscaleRGBLayer() local [all...] |
Completed in 1 milliseconds