Home
last modified time | relevance | path

Searched refs:grid_resolution_y (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_lightprobe_defaults.h33 .grid_resolution_y = 4, \
H A DDNA_lightprobe_types.h68 int grid_resolution_y; member
/dports/graphics/blender/blender-2.91.0/tests/python/
H A Deevee_render_tests.py54 grid.data.grid_resolution_y = 3
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/eevee/
H A Deevee_lightcache.c578 lbake->total_irr_samples += prb->grid_resolution_x * prb->grid_resolution_y * in eevee_lightbake_count_probes()
985 const int cell_count = probe->grid_resolution_x * probe->grid_resolution_y * in compute_cell_id()
990 (float)MAX3(probe->grid_resolution_x, probe->grid_resolution_y, probe->grid_resolution_z))); in compute_cell_id()
1356 lbake->grid_sample_len = prb->grid_resolution_x * prb->grid_resolution_y * in EEVEE_lightbake_job()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/overlay/
H A Doverlay_extra.c763 instdata.mat[1][3] = prb->grid_resolution_y; in OVERLAY_lightprobe_cache_populate()
776 uint cell_count = prb->grid_resolution_x * prb->grid_resolution_y * prb->grid_resolution_z; in OVERLAY_lightprobe_cache_populate()