Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Stockner <lukas.stockner@freenet.de>2018-07-04 15:26:42 +0300
committerLukas Stockner <lukas.stockner@freenet.de>2018-07-04 15:37:24 +0300
commit9db8bdbc653eb783707a748a271797510144a8eb (patch)
tree806f8c5d27790244de203ae62829b04db0be1610 /intern/cycles/kernel/kernels/cpu/filter_cpu.h
parent97a0d6fcc736e604113487196ff3c3578306fc6c (diff)
Cycles Denoising: Cleanup: Rename tiles to tile_info
Diffstat (limited to 'intern/cycles/kernel/kernels/cpu/filter_cpu.h')
-rw-r--r--intern/cycles/kernel/kernels/cpu/filter_cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/cycles/kernel/kernels/cpu/filter_cpu.h b/intern/cycles/kernel/kernels/cpu/filter_cpu.h
index 4231aba88d7..b62aa9663ec 100644
--- a/intern/cycles/kernel/kernels/cpu/filter_cpu.h
+++ b/intern/cycles/kernel/kernels/cpu/filter_cpu.h
@@ -17,7 +17,7 @@
/* Templated common declaration part of all CPU kernels. */
void KERNEL_FUNCTION_FULL_NAME(filter_divide_shadow)(int sample,
- TilesInfo *tiles,
+ TileInfo *tile_info,
int x,
int y,
float *unfilteredA,
@@ -30,7 +30,7 @@ void KERNEL_FUNCTION_FULL_NAME(filter_divide_shadow)(int sample,
int buffer_denoising_offset);
void KERNEL_FUNCTION_FULL_NAME(filter_get_feature)(int sample,
- TilesInfo *tiles,
+ TileInfo *tile_info,
int m_offset,
int v_offset,
int x,