diff --git a/docs/studies/22-p3-lighting-benchmark-2026-09-24.md b/docs/studies/22-p3-lighting-benchmark-2026-09-24.md new file mode 100644 index 0000000..1755070 --- /dev/null +++ b/docs/studies/22-p3-lighting-benchmark-2026-09-24.md @@ -0,0 +1,46 @@ +# P3 light scaling and Forward+ decision (2026-09-24) + +The first Release measurement of P3 lighting crosses the planned Forward+ gate. On the Linux reference RTX 2080 Ti, 32 local lights added about 0.50 ms of forward raster work, over 28% of the zero-light GPU frame in every visibility mode. At 64 lights the added raster time was about 1.02 ms. The result requires a measured tiled Forward+ implementation under [the P3 plan](../superpowers/plans/2026-09-24-p3-lighting.md); it does not establish a speedup until that implementation is compared on the same workload. + +## Reproduction and scope + +| Field | Recorded value | +| --- | --- | +| Source revision | `05906054cf5c4f6a9346ce0b4c507f256566e43e`, clean at the start and end of the sweep | +| Benchmark executable SHA-256 | `946850c2354e848a72212a4f15292c8e5564747f4bc60e010a307904d38db8e3` | +| Host and device | Linux, NVIDIA GeForce RTX 2080 Ti; NVIDIA driver 595.84; physical Vulkan GPU selected by the renderer | +| Build | Clang/CMake `linux-release`, 1920 × 1080, Vulkan validation disabled for timing | +| Workload | Fixed camera, ten meshes, 0/4/16/32/64/128 point lights; local shadows both off and on; Direct, GPU frustum and GPU occlusion | +| Sampling | Ten warm-up and thirty measured frames per run, three runs for each of 36 configurations: 108 runs, 3,240 raw frame rows | + +The exact command was: + +```sh +python3 tools/benchmark_p3_lighting.py --sweep \ + --executable build/linux-release/faset_p3_lighting_benchmark \ + --output /tmp/faset-p3-release-2026-09-24 \ + --driver NVIDIA-595.84 --validation off +``` + +The [summary](data/p3-lighting-2026-09-24/forward/summary.json), [merged per-frame CSV](data/p3-lighting-2026-09-24/forward/merged.csv), and [individual raw files](data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-000_run-1.csv) retain the counters and acquisition order. All 108 individual files are in the adjacent `raw/` directory. The wrapper rejects a dirty source checkout, a changed benchmark binary, a Debug executable, mixed devices/drivers/lighting paths, visibility fallback, validation errors, nonzero omitted-light counts, or inconsistent shadow-face counts. The driver name supplied to the benchmark was cross-checked against `nvidia-smi` and `vulkaninfo`; the device name is reported by Vulkan. This remains a single-machine synthetic scene measurement. + +## Gate result + +Each configuration's p50 is the median of three run medians. The overhead compares each high-light run with its matching zero-light repeat under the same visibility and shadow settings, then takes the median of the three differences. For GPU occlusion, the raster metric adds main and post raster passes. The gate is reached if a 32-, 64-, or 128-light overhead is at least 1.0 ms **or** 15% of the matching zero-light whole GPU frame. + +| Shadow setting | Visibility | Added raster at 32 lights | At 64 lights | At 128 lights | +| --- | --- | ---: | ---: | ---: | +| Off | Direct | 0.502 ms (31.0%) | 1.012 ms (62.4%) | 2.033 ms (125.5%) | +| Off | GPU frustum | 0.507 ms (32.3%) | 1.017 ms (64.8%) | 2.030 ms (129.4%) | +| Off | GPU occlusion | 0.507 ms (28.9%) | 1.020 ms (58.2%) | 2.028 ms (115.7%) | +| On | Direct | 0.534 ms (35.3%) | 1.046 ms (69.1%) | 2.074 ms (137.0%) | +| On | GPU frustum | 0.538 ms (34.9%) | 1.056 ms (68.5%) | 2.077 ms (134.7%) | +| On | GPU occlusion | 0.539 ms (30.7%) | 1.057 ms (60.2%) | 2.079 ms (118.4%) | + +All 3,240 frames submitted the requested local-light count, reported zero Vulkan errors, and retained the requested visibility mode. Validation was **off** during the performance sweep; zero reported errors here is not a validation-layer pass. Separate GPU tests exercise validation and image correctness. + +With shadows on, four point lights request 24 faces but only 12 fit atomically in the 16-tile atlas (two full six-face point lights). The same 12 faces remain at 16–128 lights; 128 lights request 768 faces and explicitly drop 756. The corresponding local shadow GPU p50 stays near 0.018 ms. Thus the scaling above is mainly fragment shading, not additional shadow-map rendering. The table does not imply that 128 shadowed points are supported simultaneously. + +`gpu_ms` includes the renderer's synchronous framebuffer capture copy, while `cpu_ms` includes submission and wait. Neither is an interactive game frame rate. The gate deliberately uses GPU raster timestamps; the post-occlusion raster pass is included when active. The fixed geometry and light arrangement, GPU clock state, and one driver limit generalization to other scenes and devices. The retained raw data allow this conclusion to be recomputed without trusting the prose. + +The next P3 checkpoint must implement depth-free 16 × 16 tiled Forward+ with a full-light fallback for overflowing tiles, compare rendered RGB against the current full-scan path, and remeasure tile-build **plus** raster time on this same workload. The simple path remains available as a correctness reference until that result is recorded. diff --git a/docs/studies/README.md b/docs/studies/README.md index 6225f29..a766d1b 100644 --- a/docs/studies/README.md +++ b/docs/studies/README.md @@ -40,6 +40,7 @@ Linux/Windows, десктопные 2D/3D, C++ сначала и Lua следу - [18 — Сборка и доставка](18-build-cook-and-delivery.md): инкрементальность, cache, состав Player и единый BuildService. - [19 — P2 GPU visibility: протокол приёмки](19-p2-gpu-visibility-acceptance.md): GPU-сценарии, допуски сравнения и методика измерений; отделяет проверку реализации от предложений исследования 15. - [20 — P2 GPU visibility: первый benchmark](20-p2-gpu-visibility-benchmark-2026-09-23.md): три запуска, raw CSV, p50/p95 и границы интерпретации на Linux reference GPU. +- [22 — P3 light scaling and Forward+ decision](22-p3-lighting-benchmark-2026-09-24.md): Release-замеры 0–128 источников света, все три режима видимости, raw CSV и проверка порога для Forward+. - [21 — P2 GPU visibility: оптимизация MainCull](21-p2-gpu-visibility-optimization-2026-09-23.md): отдельные измерения переноса выходных буферов в память GPU и замены CAS-цикла на atomic add. ## Происхождение и воспроизводимость diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/merged.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/merged.csv new file mode 100644 index 0000000..37a95ba --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/merged.csv @@ -0,0 +1,3241 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms,source_csv,acquisition_index +0,off,direct,direct,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.042720,0.000000,0,0,0.000000,0.000000,0.000000,1.876992,3.437374,0.867045,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.043232,0.000000,0,0,0.000000,0.000000,0.000000,1.619744,3.056145,0.919003,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.042816,0.000000,0,0,0.000000,0.000000,0.000000,1.426656,2.896103,0.928371,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.043008,0.000000,0,0,0.000000,0.000000,0.000000,1.283168,2.488985,0.839734,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.043008,0.000000,0,0,0.000000,0.000000,0.000000,1.985408,3.396046,0.881824,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.043008,0.000000,0,0,0.000000,0.000000,0.000000,1.675296,3.175410,0.867135,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.041984,0.000000,0,0,0.000000,0.000000,0.000000,1.975488,3.623485,0.868097,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.053408,0.000000,0,0,0.000000,0.000000,0.000000,1.731168,3.258186,0.947778,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.042432,0.000000,0,0,0.000000,0.000000,0.000000,1.978560,3.713905,0.938290,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.042048,0.000000,0,0,0.000000,0.000000,0.000000,1.698304,3.213362,0.914815,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.040960,0.000000,0,0,0.000000,0.000000,0.000000,1.980032,3.657840,0.940374,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.041152,0.000000,0,0,0.000000,0.000000,0.000000,1.708544,3.258066,0.897763,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.041472,0.000000,0,0,0.000000,0.000000,0.000000,1.976288,3.680272,0.964629,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.041088,0.000000,0,0,0.000000,0.000000,0.000000,1.655936,3.253267,0.913954,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.040960,0.000000,0,0,0.000000,0.000000,0.000000,1.973856,3.628074,0.954210,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.040960,0.000000,0,0,0.000000,0.000000,0.000000,1.717760,3.249700,0.931908,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.041312,0.000000,0,0,0.000000,0.000000,0.000000,1.976096,3.640647,0.942829,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.042400,0.000000,0,0,0.000000,0.000000,0.000000,1.705472,3.315394,0.983264,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.042560,0.000000,0,0,0.000000,0.000000,0.000000,1.975168,3.751006,0.961344,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.041824,0.000000,0,0,0.000000,0.000000,0.000000,1.663584,3.279496,0.933470,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.041600,0.000000,0,0,0.000000,0.000000,0.000000,1.978272,3.477780,0.955402,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.041440,0.000000,0,0,0.000000,0.000000,0.000000,1.683616,3.248187,0.928963,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.041632,0.000000,0,0,0.000000,0.000000,0.000000,1.967904,3.571296,0.955192,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.034112,0.000000,0,0,0.000000,0.000000,0.000000,1.594112,3.049602,0.884638,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.034560,0.000000,0,0,0.000000,0.000000,0.000000,2.005920,3.193354,0.871875,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.034272,0.000000,0,0,0.000000,0.000000,0.000000,1.615808,3.041237,0.933161,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.033376,0.000000,0,0,0.000000,0.000000,0.000000,1.532480,2.809229,0.912091,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032832,0.000000,0,0,0.000000,0.000000,0.000000,1.400672,2.853783,0.937428,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.033440,0.000000,0,0,0.000000,0.000000,0.000000,1.271584,2.653926,0.936566,shadows-off_direct_lights-000_run-1.csv,0 +0,off,direct,direct,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.033088,0.000000,0,0,0.000000,0.000000,0.000000,1.825824,3.237567,0.954350,shadows-off_direct_lights-000_run-1.csv,0 +32,off,direct,direct,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.556160,0.000000,0,0,0.000000,0.000000,0.000000,3.000768,4.491944,0.997992,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.555008,0.000000,0,0,0.000000,0.000000,0.000000,2.689568,4.121755,0.928241,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.554944,0.000000,0,0,0.000000,0.000000,0.000000,2.143808,3.513928,0.885681,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.556832,0.000000,0,0,0.000000,0.000000,0.000000,2.348832,4.024942,1.220382,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.555776,0.000000,0,0,0.000000,0.000000,0.000000,2.133344,3.459767,0.849663,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.555008,0.000000,0,0,0.000000,0.000000,0.000000,1.981280,3.660465,1.219370,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.564864,0.000000,0,0,0.000000,0.000000,0.000000,2.015328,3.744934,0.873878,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.552960,0.000000,0,0,0.000000,0.000000,0.000000,1.920512,3.444587,0.921438,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.555008,0.000000,0,0,0.000000,0.000000,0.000000,2.000352,3.294835,0.860523,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.555008,0.000000,0,0,0.000000,0.000000,0.000000,1.929984,3.528346,0.950352,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.555776,0.000000,0,0,0.000000,0.000000,0.000000,2.129568,3.389404,0.915156,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536320,0.000000,0,0,0.000000,0.000000,0.000000,1.887456,3.451821,0.933571,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.537600,0.000000,0,0,0.000000,0.000000,0.000000,1.770080,3.064832,0.937979,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536512,0.000000,0,0,0.000000,0.000000,0.000000,1.865344,3.565426,1.038489,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.535840,0.000000,0,0,0.000000,0.000000,0.000000,2.110528,3.604069,1.043879,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534688,0.000000,0,0,0.000000,0.000000,0.000000,1.863200,3.313470,0.984738,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536192,0.000000,0,0,0.000000,0.000000,0.000000,2.116576,3.513327,0.937037,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534720,0.000000,0,0,0.000000,0.000000,0.000000,1.864000,3.448826,1.072483,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536576,0.000000,0,0,0.000000,0.000000,0.000000,2.057856,3.719416,1.085217,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536512,0.000000,0,0,0.000000,0.000000,0.000000,1.864352,3.466830,1.110916,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534848,0.000000,0,0,0.000000,0.000000,0.000000,2.087072,3.734545,1.069637,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536352,0.000000,0,0,0.000000,0.000000,0.000000,1.908352,3.648823,1.119972,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536128,0.000000,0,0,0.000000,0.000000,0.000000,2.101600,3.610771,1.133248,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.535808,0.000000,0,0,0.000000,0.000000,0.000000,1.900640,3.790189,1.266539,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536256,0.000000,0,0,0.000000,0.000000,0.000000,2.376832,3.742860,0.971663,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534528,0.000000,0,0,0.000000,0.000000,0.000000,1.913824,3.457753,1.049209,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536384,0.000000,0,0,0.000000,0.000000,0.000000,2.543008,3.939281,0.930986,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.537280,0.000000,0,0,0.000000,0.000000,0.000000,1.762048,3.097903,0.940794,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.537504,0.000000,0,0,0.000000,0.000000,0.000000,2.471392,4.030773,1.011858,shadows-off_direct_lights-032_run-1.csv,1 +32,off,direct,direct,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534400,0.000000,0,0,0.000000,0.000000,0.000000,1.892480,3.477078,1.046755,shadows-off_direct_lights-032_run-1.csv,1 +4,off,direct,direct,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089824,0.000000,0,0,0.000000,0.000000,0.000000,2.019968,3.509270,0.867647,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089664,0.000000,0,0,0.000000,0.000000,0.000000,1.444672,2.917483,0.912421,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089888,0.000000,0,0,0.000000,0.000000,0.000000,2.026432,3.444718,0.855865,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089216,0.000000,0,0,0.000000,0.000000,0.000000,1.341504,2.765066,0.938751,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089856,0.000000,0,0,0.000000,0.000000,0.000000,2.252448,3.504340,0.846186,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088896,0.000000,0,0,0.000000,0.000000,0.000000,1.328384,2.630141,0.921568,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088736,0.000000,0,0,0.000000,0.000000,0.000000,1.579072,3.055854,0.898364,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089824,0.000000,0,0,0.000000,0.000000,0.000000,1.611744,3.205657,1.117338,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.315456,2.683111,0.937589,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089664,0.000000,0,0,0.000000,0.000000,0.000000,2.082752,3.654694,1.053357,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089856,0.000000,0,0,0.000000,0.000000,0.000000,1.328864,2.629741,0.911470,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089408,0.000000,0,0,0.000000,0.000000,0.000000,2.203744,3.618075,0.820567,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089760,0.000000,0,0,0.000000,0.000000,0.000000,1.349888,2.731723,0.930875,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088672,0.000000,0,0,0.000000,0.000000,0.000000,1.734912,3.056797,0.958508,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090016,0.000000,0,0,0.000000,0.000000,0.000000,1.478144,2.877448,0.934011,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.319680,2.538298,0.948750,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089952,0.000000,0,0,0.000000,0.000000,0.000000,1.660960,3.719907,1.414649,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.325184,2.679664,0.931006,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089792,0.000000,0,0,0.000000,0.000000,0.000000,2.080992,3.777476,1.187130,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.091168,0.000000,0,0,0.000000,0.000000,0.000000,1.326272,2.669816,0.902042,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,2.079872,3.944380,1.125894,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.326464,2.713228,0.943309,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.858688,3.471338,0.862427,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089824,0.000000,0,0,0.000000,0.000000,0.000000,1.326688,2.687860,0.927679,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,2.198240,4.208158,0.895068,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.320736,2.670467,0.918493,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089760,0.000000,0,0,0.000000,0.000000,0.000000,2.029664,3.325112,0.833182,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089952,0.000000,0,0,0.000000,0.000000,0.000000,1.314624,2.651211,0.940825,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088544,0.000000,0,0,0.000000,0.000000,0.000000,1.523680,2.914357,0.943780,shadows-off_direct_lights-004_run-1.csv,2 +4,off,direct,direct,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089888,0.000000,0,0,0.000000,0.000000,0.000000,1.425696,3.067456,1.119311,shadows-off_direct_lights-004_run-1.csv,2 +64,off,direct,direct,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.048704,0.000000,0,0,0.000000,0.000000,0.000000,2.678784,4.077471,0.900839,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.046336,0.000000,0,0,0.000000,0.000000,0.000000,3.558272,4.775638,0.881523,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.043744,0.000000,0,0,0.000000,0.000000,0.000000,2.281696,3.512296,0.874269,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.043776,0.000000,0,0,0.000000,0.000000,0.000000,3.456160,4.976517,0.882595,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.038624,0.000000,0,0,0.000000,0.000000,0.000000,2.833696,4.188200,0.897914,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.041536,0.000000,0,0,0.000000,0.000000,0.000000,2.565088,3.876772,0.971973,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.046528,0.000000,0,0,0.000000,0.000000,0.000000,4.601184,6.137387,0.889508,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.041024,0.000000,0,0,0.000000,0.000000,0.000000,3.201056,4.738568,1.018892,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.041632,0.000000,0,0,0.000000,0.000000,0.000000,2.276704,3.732240,0.965421,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.043680,0.000000,0,0,0.000000,0.000000,0.000000,3.218112,4.890305,1.173153,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.042752,0.000000,0,0,0.000000,0.000000,0.000000,3.474912,4.867301,0.928021,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.044480,0.000000,0,0,0.000000,0.000000,0.000000,2.274592,3.817752,1.029462,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.048576,0.000000,0,0,0.000000,0.000000,0.000000,3.467392,5.166866,1.124261,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.045344,0.000000,0,0,0.000000,0.000000,0.000000,3.564224,5.153161,1.040773,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.042464,0.000000,0,0,0.000000,0.000000,0.000000,2.276512,3.790490,1.056453,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.042848,0.000000,0,0,0.000000,0.000000,0.000000,3.402464,4.846773,0.925225,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.042432,0.000000,0,0,0.000000,0.000000,0.000000,3.446560,4.816416,0.856185,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.037312,0.000000,0,0,0.000000,0.000000,0.000000,2.271680,3.662569,0.991770,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.041312,0.000000,0,0,0.000000,0.000000,0.000000,3.463680,5.169772,1.045382,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.039712,0.000000,0,0,0.000000,0.000000,0.000000,3.548448,4.892899,0.842449,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.039392,0.000000,0,0,0.000000,0.000000,0.000000,2.280160,3.529798,0.873087,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.038048,0.000000,0,0,0.000000,0.000000,0.000000,3.446240,4.856952,0.768980,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.039456,0.000000,0,0,0.000000,0.000000,0.000000,2.556736,3.874649,0.826239,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.040352,0.000000,0,0,0.000000,0.000000,0.000000,2.686624,4.203348,0.892323,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.039968,0.000000,0,0,0.000000,0.000000,0.000000,3.325600,4.781620,0.826289,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.042432,0.000000,0,0,0.000000,0.000000,0.000000,2.279424,3.568711,0.904045,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.038880,0.000000,0,0,0.000000,0.000000,0.000000,3.217344,5.272816,1.560052,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.042912,0.000000,0,0,0.000000,0.000000,0.000000,3.107872,4.719903,0.954611,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.038720,0.000000,0,0,0.000000,0.000000,0.000000,2.299168,3.594811,0.843782,shadows-off_direct_lights-064_run-1.csv,3 +64,off,direct,direct,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.038336,0.000000,0,0,0.000000,0.000000,0.000000,3.215648,4.487003,0.829555,shadows-off_direct_lights-064_run-1.csv,3 +16,off,direct,direct,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277888,0.000000,0,0,0.000000,0.000000,0.000000,2.150816,3.486216,0.868097,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280256,0.000000,0,0,0.000000,0.000000,0.000000,1.522848,3.008825,1.062585,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279552,0.000000,0,0,0.000000,0.000000,0.000000,1.504000,2.728326,0.914294,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278400,0.000000,0,0,0.000000,0.000000,0.000000,1.655968,3.501936,0.918141,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279936,0.000000,0,0,0.000000,0.000000,0.000000,1.504576,2.914077,0.949522,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.276480,0.000000,0,0,0.000000,0.000000,0.000000,1.655584,3.645677,1.025405,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,1.833408,3.816128,1.252943,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277440,0.000000,0,0,0.000000,0.000000,0.000000,2.077568,3.485885,0.937809,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,1.844768,3.144511,0.860363,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277152,0.000000,0,0,0.000000,0.000000,0.000000,1.613504,3.050755,1.020004,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277824,0.000000,0,0,0.000000,0.000000,0.000000,1.826912,3.130485,0.872475,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278656,0.000000,0,0,0.000000,0.000000,0.000000,2.052192,3.419951,0.919274,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277376,0.000000,0,0,0.000000,0.000000,0.000000,1.783136,3.229202,0.911860,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277632,0.000000,0,0,0.000000,0.000000,0.000000,2.053632,3.426373,0.920166,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277600,0.000000,0,0,0.000000,0.000000,0.000000,1.787392,3.177464,0.847108,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278016,0.000000,0,0,0.000000,0.000000,0.000000,2.044608,3.381659,0.878747,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277760,0.000000,0,0,0.000000,0.000000,0.000000,1.513504,3.052959,1.007401,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277728,0.000000,0,0,0.000000,0.000000,0.000000,2.374112,3.676795,0.798115,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277824,0.000000,0,0,0.000000,0.000000,0.000000,1.515168,2.892767,0.947197,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277216,0.000000,0,0,0.000000,0.000000,0.000000,2.380960,3.729545,0.863629,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,1.526176,2.998997,0.968988,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278176,0.000000,0,0,0.000000,0.000000,0.000000,2.217024,3.662920,0.942348,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277312,0.000000,0,0,0.000000,0.000000,0.000000,1.527840,2.870164,0.884709,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,1.992352,3.729475,1.260207,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279520,0.000000,0,0,0.000000,0.000000,0.000000,1.666816,4.326321,1.252623,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.276480,0.000000,0,0,0.000000,0.000000,0.000000,2.210944,3.582067,0.872545,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277824,0.000000,0,0,0.000000,0.000000,0.000000,1.515616,2.904800,0.908583,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278656,0.000000,0,0,0.000000,0.000000,0.000000,2.442400,3.933800,0.807914,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.276832,0.000000,0,0,0.000000,0.000000,0.000000,1.518272,2.936179,0.934503,shadows-off_direct_lights-016_run-1.csv,4 +16,off,direct,direct,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278112,0.000000,0,0,0.000000,0.000000,0.000000,2.219072,3.575134,0.856285,shadows-off_direct_lights-016_run-1.csv,4 +128,off,direct,direct,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.062944,0.000000,0,0,0.000000,0.000000,0.000000,4.489568,6.125404,1.061011,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.060896,0.000000,0,0,0.000000,0.000000,0.000000,4.420832,6.375316,1.368792,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.062976,0.000000,0,0,0.000000,0.000000,0.000000,4.452672,6.209944,1.231253,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.065184,0.000000,0,0,0.000000,0.000000,0.000000,5.492288,7.248793,1.267131,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.061408,0.000000,0,0,0.000000,0.000000,0.000000,4.467552,5.949362,0.972384,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.068160,0.000000,0,0,0.000000,0.000000,0.000000,4.471136,6.183675,1.150019,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.076512,0.000000,0,0,0.000000,0.000000,0.000000,3.899744,5.746960,1.111446,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.061312,0.000000,0,0,0.000000,0.000000,0.000000,3.298944,4.922766,1.059679,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.062144,0.000000,0,0,0.000000,0.000000,0.000000,4.249248,5.827072,0.980470,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.068448,0.000000,0,0,0.000000,0.000000,0.000000,4.543520,6.065842,0.963838,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.069248,0.000000,0,0,0.000000,0.000000,0.000000,4.471616,5.954883,0.975560,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.067296,0.000000,0,0,0.000000,0.000000,0.000000,4.466368,5.861186,0.889478,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.064224,0.000000,0,0,0.000000,0.000000,0.000000,3.590624,4.966839,0.899787,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.062848,0.000000,0,0,0.000000,0.000000,0.000000,3.752768,5.202934,0.952847,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.052512,0.000000,0,0,0.000000,0.000000,0.000000,4.594848,6.165119,1.021838,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.060224,0.000000,0,0,0.000000,0.000000,0.000000,3.745792,5.084701,0.911259,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.050048,0.000000,0,0,0.000000,0.000000,0.000000,4.244672,5.617887,0.948559,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.050048,0.000000,0,0,0.000000,0.000000,0.000000,3.737824,5.116331,1.000437,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.051616,0.000000,0,0,0.000000,0.000000,0.000000,3.737824,5.531003,1.128549,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.056160,0.000000,0,0,0.000000,0.000000,0.000000,4.591520,6.216025,1.066071,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.058240,0.000000,0,0,0.000000,0.000000,0.000000,4.457696,5.938102,0.927730,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.054432,0.000000,0,0,0.000000,0.000000,0.000000,4.455424,5.862839,0.896561,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.050688,0.000000,0,0,0.000000,0.000000,0.000000,3.591104,5.019178,0.930475,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.056192,0.000000,0,0,0.000000,0.000000,0.000000,4.103520,5.602678,0.985228,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.054144,0.000000,0,0,0.000000,0.000000,0.000000,4.464416,6.097882,1.047215,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.056128,0.000000,0,0,0.000000,0.000000,0.000000,4.601888,6.145132,0.982043,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.053760,0.000000,0,0,0.000000,0.000000,0.000000,4.581120,7.031805,1.057184,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.054144,0.000000,0,0,0.000000,0.000000,0.000000,4.420480,6.310424,1.326883,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.046272,0.000000,0,0,0.000000,0.000000,0.000000,5.592192,7.750781,1.371247,shadows-off_direct_lights-128_run-1.csv,5 +128,off,direct,direct,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.052640,0.000000,0,0,0.000000,0.000000,0.000000,4.580896,6.733872,1.390934,shadows-off_direct_lights-128_run-1.csv,5 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030848,0.000000,0,0,0.000000,0.000000,0.000000,1.822240,3.180379,0.892874,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031040,0.000000,0,0,0.000000,0.000000,0.000000,1.608288,3.303611,0.971623,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030688,0.000000,0,0,0.000000,0.000000,0.000000,1.821120,3.270229,0.898465,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.037344,0.000000,0,0,0.000000,0.000000,0.000000,1.324992,2.864994,0.994586,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031168,0.000000,0,0,0.000000,0.000000,0.000000,2.214304,3.625288,0.838071,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030080,0.000000,0,0,0.000000,0.000000,0.000000,1.289088,2.677711,0.862507,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030112,0.000000,0,0,0.000000,0.000000,0.000000,1.702720,3.284175,0.839423,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030144,0.000000,0,0,0.000000,0.000000,0.000000,1.411136,3.504410,1.301364,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030304,0.000000,0,0,0.000000,0.000000,0.000000,1.761472,3.177964,0.884569,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030656,0.000000,0,0,0.000000,0.000000,0.000000,1.408544,2.884120,0.902743,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031360,0.000000,0,0,0.000000,0.000000,0.000000,1.273696,2.707978,1.024352,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030432,0.000000,0,0,0.000000,0.000000,0.000000,1.821888,3.246363,0.980079,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.038336,0.000000,0,0,0.000000,0.000000,0.000000,1.289792,2.947189,1.239037,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030656,0.000000,0,0,0.000000,0.000000,0.000000,1.824288,4.070308,1.483398,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030720,0.000000,0,0,0.000000,0.000000,0.000000,1.274592,2.987786,1.212908,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030912,0.000000,0,0,0.000000,0.000000,0.000000,2.151328,3.731909,1.041244,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030240,0.000000,0,0,0.000000,0.000000,0.000000,1.273536,2.827073,1.020375,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029984,0.000000,0,0,0.000000,0.000000,0.000000,1.990688,3.569984,1.020615,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030720,0.000000,0,0,0.000000,0.000000,0.000000,1.287936,2.717826,0.935194,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029920,0.000000,0,0,0.000000,0.000000,0.000000,1.535232,2.980522,0.894397,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031008,0.000000,0,0,0.000000,0.000000,0.000000,1.281952,2.637224,0.835215,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031360,0.000000,0,0,0.000000,0.000000,0.000000,1.601472,3.090700,1.176800,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031648,0.000000,0,0,0.000000,0.000000,0.000000,1.818656,3.369155,0.998223,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030912,0.000000,0,0,0.000000,0.000000,0.000000,1.394688,2.900812,0.916108,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030624,0.000000,0,0,0.000000,0.000000,0.000000,1.821216,3.146044,0.888997,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030880,0.000000,0,0,0.000000,0.000000,0.000000,1.288832,2.771398,1.025133,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030880,0.000000,0,0,0.000000,0.000000,0.000000,1.991456,3.331374,0.859702,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030848,0.000000,0,0,0.000000,0.000000,0.000000,1.621056,2.909158,0.849332,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029856,0.000000,0,0,0.000000,0.000000,0.000000,1.536032,2.785615,0.896381,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029696,0.000000,0,0,0.000000,0.000000,0.000000,1.408640,2.989118,1.062625,shadows-off_gpu-frustum_lights-000_run-1.csv,6 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.533792,0.000000,0,0,0.000000,0.000000,0.000000,1.787776,3.171543,0.934011,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.537280,0.000000,0,0,0.000000,0.000000,0.000000,2.133184,3.547121,0.923292,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.533568,0.000000,0,0,0.000000,0.000000,0.000000,1.773920,3.168697,0.956725,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.533216,0.000000,0,0,0.000000,0.000000,0.000000,1.884000,3.384464,0.977113,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.532224,0.000000,0,0,0.000000,0.000000,0.000000,1.776096,3.243138,1.004205,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536672,0.000000,0,0,0.000000,0.000000,0.000000,1.945792,3.350470,0.899307,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.533696,0.000000,0,0,0.000000,0.000000,0.000000,1.798720,3.437394,0.995527,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.534208,0.000000,0,0,0.000000,0.000000,0.000000,2.388064,3.843259,0.955663,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.534176,0.000000,0,0,0.000000,0.000000,0.000000,1.776384,3.146696,0.919635,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.533600,0.000000,0,0,0.000000,0.000000,0.000000,1.930304,3.519028,1.040092,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.532352,0.000000,0,0,0.000000,0.000000,0.000000,2.776480,4.248294,0.973196,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.533440,0.000000,0,0,0.000000,0.000000,0.000000,2.033824,3.644966,1.115615,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.535040,0.000000,0,0,0.000000,0.000000,0.000000,1.779488,3.107882,0.957937,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.533344,0.000000,0,0,0.000000,0.000000,0.000000,1.886400,3.287561,0.929604,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.534528,0.000000,0,0,0.000000,0.000000,0.000000,2.061824,3.514820,0.891031,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.535040,0.000000,0,0,0.000000,0.000000,0.000000,2.165024,3.450509,0.838842,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.532384,0.000000,0,0,0.000000,0.000000,0.000000,1.775488,3.091501,0.897764,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536064,0.000000,0,0,0.000000,0.000000,0.000000,1.943968,3.258877,0.867997,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.533632,0.000000,0,0,0.000000,0.000000,0.000000,1.774912,3.193995,0.883256,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.532992,0.000000,0,0,0.000000,0.000000,0.000000,1.966816,3.483490,0.874971,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.533760,0.000000,0,0,0.000000,0.000000,0.000000,1.778304,3.167215,0.928331,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.533600,0.000000,0,0,0.000000,0.000000,0.000000,1.963488,3.848931,0.851426,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536544,0.000000,0,0,0.000000,0.000000,0.000000,2.012352,3.560517,0.887955,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.532608,0.000000,0,0,0.000000,0.000000,0.000000,1.960736,3.304153,0.856475,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.534464,0.000000,0,0,0.000000,0.000000,0.000000,1.778368,3.353145,1.135552,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.532576,0.000000,0,0,0.000000,0.000000,0.000000,1.937120,3.770442,0.904255,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.543488,0.000000,0,0,0.000000,0.000000,0.000000,1.809184,3.130134,0.897923,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.531776,0.000000,0,0,0.000000,0.000000,0.000000,1.936416,3.291830,0.871534,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.535328,0.000000,0,0,0.000000,0.000000,0.000000,1.778176,3.215837,1.027789,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.535904,0.000000,0,0,0.000000,0.000000,0.000000,2.550784,3.955221,0.924784,shadows-off_gpu-frustum_lights-032_run-1.csv,7 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087808,0.000000,0,0,0.000000,0.000000,0.000000,1.330912,2.513291,0.764482,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088224,0.000000,0,0,0.000000,0.000000,0.000000,1.332032,2.536164,0.867326,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087648,0.000000,0,0,0.000000,0.000000,0.000000,1.743360,2.907695,0.721601,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.089248,0.000000,0,0,0.000000,0.000000,0.000000,1.354848,2.704141,1.029442,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087904,0.000000,0,0,0.000000,0.000000,0.000000,2.097888,3.434368,0.818564,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087648,0.000000,0,0,0.000000,0.000000,0.000000,1.360000,2.712146,0.888857,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087744,0.000000,0,0,0.000000,0.000000,0.000000,2.215552,3.662519,0.820588,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087488,0.000000,0,0,0.000000,0.000000,0.000000,1.329888,2.635492,0.759853,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088096,0.000000,0,0,0.000000,0.000000,0.000000,1.330816,2.630942,0.978226,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088192,0.000000,0,0,0.000000,0.000000,0.000000,2.103776,3.600191,0.995137,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088352,0.000000,0,0,0.000000,0.000000,0.000000,1.557344,2.789342,0.815108,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088064,0.000000,0,0,0.000000,0.000000,0.000000,1.716256,2.951848,0.767548,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088352,0.000000,0,0,0.000000,0.000000,0.000000,1.351104,2.776637,0.998885,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087936,0.000000,0,0,0.000000,0.000000,0.000000,2.095232,3.556598,0.892153,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088000,0.000000,0,0,0.000000,0.000000,0.000000,1.340256,2.561171,0.841067,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087808,0.000000,0,0,0.000000,0.000000,0.000000,2.214368,3.564554,0.962215,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087968,0.000000,0,0,0.000000,0.000000,0.000000,1.330304,2.580017,0.808144,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088640,0.000000,0,0,0.000000,0.000000,0.000000,1.331904,2.646773,1.002100,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087520,0.000000,0,0,0.000000,0.000000,0.000000,1.717568,3.463222,0.871214,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088192,0.000000,0,0,0.000000,0.000000,0.000000,1.347328,2.784803,0.922290,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088064,0.000000,0,0,0.000000,0.000000,0.000000,1.790528,3.351061,0.844973,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088384,0.000000,0,0,0.000000,0.000000,0.000000,1.353728,2.742062,0.999615,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088256,0.000000,0,0,0.000000,0.000000,0.000000,2.108000,3.482329,0.907422,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088192,0.000000,0,0,0.000000,0.000000,0.000000,1.341344,3.314031,1.406844,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088256,0.000000,0,0,0.000000,0.000000,0.000000,2.103584,4.381956,1.469352,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087968,0.000000,0,0,0.000000,0.000000,0.000000,1.336576,3.397739,1.512313,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087456,0.000000,0,0,0.000000,0.000000,0.000000,1.512928,3.629917,0.880822,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087776,0.000000,0,0,0.000000,0.000000,0.000000,1.337568,3.016791,1.212968,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088256,0.000000,0,0,0.000000,0.000000,0.000000,2.035232,3.634586,0.860323,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087680,0.000000,0,0,0.000000,0.000000,0.000000,1.351360,2.914688,1.035824,shadows-off_gpu-frustum_lights-004_run-1.csv,8 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.041216,0.000000,0,0,0.000000,0.000000,0.000000,3.030624,4.667184,1.176619,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.040704,0.000000,0,0,0.000000,0.000000,0.000000,3.063712,4.537980,0.873107,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.039808,0.000000,0,0,0.000000,0.000000,0.000000,2.829728,4.297686,0.985018,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.038240,0.000000,0,0,0.000000,0.000000,0.000000,2.785440,4.421791,0.959490,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.037856,0.000000,0,0,0.000000,0.000000,0.000000,3.070080,4.575120,1.100155,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.036512,0.000000,0,0,0.000000,0.000000,0.000000,2.564384,3.926917,0.982854,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.040160,0.000000,0,0,0.000000,0.000000,0.000000,3.035584,4.522371,0.863439,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.037664,0.000000,0,0,0.000000,0.000000,0.000000,3.071488,4.302165,0.862457,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.038784,0.000000,0,0,0.000000,0.000000,0.000000,2.582048,3.930164,0.963688,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.043488,0.000000,0,0,0.000000,0.000000,0.000000,2.708800,4.668436,1.068916,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.047488,0.000000,0,0,0.000000,0.000000,0.000000,3.298112,4.788602,0.997912,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.047616,0.000000,0,0,0.000000,0.000000,0.000000,2.866208,4.342452,0.968718,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.044832,0.000000,0,0,0.000000,0.000000,0.000000,2.679776,4.583666,0.993194,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.049472,0.000000,0,0,0.000000,0.000000,0.000000,4.211936,6.262012,1.148587,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.045664,0.000000,0,0,0.000000,0.000000,0.000000,3.576928,5.045578,0.931357,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.042880,0.000000,0,0,0.000000,0.000000,0.000000,2.777216,4.006948,0.885030,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.042656,0.000000,0,0,0.000000,0.000000,0.000000,3.066304,4.317113,0.896010,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.050560,0.000000,0,0,0.000000,0.000000,0.000000,2.584672,3.919213,0.959530,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.043520,0.000000,0,0,0.000000,0.000000,0.000000,2.684704,4.087050,0.891983,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.043680,0.000000,0,0,0.000000,0.000000,0.000000,3.180288,4.814090,0.942508,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.045408,0.000000,0,0,0.000000,0.000000,0.000000,3.059840,4.319538,0.907753,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.044736,0.000000,0,0,0.000000,0.000000,0.000000,2.680576,4.395291,0.952256,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.043168,0.000000,0,0,0.000000,0.000000,0.000000,3.180832,4.794564,1.051463,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046208,0.000000,0,0,0.000000,0.000000,0.000000,3.085664,4.454583,0.962355,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.044480,0.000000,0,0,0.000000,0.000000,0.000000,2.687008,4.712679,1.055140,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.043712,0.000000,0,0,0.000000,0.000000,0.000000,3.300320,4.991606,1.166781,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.043328,0.000000,0,0,0.000000,0.000000,0.000000,2.605920,4.549762,1.201486,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.048224,0.000000,0,0,0.000000,0.000000,0.000000,2.721056,4.708662,1.093383,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.045792,0.000000,0,0,0.000000,0.000000,0.000000,3.126560,4.757774,1.089565,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.042976,0.000000,0,0,0.000000,0.000000,0.000000,3.087296,4.782892,1.222957,shadows-off_gpu-frustum_lights-064_run-1.csv,9 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275456,0.000000,0,0,0.000000,0.000000,0.000000,2.057312,3.582017,1.048608,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.274912,0.000000,0,0,0.000000,0.000000,0.000000,1.859840,3.320063,0.926066,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275584,0.000000,0,0,0.000000,0.000000,0.000000,2.064352,3.362473,0.919514,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275712,0.000000,0,0,0.000000,0.000000,0.000000,1.535360,2.960714,0.937749,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.274560,0.000000,0,0,0.000000,0.000000,0.000000,2.063776,3.610520,1.031115,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275424,0.000000,0,0,0.000000,0.000000,0.000000,1.853760,3.175360,0.832671,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275328,0.000000,0,0,0.000000,0.000000,0.000000,2.063456,3.664423,1.016167,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276736,0.000000,0,0,0.000000,0.000000,0.000000,1.522624,2.882597,0.889047,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275968,0.000000,0,0,0.000000,0.000000,0.000000,1.659744,3.154821,0.916218,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276800,0.000000,0,0,0.000000,0.000000,0.000000,2.094752,3.461960,0.850534,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276096,0.000000,0,0,0.000000,0.000000,0.000000,1.517984,2.763833,0.869721,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275232,0.000000,0,0,0.000000,0.000000,0.000000,1.927904,3.378743,0.928271,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276096,0.000000,0,0,0.000000,0.000000,0.000000,1.533376,2.745719,0.858449,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.274720,0.000000,0,0,0.000000,0.000000,0.000000,1.702368,3.431082,1.042677,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275808,0.000000,0,0,0.000000,0.000000,0.000000,1.533152,3.033693,0.987162,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275680,0.000000,0,0,0.000000,0.000000,0.000000,3.084544,4.670470,1.051283,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276448,0.000000,0,0,0.000000,0.000000,0.000000,1.822784,3.222428,0.858098,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275520,0.000000,0,0,0.000000,0.000000,0.000000,1.907520,3.249780,0.864811,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275488,0.000000,0,0,0.000000,0.000000,0.000000,1.859904,3.291329,0.928271,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.274464,0.000000,0,0,0.000000,0.000000,0.000000,1.703648,3.183766,1.012790,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275552,0.000000,0,0,0.000000,0.000000,0.000000,1.880576,3.296237,0.896210,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275104,0.000000,0,0,0.000000,0.000000,0.000000,1.629632,3.469394,0.870682,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275328,0.000000,0,0,0.000000,0.000000,0.000000,1.863840,3.152737,0.845285,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276032,0.000000,0,0,0.000000,0.000000,0.000000,2.063616,3.435811,0.973667,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276032,0.000000,0,0,0.000000,0.000000,0.000000,1.533952,2.917383,0.912602,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276256,0.000000,0,0,0.000000,0.000000,0.000000,2.071552,3.612604,1.065360,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.274368,0.000000,0,0,0.000000,0.000000,0.000000,1.880448,3.285517,0.869890,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.273856,0.000000,0,0,0.000000,0.000000,0.000000,2.069952,3.393451,0.995558,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.274816,0.000000,0,0,0.000000,0.000000,0.000000,1.824640,3.284115,0.863439,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275872,0.000000,0,0,0.000000,0.000000,0.000000,2.064064,3.483941,0.956254,shadows-off_gpu-frustum_lights-016_run-1.csv,10 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.052384,0.000000,0,0,0.000000,0.000000,0.000000,4.563712,6.036346,0.924494,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.041664,0.000000,0,0,0.000000,0.000000,0.000000,3.939744,5.590415,1.045051,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.037184,0.000000,0,0,0.000000,0.000000,0.000000,4.111840,5.534670,0.918813,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.048160,0.000000,0,0,0.000000,0.000000,0.000000,3.766336,5.309555,0.852569,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.043200,0.000000,0,0,0.000000,0.000000,0.000000,4.338080,5.707346,0.823213,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.044928,0.000000,0,0,0.000000,0.000000,0.000000,5.754272,7.057552,0.917681,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.049984,0.000000,0,0,0.000000,0.000000,0.000000,3.684288,5.881936,0.990849,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.046752,0.000000,0,0,0.000000,0.000000,0.000000,4.612800,6.382920,1.188773,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.039968,0.000000,0,0,0.000000,0.000000,0.000000,3.935232,5.430183,0.893966,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.047200,0.000000,0,0,0.000000,0.000000,0.000000,3.773888,5.255845,0.936176,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.038816,0.000000,0,0,0.000000,0.000000,0.000000,4.073408,5.341967,0.883787,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.052896,0.000000,0,0,0.000000,0.000000,0.000000,3.688000,5.162518,0.848390,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.046816,0.000000,0,0,0.000000,0.000000,0.000000,4.076352,5.409514,0.832370,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.037920,0.000000,0,0,0.000000,0.000000,0.000000,3.826368,5.322440,1.002471,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.039040,0.000000,0,0,0.000000,0.000000,0.000000,3.763968,5.153421,0.940824,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.047008,0.000000,0,0,0.000000,0.000000,0.000000,4.339968,5.833234,0.925616,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.043104,0.000000,0,0,0.000000,0.000000,0.000000,4.064896,5.467964,0.968768,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.036160,0.000000,0,0,0.000000,0.000000,0.000000,4.281792,5.823755,1.001479,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.045120,0.000000,0,0,0.000000,0.000000,0.000000,4.275456,6.011690,1.168935,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.050880,0.000000,0,0,0.000000,0.000000,0.000000,3.613856,5.106293,0.974238,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.040480,0.000000,0,0,0.000000,0.000000,0.000000,4.200800,5.585395,0.970020,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.039488,0.000000,0,0,0.000000,0.000000,0.000000,3.675136,5.670696,0.997882,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.037792,0.000000,0,0,0.000000,0.000000,0.000000,4.534848,5.949854,0.875030,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.045024,0.000000,0,0,0.000000,0.000000,0.000000,4.180544,5.658634,0.952917,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.043808,0.000000,0,0,0.000000,0.000000,0.000000,4.261984,5.808316,0.901180,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.042912,0.000000,0,0,0.000000,0.000000,0.000000,3.695104,5.150325,1.034712,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.044416,0.000000,0,0,0.000000,0.000000,0.000000,3.601120,5.217662,0.894007,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.051264,0.000000,0,0,0.000000,0.000000,0.000000,4.112864,5.597559,1.049600,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.063968,0.000000,0,0,0.000000,0.000000,0.000000,4.315776,5.881114,1.008643,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.049344,0.000000,0,0,0.000000,0.000000,0.000000,4.181408,5.920017,1.083625,shadows-off_gpu-frustum_lights-128_run-1.csv,11 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030112,0.004672,0,0,0.000000,0.000000,0.000000,1.745280,3.896991,1.325220,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029920,0.005664,0,0,0.000000,0.000000,0.000000,1.615232,3.295126,1.082762,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030464,0.005632,0,0,0.000000,0.000000,0.000000,1.778048,3.547011,0.986210,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030912,0.005472,0,0,0.000000,0.000000,0.000000,1.612480,3.075601,0.973416,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030880,0.004864,0,0,0.000000,0.000000,0.000000,2.030496,3.672879,1.048688,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030560,0.004992,0,0,0.000000,0.000000,0.000000,1.623168,3.486406,1.076190,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031136,0.005664,0,0,0.000000,0.000000,0.000000,1.777216,3.587026,0.921348,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030304,0.004864,0,0,0.000000,0.000000,0.000000,1.618368,3.055584,0.963397,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029920,0.005568,0,0,0.000000,0.000000,0.000000,2.053728,3.555316,0.927570,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030432,0.005664,0,0,0.000000,0.000000,0.000000,1.608544,3.136536,0.966884,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031072,0.004832,0,0,0.000000,0.000000,0.000000,2.028672,3.465397,0.889588,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030816,0.004896,0,0,0.000000,0.000000,0.000000,1.576000,3.343006,0.909335,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030848,0.004832,0,0,0.000000,0.000000,0.000000,1.706688,5.915389,3.420723,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030592,0.005760,0,0,0.000000,0.000000,0.000000,1.759552,3.351653,1.049129,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029664,0.005664,0,0,0.000000,0.000000,0.000000,1.965280,3.618165,1.190315,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030048,0.005632,0,0,0.000000,0.000000,0.000000,1.760640,3.417797,1.102961,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030624,0.005696,0,0,0.000000,0.000000,0.000000,1.988256,3.629646,1.200344,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030560,0.005056,0,0,0.000000,0.000000,0.000000,1.765184,3.344348,1.062614,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030848,0.005728,0,0,0.000000,0.000000,0.000000,1.964192,3.614408,1.185195,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030688,0.005888,0,0,0.000000,0.000000,0.000000,1.778272,3.447032,1.118470,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030496,0.005760,0,0,0.000000,0.000000,0.000000,1.967872,3.666196,1.221294,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030432,0.005664,0,0,0.000000,0.000000,0.000000,1.430528,3.366110,1.180677,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030624,0.005632,0,0,0.000000,0.000000,0.000000,2.305408,4.077402,1.279744,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030848,0.005280,0,0,0.000000,0.000000,0.000000,1.714432,3.596474,1.253043,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030848,0.005216,0,0,0.000000,0.000000,0.000000,1.625600,3.815958,1.358232,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030528,0.005536,0,0,0.000000,0.000000,0.000000,1.423552,3.497848,1.283161,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030432,0.005600,0,0,0.000000,0.000000,0.000000,1.776896,3.921728,1.469041,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030336,0.005632,0,0,0.000000,0.000000,0.000000,1.427968,3.348646,1.344706,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030880,0.005440,0,0,0.000000,0.000000,0.000000,1.531840,3.478943,1.189974,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031008,0.005376,0,0,0.000000,0.000000,0.000000,1.582688,2.963420,0.924815,shadows-off_gpu-occlusion_lights-000_run-1.csv,12 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.534176,0.005664,0,0,0.000000,0.000000,0.000000,2.210880,3.753911,0.987864,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.532544,0.004992,0,0,0.000000,0.000000,0.000000,2.085952,4.289952,1.165148,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.532352,0.005024,0,0,0.000000,0.000000,0.000000,2.213856,3.862797,1.021036,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.533632,0.005824,0,0,0.000000,0.000000,0.000000,2.334368,3.922529,0.998704,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.534400,0.005856,0,0,0.000000,0.000000,0.000000,1.932672,3.375648,1.013542,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.532736,0.005152,0,0,0.000000,0.000000,0.000000,2.190176,3.650857,0.911259,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.532800,0.004928,0,0,0.000000,0.000000,0.000000,2.462400,4.266689,1.107680,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.533536,0.005600,0,0,0.000000,0.000000,0.000000,2.252736,3.906389,1.093693,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.535488,0.005600,0,0,0.000000,0.000000,0.000000,2.467264,3.980518,1.093883,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.532864,0.005152,0,0,0.000000,0.000000,0.000000,2.246048,3.798194,1.003953,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.533792,0.005280,0,0,0.000000,0.000000,0.000000,2.093600,3.748371,1.107509,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.531648,0.005024,0,0,0.000000,0.000000,0.000000,2.260992,3.745485,0.914755,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.533280,0.005696,0,0,0.000000,0.000000,0.000000,2.054784,3.431332,0.893686,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.533888,0.005664,0,0,0.000000,0.000000,0.000000,1.922080,3.284135,0.964940,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.533024,0.005696,0,0,0.000000,0.000000,0.000000,1.920192,3.661366,1.123770,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.532320,0.005824,0,0,0.000000,0.000000,0.000000,2.271680,3.754122,0.921999,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.531328,0.005152,0,0,0.000000,0.000000,0.000000,2.491840,4.058615,1.018872,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.535456,0.005440,0,0,0.000000,0.000000,0.000000,1.924672,3.509891,1.083154,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.531136,0.005600,0,0,0.000000,0.000000,0.000000,1.917568,3.232157,0.836919,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.532256,0.004832,0,0,0.000000,0.000000,0.000000,1.959936,3.266892,0.914515,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.534112,0.005664,0,0,0.000000,0.000000,0.000000,2.359008,3.732881,0.911549,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.533344,0.004800,0,0,0.000000,0.000000,0.000000,1.916768,3.197482,0.874489,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.529088,0.005536,0,0,0.000000,0.000000,0.000000,2.340224,3.688227,0.866153,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.533984,0.005472,0,0,0.000000,0.000000,0.000000,1.917920,3.201779,0.873277,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.531488,0.005024,0,0,0.000000,0.000000,0.000000,2.334528,3.668700,0.851837,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.532832,0.005376,0,0,0.000000,0.000000,0.000000,1.955872,3.263997,0.901941,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.530400,0.004992,0,0,0.000000,0.000000,0.000000,2.665248,3.968716,0.799308,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.533856,0.005568,0,0,0.000000,0.000000,0.000000,2.469312,4.018880,1.064969,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.534208,0.005952,0,0,0.000000,0.000000,0.000000,2.253216,3.722121,0.931096,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536608,0.004896,0,0,0.000000,0.000000,0.000000,2.467616,4.070528,1.101808,shadows-off_gpu-occlusion_lights-032_run-1.csv,13 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087712,0.005248,0,0,0.000000,0.000000,0.000000,2.019392,3.998312,1.405712,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087904,0.004864,0,0,0.000000,0.000000,0.000000,1.475200,3.541250,1.079225,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.086816,0.005120,0,0,0.000000,0.000000,0.000000,2.029728,4.112267,1.528944,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088352,0.005792,0,0,0.000000,0.000000,0.000000,1.824736,3.789128,1.209691,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.086880,0.005888,0,0,0.000000,0.000000,0.000000,1.478080,3.573321,1.096869,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088096,0.004896,0,0,0.000000,0.000000,0.000000,1.637536,3.117320,0.998644,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087616,0.005760,0,0,0.000000,0.000000,0.000000,1.742944,3.575234,1.123900,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088256,0.005376,0,0,0.000000,0.000000,0.000000,1.817216,3.284085,1.083183,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088320,0.005664,0,0,0.000000,0.000000,0.000000,1.597856,3.400735,1.251280,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087776,0.005280,0,0,0.000000,0.000000,0.000000,1.704672,3.497477,1.045683,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088320,0.004800,0,0,0.000000,0.000000,0.000000,1.603808,3.507786,1.130643,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088480,0.005792,0,0,0.000000,0.000000,0.000000,1.805600,3.567599,1.184214,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088416,0.005216,0,0,0.000000,0.000000,0.000000,1.592544,3.555617,1.238366,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088096,0.005600,0,0,0.000000,0.000000,0.000000,1.967168,3.730477,1.198862,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.086464,0.004704,0,0,0.000000,0.000000,0.000000,1.475680,2.980563,0.963528,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087648,0.004864,0,0,0.000000,0.000000,0.000000,1.879552,3.435090,1.158686,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087808,0.005088,0,0,0.000000,0.000000,0.000000,1.486624,2.909248,0.932980,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087808,0.005600,0,0,0.000000,0.000000,0.000000,1.627232,3.066785,1.011618,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088032,0.005760,0,0,0.000000,0.000000,0.000000,1.665024,3.682506,1.409208,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088192,0.005824,0,0,0.000000,0.000000,0.000000,1.475616,3.176872,1.201517,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088256,0.005664,0,0,0.000000,0.000000,0.000000,1.822976,4.368009,1.659260,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087776,0.005664,0,0,0.000000,0.000000,0.000000,1.643968,3.224182,1.070289,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087808,0.005728,0,0,0.000000,0.000000,0.000000,1.684672,3.453645,1.230661,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.086720,0.005504,0,0,0.000000,0.000000,0.000000,1.473792,3.021199,0.978446,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087488,0.005632,0,0,0.000000,0.000000,0.000000,1.487392,3.828091,1.175888,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087168,0.005632,0,0,0.000000,0.000000,0.000000,1.474816,2.974601,1.081490,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087904,0.005856,0,0,0.000000,0.000000,0.000000,1.586752,3.231575,1.093993,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087584,0.005632,0,0,0.000000,0.000000,0.000000,2.678752,4.409328,1.193131,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087616,0.004928,0,0,0.000000,0.000000,0.000000,1.599776,3.226616,1.110735,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087776,0.005600,0,0,0.000000,0.000000,0.000000,1.623936,3.359688,1.166611,shadows-off_gpu-occlusion_lights-004_run-1.csv,14 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.036288,0.005600,0,0,0.000000,0.000000,0.000000,2.981120,4.347180,0.974778,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.044960,0.005376,0,0,0.000000,0.000000,0.000000,2.897632,4.599096,1.089726,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.037120,0.005120,0,0,0.000000,0.000000,0.000000,3.320896,4.777311,0.811271,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.037728,0.004736,0,0,0.000000,0.000000,0.000000,2.985728,4.349465,0.959510,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.039008,0.005792,0,0,0.000000,0.000000,0.000000,2.977600,4.701829,1.101567,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.037344,0.005600,0,0,0.000000,0.000000,0.000000,3.478240,4.834539,0.761646,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.038592,0.005792,0,0,0.000000,0.000000,0.000000,3.225120,4.807018,0.971102,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.039456,0.005600,0,0,0.000000,0.000000,0.000000,2.422912,4.056582,1.033590,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.037248,0.005952,0,0,0.000000,0.000000,0.000000,3.336224,4.793923,0.770734,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.042368,0.005408,0,0,0.000000,0.000000,0.000000,2.980800,4.395090,1.044380,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.043456,0.005600,0,0,0.000000,0.000000,0.000000,2.892416,4.580070,1.075579,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.040672,0.005728,0,0,0.000000,0.000000,0.000000,3.499520,4.856501,0.817642,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.039968,0.005600,0,0,0.000000,0.000000,0.000000,2.989728,4.585890,1.196677,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.038912,0.004864,0,0,0.000000,0.000000,0.000000,2.887488,4.625716,1.139770,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.046560,0.005792,0,0,0.000000,0.000000,0.000000,4.365536,6.145192,1.127907,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.040640,0.005664,0,0,0.000000,0.000000,0.000000,3.185472,4.839128,1.039711,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.038016,0.005632,0,0,0.000000,0.000000,0.000000,2.981440,4.810965,1.209030,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.040416,0.005600,0,0,0.000000,0.000000,0.000000,2.886880,4.698883,1.147625,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.039456,0.005888,0,0,0.000000,0.000000,0.000000,2.977888,4.784365,1.067063,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.042560,0.005088,0,0,0.000000,0.000000,0.000000,3.227872,4.995192,1.154928,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.036928,0.004768,0,0,0.000000,0.000000,0.000000,2.421504,4.177821,1.161170,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.037472,0.005664,0,0,0.000000,0.000000,0.000000,3.320672,4.809072,0.806221,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.042848,0.004832,0,0,0.000000,0.000000,0.000000,3.237024,4.515608,0.947357,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.039200,0.006016,0,0,0.000000,0.000000,0.000000,2.712000,4.288269,1.004766,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.046912,0.005152,0,0,0.000000,0.000000,0.000000,3.485664,4.832876,0.791804,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.039104,0.005856,0,0,0.000000,0.000000,0.000000,3.244928,4.802570,1.215623,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.042592,0.005600,0,0,0.000000,0.000000,0.000000,2.713376,4.418364,0.881213,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.039520,0.005408,0,0,0.000000,0.000000,0.000000,3.318272,4.673285,0.816630,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.043040,0.005120,0,0,0.000000,0.000000,0.000000,3.242272,4.623842,0.991961,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.041056,0.005216,0,0,0.000000,0.000000,0.000000,2.426592,4.467457,1.248435,shadows-off_gpu-occlusion_lights-064_run-1.csv,15 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.273472,0.005600,0,0,0.000000,0.000000,0.000000,1.983968,3.393752,0.869110,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.274048,0.005472,0,0,0.000000,0.000000,0.000000,1.772896,3.440419,1.193812,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.274048,0.005664,0,0,0.000000,0.000000,0.000000,1.663200,2.976164,0.862006,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275712,0.005728,0,0,0.000000,0.000000,0.000000,1.825696,3.620289,1.263954,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276576,0.005824,0,0,0.000000,0.000000,0.000000,1.988448,3.373023,0.870211,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.273504,0.005696,0,0,0.000000,0.000000,0.000000,1.816576,3.586055,1.253685,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276256,0.005280,0,0,0.000000,0.000000,0.000000,1.862656,3.695771,0.912671,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.274080,0.005408,0,0,0.000000,0.000000,0.000000,1.770784,3.446231,1.197949,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276320,0.005088,0,0,0.000000,0.000000,0.000000,1.664224,2.921331,0.859391,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275008,0.005664,0,0,0.000000,0.000000,0.000000,1.818752,3.335321,1.011168,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276384,0.005600,0,0,0.000000,0.000000,0.000000,1.954240,3.667508,0.882535,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275296,0.005632,0,0,0.000000,0.000000,0.000000,1.842112,3.792824,1.287199,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.274784,0.005216,0,0,0.000000,0.000000,0.000000,1.664352,3.328869,1.172482,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275008,0.005568,0,0,0.000000,0.000000,0.000000,2.012960,3.844562,1.137356,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.273728,0.005632,0,0,0.000000,0.000000,0.000000,1.987904,3.448705,0.917921,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.274944,0.005760,0,0,0.000000,0.000000,0.000000,1.768064,3.184146,0.949241,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275328,0.004704,0,0,0.000000,0.000000,0.000000,1.663712,2.908917,0.876263,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275616,0.004928,0,0,0.000000,0.000000,0.000000,1.847680,3.615169,0.986871,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.274944,0.005568,0,0,0.000000,0.000000,0.000000,1.994144,3.679561,0.989416,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.273632,0.005856,0,0,0.000000,0.000000,0.000000,1.844000,3.368143,1.020335,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275616,0.005344,0,0,0.000000,0.000000,0.000000,2.000672,3.584591,0.921047,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276224,0.005536,0,0,0.000000,0.000000,0.000000,1.812800,3.380457,1.033560,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275328,0.005824,0,0,0.000000,0.000000,0.000000,1.943616,3.526402,0.891882,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.272992,0.005312,0,0,0.000000,0.000000,0.000000,1.812736,3.399192,1.031756,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.273824,0.005824,0,0,0.000000,0.000000,0.000000,1.979744,3.500143,0.888877,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.274720,0.005632,0,0,0.000000,0.000000,0.000000,1.768832,3.263876,0.927239,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.274560,0.005600,0,0,0.000000,0.000000,0.000000,1.660992,2.993988,0.893806,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275744,0.005056,0,0,0.000000,0.000000,0.000000,1.842528,3.856785,1.135091,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.274400,0.005856,0,0,0.000000,0.000000,0.000000,2.018944,3.507987,0.933210,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.273984,0.005536,0,0,0.000000,0.000000,0.000000,1.846304,3.452001,1.109774,shadows-off_gpu-occlusion_lights-016_run-1.csv,16 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.049280,0.005856,0,0,0.000000,0.000000,0.000000,4.233760,5.658974,1.016848,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.050816,0.004960,0,0,0.000000,0.000000,0.000000,4.398944,6.065612,1.048929,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.053216,0.004800,0,0,0.000000,0.000000,0.000000,4.261216,5.894578,0.961904,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.057152,0.004832,0,0,0.000000,0.000000,0.000000,5.377792,7.316532,1.067113,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.051616,0.004928,0,0,0.000000,0.000000,0.000000,4.343488,6.059260,1.151142,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.059872,0.005600,0,0,0.000000,0.000000,0.000000,4.709696,6.627762,1.083905,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.047552,0.004672,0,0,0.000000,0.000000,0.000000,4.776832,6.936274,1.155830,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.057472,0.005536,0,0,0.000000,0.000000,0.000000,4.827072,6.498739,0.969619,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.055360,0.005632,0,0,0.000000,0.000000,0.000000,4.736448,6.229391,0.910708,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.059040,0.004672,0,0,0.000000,0.000000,0.000000,4.191968,5.560489,0.860102,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.058720,0.004832,0,0,0.000000,0.000000,0.000000,4.343840,6.057597,1.016387,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.051744,0.005792,0,0,0.000000,0.000000,0.000000,3.833440,5.830007,1.128919,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.051968,0.005184,0,0,0.000000,0.000000,0.000000,4.598944,6.226425,1.005116,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.037184,0.005152,0,0,0.000000,0.000000,0.000000,4.658176,6.496584,1.233727,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.033728,0.012000,0,0,0.000000,0.000000,0.000000,4.464128,6.010668,0.985229,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.054912,0.005632,0,0,0.000000,0.000000,0.000000,4.482144,6.383442,1.183312,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.038432,0.005600,0,0,0.000000,0.000000,0.000000,4.732800,6.550806,1.132266,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.042016,0.005600,0,0,0.000000,0.000000,0.000000,4.742400,6.168806,0.876042,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.038560,0.005280,0,0,0.000000,0.000000,0.000000,3.907776,5.175984,0.781694,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.040256,0.004352,0,0,0.000000,0.000000,0.000000,3.441408,4.597122,0.770874,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.034208,0.005056,0,0,0.000000,0.000000,0.000000,3.816960,4.846422,0.747480,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.042432,0.005952,0,0,0.000000,0.000000,0.000000,3.429568,4.564921,0.795761,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.044224,0.006016,0,0,0.000000,0.000000,0.000000,4.471968,5.864132,0.815358,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.045728,0.005728,0,0,0.000000,0.000000,0.000000,4.228768,5.857550,1.205945,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.047872,0.008800,0,0,0.000000,0.000000,0.000000,5.650624,7.533741,1.078445,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.043360,0.005664,0,0,0.000000,0.000000,0.000000,4.233536,5.909978,0.999395,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.039776,0.005600,0,0,0.000000,0.000000,0.000000,4.473504,6.030616,0.904817,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.048320,0.005600,0,0,0.000000,0.000000,0.000000,4.764736,6.522925,0.995218,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.045888,0.005600,0,0,0.000000,0.000000,0.000000,4.024544,5.691596,0.847158,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.040736,0.005536,0,0,0.000000,0.000000,0.000000,4.180832,5.759584,1.115293,shadows-off_gpu-occlusion_lights-128_run-1.csv,17 +0,off,direct,direct,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032512,0.000000,0,0,0.000000,0.000000,0.000000,1.874432,3.160221,0.793267,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032576,0.000000,0,0,0.000000,0.000000,0.000000,1.803168,3.024014,0.899197,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.586784,2.895261,0.782336,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,1.259552,2.402813,0.814957,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032640,0.000000,0,0,0.000000,0.000000,0.000000,1.421440,2.760928,0.902893,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.881408,3.192302,0.870913,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032512,0.000000,0,0,0.000000,0.000000,0.000000,1.835456,3.244540,0.894066,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032608,0.000000,0,0,0.000000,0.000000,0.000000,1.538176,2.865155,0.860473,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.031584,0.000000,0,0,0.000000,0.000000,0.000000,1.806144,3.073958,0.831658,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032448,0.000000,0,0,0.000000,0.000000,0.000000,1.401920,2.806413,0.896011,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032544,0.000000,0,0,0.000000,0.000000,0.000000,1.261440,2.479207,0.880500,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032448,0.000000,0,0,0.000000,0.000000,0.000000,1.816224,3.616041,0.891602,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.031744,0.000000,0,0,0.000000,0.000000,0.000000,1.259392,2.837322,1.001048,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,1.429440,3.439308,0.863669,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032512,0.000000,0,0,0.000000,0.000000,0.000000,1.532224,3.089858,1.091419,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032608,0.000000,0,0,0.000000,0.000000,0.000000,2.000512,3.751927,1.237905,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032256,0.000000,0,0,0.000000,0.000000,0.000000,1.781472,3.194797,0.911750,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032320,0.000000,0,0,0.000000,0.000000,0.000000,1.731936,3.303742,0.927149,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032448,0.000000,0,0,0.000000,0.000000,0.000000,1.539808,2.832473,0.827761,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.033024,0.000000,0,0,0.000000,0.000000,0.000000,2.157088,3.317568,0.810158,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032448,0.000000,0,0,0.000000,0.000000,0.000000,1.261088,2.566431,0.907492,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032384,0.000000,0,0,0.000000,0.000000,0.000000,1.550304,2.878549,0.845124,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032352,0.000000,0,0,0.000000,0.000000,0.000000,1.377344,2.691447,0.866504,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032544,0.000000,0,0,0.000000,0.000000,0.000000,1.534528,2.805281,0.809938,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032384,0.000000,0,0,0.000000,0.000000,0.000000,1.997728,3.289875,0.853290,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032576,0.000000,0,0,0.000000,0.000000,0.000000,1.260320,2.508291,0.829956,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032672,0.000000,0,0,0.000000,0.000000,0.000000,1.464320,2.750168,0.826940,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032352,0.000000,0,0,0.000000,0.000000,0.000000,1.370208,2.754586,0.906660,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032288,0.000000,0,0,0.000000,0.000000,0.000000,1.527968,2.800964,0.828132,shadows-off_direct_lights-000_run-2.csv,18 +0,off,direct,direct,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.031424,0.000000,0,0,0.000000,0.000000,0.000000,2.001184,3.274015,0.827401,shadows-off_direct_lights-000_run-2.csv,18 +32,off,direct,direct,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.533728,0.000000,0,0,0.000000,0.000000,0.000000,1.773312,3.166132,0.966723,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.532480,0.000000,0,0,0.000000,0.000000,0.000000,1.760032,3.024585,0.888105,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.532384,0.000000,0,0,0.000000,0.000000,0.000000,1.760000,3.047999,0.897032,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534848,0.000000,0,0,0.000000,0.000000,0.000000,1.761376,3.190288,0.872736,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.532480,0.000000,0,0,0.000000,0.000000,0.000000,1.759648,3.067617,0.921528,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.537024,0.000000,0,0,0.000000,0.000000,0.000000,2.354624,3.648061,0.848160,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534592,0.000000,0,0,0.000000,0.000000,0.000000,1.761952,3.248378,0.904736,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.535840,0.000000,0,0,0.000000,0.000000,0.000000,2.386464,3.698276,0.965041,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534752,0.000000,0,0,0.000000,0.000000,0.000000,1.875840,3.295667,0.918994,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534688,0.000000,0,0,0.000000,0.000000,0.000000,2.364576,3.889166,1.032889,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534528,0.000000,0,0,0.000000,0.000000,0.000000,1.761728,3.159129,0.978967,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534240,0.000000,0,0,0.000000,0.000000,0.000000,2.357856,3.675463,0.921869,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534528,0.000000,0,0,0.000000,0.000000,0.000000,1.761920,3.226185,1.041644,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.533280,0.000000,0,0,0.000000,0.000000,0.000000,2.364896,3.771033,1.031566,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534144,0.000000,0,0,0.000000,0.000000,0.000000,1.761184,3.170480,0.993403,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534176,0.000000,0,0,0.000000,0.000000,0.000000,1.758592,3.499581,0.952217,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.532928,0.000000,0,0,0.000000,0.000000,0.000000,1.759840,3.129093,0.957696,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.533760,0.000000,0,0,0.000000,0.000000,0.000000,2.247232,4.074345,1.151783,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.531392,0.000000,0,0,0.000000,0.000000,0.000000,1.759552,3.199385,0.986771,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534080,0.000000,0,0,0.000000,0.000000,0.000000,2.365824,3.762828,1.014193,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.533728,0.000000,0,0,0.000000,0.000000,0.000000,1.760576,3.174027,0.983876,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534400,0.000000,0,0,0.000000,0.000000,0.000000,2.045152,3.670864,0.991240,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.535776,0.000000,0,0,0.000000,0.000000,0.000000,1.762432,3.184387,0.987242,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.532480,0.000000,0,0,0.000000,0.000000,0.000000,2.043616,3.681244,0.960652,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534528,0.000000,0,0,0.000000,0.000000,0.000000,1.762080,3.249629,1.053768,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.532608,0.000000,0,0,0.000000,0.000000,0.000000,2.044672,3.621000,0.949210,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536576,0.000000,0,0,0.000000,0.000000,0.000000,1.763744,3.270099,1.047706,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536288,0.000000,0,0,0.000000,0.000000,0.000000,2.084064,3.657750,0.947657,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538592,0.000000,0,0,0.000000,0.000000,0.000000,1.898368,3.479914,1.063466,shadows-off_direct_lights-032_run-2.csv,19 +32,off,direct,direct,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536064,0.000000,0,0,0.000000,0.000000,0.000000,1.962400,3.409271,0.944882,shadows-off_direct_lights-032_run-2.csv,19 +4,off,direct,direct,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089824,0.000000,0,0,0.000000,0.000000,0.000000,1.316352,2.630411,0.920807,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.462144,2.738596,0.819276,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090048,0.000000,0,0,0.000000,0.000000,0.000000,1.323936,2.443178,0.797344,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088672,0.000000,0,0,0.000000,0.000000,0.000000,1.431264,2.973829,0.989186,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088576,0.000000,0,0,0.000000,0.000000,0.000000,2.019552,3.383503,0.883497,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089888,0.000000,0,0,0.000000,0.000000,0.000000,1.332064,2.620293,0.891652,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089664,0.000000,0,0,0.000000,0.000000,0.000000,1.314688,2.716003,0.876443,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089152,0.000000,0,0,0.000000,0.000000,0.000000,1.459328,2.988587,1.047336,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089600,0.000000,0,0,0.000000,0.000000,0.000000,1.899040,3.206128,0.828213,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088992,0.000000,0,0,0.000000,0.000000,0.000000,1.433216,2.882838,1.002982,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088928,0.000000,0,0,0.000000,0.000000,0.000000,1.920960,3.228279,0.828193,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090080,0.000000,0,0,0.000000,0.000000,0.000000,1.857696,3.161513,0.947577,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.548512,2.956827,0.896290,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088928,0.000000,0,0,0.000000,0.000000,0.000000,1.857312,3.232307,0.933150,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088928,0.000000,0,0,0.000000,0.000000,0.000000,1.315840,2.754406,1.014453,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088672,0.000000,0,0,0.000000,0.000000,0.000000,1.804128,3.303451,0.866425,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088608,0.000000,0,0,0.000000,0.000000,0.000000,1.460352,3.242907,1.227435,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089408,0.000000,0,0,0.000000,0.000000,0.000000,1.912544,3.153218,0.898214,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089952,0.000000,0,0,0.000000,0.000000,0.000000,1.465856,3.007102,1.034752,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089984,0.000000,0,0,0.000000,0.000000,0.000000,1.918944,3.521863,0.965792,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088864,0.000000,0,0,0.000000,0.000000,0.000000,1.810624,3.270038,1.008753,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088576,0.000000,0,0,0.000000,0.000000,0.000000,1.836800,3.224512,0.888316,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088960,0.000000,0,0,0.000000,0.000000,0.000000,1.490688,3.322528,1.095667,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089984,0.000000,0,0,0.000000,0.000000,0.000000,1.333664,2.736522,0.909867,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088704,0.000000,0,0,0.000000,0.000000,0.000000,2.187680,3.536471,0.891692,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089920,0.000000,0,0,0.000000,0.000000,0.000000,1.324288,2.665197,0.932920,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090016,0.000000,0,0,0.000000,0.000000,0.000000,1.642784,2.976205,0.881533,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089664,0.000000,0,0,0.000000,0.000000,0.000000,1.427616,2.889009,1.005186,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089824,0.000000,0,0,0.000000,0.000000,0.000000,1.918240,4.148215,1.120944,shadows-off_direct_lights-004_run-2.csv,20 +4,off,direct,direct,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.789824,3.280729,0.984027,shadows-off_direct_lights-004_run-2.csv,20 +64,off,direct,direct,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.041152,0.000000,0,0,0.000000,0.000000,0.000000,2.605856,3.952305,0.887544,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.041568,0.000000,0,0,0.000000,0.000000,0.000000,3.046688,4.581422,1.056343,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.042208,0.000000,0,0,0.000000,0.000000,0.000000,3.007232,4.540314,1.021637,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.043552,0.000000,0,0,0.000000,0.000000,0.000000,2.841536,4.429295,1.036225,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.038336,0.000000,0,0,0.000000,0.000000,0.000000,3.043968,4.487515,0.962696,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.042432,0.000000,0,0,0.000000,0.000000,0.000000,3.020640,4.497163,0.986621,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.040384,0.000000,0,0,0.000000,0.000000,0.000000,2.570304,4.211995,1.013753,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.045920,0.000000,0,0,0.000000,0.000000,0.000000,3.385568,5.401859,1.455866,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.043424,0.000000,0,0,0.000000,0.000000,0.000000,3.907456,5.808747,1.259426,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.044768,0.000000,0,0,0.000000,0.000000,0.000000,2.285056,4.213387,1.383791,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.044928,0.000000,0,0,0.000000,0.000000,0.000000,3.066496,5.390388,1.659531,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.042080,0.000000,0,0,0.000000,0.000000,0.000000,3.272064,5.374899,1.202829,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.042144,0.000000,0,0,0.000000,0.000000,0.000000,3.120928,4.881698,1.153306,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.044576,0.000000,0,0,0.000000,0.000000,0.000000,2.829184,4.755641,1.348694,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.048896,0.000000,0,0,0.000000,0.000000,0.000000,3.084544,5.181985,1.510520,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.043264,0.000000,0,0,0.000000,0.000000,0.000000,3.202432,5.411228,1.487866,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.046528,0.000000,0,0,0.000000,0.000000,0.000000,2.989504,5.070615,1.423324,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.047264,0.000000,0,0,0.000000,0.000000,0.000000,2.737984,4.816455,1.459113,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.041632,0.000000,0,0,0.000000,0.000000,0.000000,3.064256,5.191172,1.426701,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.045024,0.000000,0,0,0.000000,0.000000,0.000000,3.443296,5.467503,1.171119,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.042240,0.000000,0,0,0.000000,0.000000,0.000000,2.883488,4.491332,1.016698,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.045440,0.000000,0,0,0.000000,0.000000,0.000000,2.670432,4.440035,1.051584,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.048288,0.000000,0,0,0.000000,0.000000,0.000000,3.945600,5.692768,1.218319,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.046112,0.000000,0,0,0.000000,0.000000,0.000000,2.836448,4.430868,0.997362,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.044032,0.000000,0,0,0.000000,0.000000,0.000000,2.557184,4.081619,1.054559,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.048416,0.000000,0,0,0.000000,0.000000,0.000000,3.826304,5.271995,0.950784,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.044768,0.000000,0,0,0.000000,0.000000,0.000000,2.993120,4.504857,1.004885,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.036032,0.000000,0,0,0.000000,0.000000,0.000000,2.262304,3.840294,1.182050,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.046496,0.000000,0,0,0.000000,0.000000,0.000000,3.745504,5.893938,1.315081,shadows-off_direct_lights-064_run-2.csv,21 +64,off,direct,direct,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.044288,0.000000,0,0,0.000000,0.000000,0.000000,3.567456,5.111472,0.985649,shadows-off_direct_lights-064_run-2.csv,21 +16,off,direct,direct,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,2.045344,3.275389,0.793587,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279168,0.000000,0,0,0.000000,0.000000,0.000000,1.522112,2.772309,0.870221,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278368,0.000000,0,0,0.000000,0.000000,0.000000,2.047424,3.360739,0.879539,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,1.523424,2.849806,0.948299,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279872,0.000000,0,0,0.000000,0.000000,0.000000,2.396160,3.923351,0.943800,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278176,0.000000,0,0,0.000000,0.000000,0.000000,1.504224,3.059491,1.137075,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279136,0.000000,0,0,0.000000,0.000000,0.000000,2.427264,3.996929,0.904797,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279040,0.000000,0,0,0.000000,0.000000,0.000000,1.507584,3.041307,1.133248,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278272,0.000000,0,0,0.000000,0.000000,0.000000,2.390112,3.805889,0.884569,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278816,0.000000,0,0,0.000000,0.000000,0.000000,1.506368,2.975623,1.084987,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279488,0.000000,0,0,0.000000,0.000000,0.000000,2.490336,3.932709,0.977605,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,1.504640,3.227037,1.281176,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,2.048032,3.712102,0.880691,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277344,0.000000,0,0,0.000000,0.000000,0.000000,1.504512,2.968018,1.087401,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278752,0.000000,0,0,0.000000,0.000000,0.000000,2.110720,3.313741,0.868959,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,1.652224,3.243939,1.061261,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278336,0.000000,0,0,0.000000,0.000000,0.000000,2.002720,3.488450,0.898304,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,1.653728,3.151174,1.058015,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279008,0.000000,0,0,0.000000,0.000000,0.000000,2.116000,3.606623,1.105205,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278400,0.000000,0,0,0.000000,0.000000,0.000000,1.514400,2.936699,1.035012,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278784,0.000000,0,0,0.000000,0.000000,0.000000,2.110784,3.411966,0.931267,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.276544,0.000000,0,0,0.000000,0.000000,0.000000,1.657728,3.225113,0.959981,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278400,0.000000,0,0,0.000000,0.000000,0.000000,1.519808,2.857230,0.995067,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277888,0.000000,0,0,0.000000,0.000000,0.000000,1.666464,3.563031,1.025123,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,1.516288,2.971835,0.912161,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277216,0.000000,0,0,0.000000,0.000000,0.000000,2.046688,3.279206,0.790160,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277568,0.000000,0,0,0.000000,0.000000,0.000000,1.508224,2.836300,0.895239,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278592,0.000000,0,0,0.000000,0.000000,0.000000,2.210752,3.511785,0.840796,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277984,0.000000,0,0,0.000000,0.000000,0.000000,1.523456,2.903137,0.980499,shadows-off_direct_lights-016_run-2.csv,22 +16,off,direct,direct,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277952,0.000000,0,0,0.000000,0.000000,0.000000,2.445440,3.827530,0.900098,shadows-off_direct_lights-016_run-2.csv,22 +128,off,direct,direct,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.058208,0.000000,0,0,0.000000,0.000000,0.000000,4.434240,5.780353,0.852749,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.062016,0.000000,0,0,0.000000,0.000000,0.000000,3.882944,5.269340,0.842209,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.060832,0.000000,0,0,0.000000,0.000000,0.000000,3.584704,5.141549,1.044370,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.060480,0.000000,0,0,0.000000,0.000000,0.000000,4.076000,5.691807,1.066041,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.066400,0.000000,0,0,0.000000,0.000000,0.000000,4.623296,6.016349,0.838702,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.058240,0.000000,0,0,0.000000,0.000000,0.000000,4.430880,5.963379,0.976512,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.062176,0.000000,0,0,0.000000,0.000000,0.000000,4.540704,6.124052,0.856186,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.054816,0.000000,0,0,0.000000,0.000000,0.000000,3.281728,4.671672,0.907783,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.065088,0.000000,0,0,0.000000,0.000000,0.000000,4.121152,5.860275,1.226533,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.062432,0.000000,0,0,0.000000,0.000000,0.000000,4.078496,5.917142,1.051744,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.072032,0.000000,0,0,0.000000,0.000000,0.000000,4.608608,6.502305,1.272340,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.064416,0.000000,0,0,0.000000,0.000000,0.000000,4.599392,6.763768,1.064338,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.066208,0.000000,0,0,0.000000,0.000000,0.000000,5.633088,7.182428,1.008121,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.064480,0.000000,0,0,0.000000,0.000000,0.000000,4.600576,6.614056,1.209982,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.069120,0.000000,0,0,0.000000,0.000000,0.000000,4.739872,6.000429,0.802614,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.056192,0.000000,0,0,0.000000,0.000000,0.000000,3.961728,5.325406,0.994425,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.068128,0.000000,0,0,0.000000,0.000000,0.000000,4.033824,5.574696,0.963047,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.060768,0.000000,0,0,0.000000,0.000000,0.000000,3.934624,5.486830,1.018391,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.061312,0.000000,0,0,0.000000,0.000000,0.000000,4.076992,5.523108,0.907712,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.056544,0.000000,0,0,0.000000,0.000000,0.000000,4.410496,5.896302,0.986160,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.078496,0.000000,0,0,0.000000,0.000000,0.000000,4.306240,5.795241,0.922610,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.088256,0.000000,0,0,0.000000,0.000000,0.000000,4.057344,5.520453,0.925826,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.077536,0.000000,0,0,0.000000,0.000000,0.000000,3.957312,5.376392,0.937439,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.078720,0.000000,0,0,0.000000,0.000000,0.000000,4.093408,5.838343,1.234098,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.079040,0.000000,0,0,0.000000,0.000000,0.000000,4.467552,6.156984,1.154057,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.081536,0.000000,0,0,0.000000,0.000000,0.000000,4.298784,5.739035,0.940133,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.082304,0.000000,0,0,0.000000,0.000000,0.000000,4.708576,6.269576,1.012580,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.081536,0.000000,0,0,0.000000,0.000000,0.000000,4.510240,5.907343,0.904857,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.078144,0.000000,0,0,0.000000,0.000000,0.000000,4.396608,5.769082,0.858810,shadows-off_direct_lights-128_run-2.csv,23 +128,off,direct,direct,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.077760,0.000000,0,0,0.000000,0.000000,0.000000,4.044928,5.418852,0.858700,shadows-off_direct_lights-128_run-2.csv,23 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030656,0.000000,0,0,0.000000,0.000000,0.000000,1.512480,2.874161,0.823183,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030944,0.000000,0,0,0.000000,0.000000,0.000000,1.823520,3.306157,0.836808,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030240,0.000000,0,0,0.000000,0.000000,0.000000,1.570944,2.970102,0.835546,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030880,0.000000,0,0,0.000000,0.000000,0.000000,1.904640,3.160803,0.797835,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030848,0.000000,0,0,0.000000,0.000000,0.000000,1.280960,2.502029,0.821048,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030528,0.000000,0,0,0.000000,0.000000,0.000000,1.285760,2.666289,0.960672,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030624,0.000000,0,0,0.000000,0.000000,0.000000,1.464544,3.461810,0.948419,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030784,0.000000,0,0,0.000000,0.000000,0.000000,1.622432,2.960915,0.874399,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030432,0.000000,0,0,0.000000,0.000000,0.000000,1.826208,3.138850,0.840446,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030720,0.000000,0,0,0.000000,0.000000,0.000000,1.569824,2.970704,0.850645,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031328,0.000000,0,0,0.000000,0.000000,0.000000,1.998240,3.286490,0.852638,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031232,0.000000,0,0,0.000000,0.000000,0.000000,1.619968,2.814629,0.787115,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031104,0.000000,0,0,0.000000,0.000000,0.000000,1.276864,2.347137,0.807113,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029888,0.000000,0,0,0.000000,0.000000,0.000000,1.464672,2.924657,0.822592,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029728,0.000000,0,0,0.000000,0.000000,0.000000,1.594688,2.949464,0.816510,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030976,0.000000,0,0,0.000000,0.000000,0.000000,1.824832,3.213912,0.854772,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029888,0.000000,0,0,0.000000,0.000000,0.000000,1.608960,3.046767,1.002992,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031328,0.000000,0,0,0.000000,0.000000,0.000000,1.934464,3.192612,0.914154,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030016,0.000000,0,0,0.000000,0.000000,0.000000,1.295296,2.517278,0.827380,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030688,0.000000,0,0,0.000000,0.000000,0.000000,1.287968,2.550221,0.853259,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030592,0.000000,0,0,0.000000,0.000000,0.000000,1.826304,3.093676,0.828443,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030400,0.000000,0,0,0.000000,0.000000,0.000000,1.602912,3.011180,0.827211,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030784,0.000000,0,0,0.000000,0.000000,0.000000,1.824352,3.225704,0.834093,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031040,0.000000,0,0,0.000000,0.000000,0.000000,1.631264,2.980552,0.903645,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031136,0.000000,0,0,0.000000,0.000000,0.000000,1.536320,2.675758,0.845335,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031008,0.000000,0,0,0.000000,0.000000,0.000000,1.412032,2.807576,0.908504,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030592,0.000000,0,0,0.000000,0.000000,0.000000,1.292512,2.571281,0.863228,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031008,0.000000,0,0,0.000000,0.000000,0.000000,1.823936,3.146896,0.862908,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.043808,0.000000,0,0,0.000000,0.000000,0.000000,1.643360,3.306597,1.071742,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031200,0.000000,0,0,0.000000,0.000000,0.000000,1.822624,3.338177,0.989105,shadows-off_gpu-frustum_lights-000_run-2.csv,24 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.540064,0.000000,0,0,0.000000,0.000000,0.000000,1.785888,3.099156,0.905057,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539168,0.000000,0,0,0.000000,0.000000,0.000000,2.337216,3.704848,0.907131,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536992,0.000000,0,0,0.000000,0.000000,0.000000,2.104192,3.464155,0.852377,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539680,0.000000,0,0,0.000000,0.000000,0.000000,1.973056,3.387210,0.878768,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539520,0.000000,0,0,0.000000,0.000000,0.000000,2.145632,3.500242,0.866083,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538368,0.000000,0,0,0.000000,0.000000,0.000000,1.973024,3.329991,0.878838,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538400,0.000000,0,0,0.000000,0.000000,0.000000,2.121440,3.676375,0.881322,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538528,0.000000,0,0,0.000000,0.000000,0.000000,1.973568,3.391628,0.926758,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538624,0.000000,0,0,0.000000,0.000000,0.000000,2.086368,3.512596,0.889899,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539072,0.000000,0,0,0.000000,0.000000,0.000000,1.951360,3.632652,1.111577,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538944,0.000000,0,0,0.000000,0.000000,0.000000,2.122528,3.612455,0.953820,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536000,0.000000,0,0,0.000000,0.000000,0.000000,1.967776,3.357012,0.903785,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.537792,0.000000,0,0,0.000000,0.000000,0.000000,2.114976,3.451159,0.875321,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539904,0.000000,0,0,0.000000,0.000000,0.000000,1.899424,3.253998,0.878868,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.537984,0.000000,0,0,0.000000,0.000000,0.000000,1.783648,3.109916,0.937739,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538944,0.000000,0,0,0.000000,0.000000,0.000000,2.331680,3.699248,0.910648,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539904,0.000000,0,0,0.000000,0.000000,0.000000,2.118848,3.494632,0.893846,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538080,0.000000,0,0,0.000000,0.000000,0.000000,1.973312,3.344870,0.916709,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536032,0.000000,0,0,0.000000,0.000000,0.000000,2.028032,3.521071,0.945423,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.537472,0.000000,0,0,0.000000,0.000000,0.000000,1.942176,3.672728,1.001169,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.535392,0.000000,0,0,0.000000,0.000000,0.000000,1.781248,3.193424,0.985639,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.537824,0.000000,0,0,0.000000,0.000000,0.000000,2.496352,3.969628,1.035874,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.534560,0.000000,0,0,0.000000,0.000000,0.000000,1.785568,3.239580,0.992162,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536992,0.000000,0,0,0.000000,0.000000,0.000000,2.107360,3.741488,0.980559,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536384,0.000000,0,0,0.000000,0.000000,0.000000,2.072352,3.631981,1.008743,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536480,0.000000,0,0,0.000000,0.000000,0.000000,1.912128,3.444507,1.024913,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.537408,0.000000,0,0,0.000000,0.000000,0.000000,1.782976,3.233699,0.984096,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536992,0.000000,0,0,0.000000,0.000000,0.000000,2.104160,3.771615,1.050732,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536544,0.000000,0,0,0.000000,0.000000,0.000000,1.782848,3.484123,1.164737,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536288,0.000000,0,0,0.000000,0.000000,0.000000,1.971712,3.639826,1.100365,shadows-off_gpu-frustum_lights-032_run-2.csv,25 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.089088,0.000000,0,0,0.000000,0.000000,0.000000,2.045856,3.582648,0.846246,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088736,0.000000,0,0,0.000000,0.000000,0.000000,1.357440,2.728838,0.978035,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087872,0.000000,0,0,0.000000,0.000000,0.000000,2.405312,3.577268,0.830677,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088096,0.000000,0,0,0.000000,0.000000,0.000000,1.359968,2.574607,0.867917,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087808,0.000000,0,0,0.000000,0.000000,0.000000,1.627456,2.949414,0.941365,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.089248,0.000000,0,0,0.000000,0.000000,0.000000,1.336800,2.574236,0.850755,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088064,0.000000,0,0,0.000000,0.000000,0.000000,1.337952,3.353776,0.870472,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088416,0.000000,0,0,0.000000,0.000000,0.000000,1.338016,2.367115,0.784359,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088800,0.000000,0,0,0.000000,0.000000,0.000000,1.583072,2.769945,0.871304,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088128,0.000000,0,0,0.000000,0.000000,0.000000,1.472960,2.820050,0.900308,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087936,0.000000,0,0,0.000000,0.000000,0.000000,1.469824,2.719670,0.800500,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088800,0.000000,0,0,0.000000,0.000000,0.000000,1.334752,2.568224,0.991901,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088544,0.000000,0,0,0.000000,0.000000,0.000000,1.885280,3.310003,0.976973,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088064,0.000000,0,0,0.000000,0.000000,0.000000,1.343680,2.730741,0.977775,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088064,0.000000,0,0,0.000000,0.000000,0.000000,2.049472,3.434098,0.947478,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088512,0.000000,0,0,0.000000,0.000000,0.000000,1.617056,3.038171,0.908223,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088256,0.000000,0,0,0.000000,0.000000,0.000000,2.056736,3.486427,0.990428,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088256,0.000000,0,0,0.000000,0.000000,0.000000,1.335744,2.718839,0.984708,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.089056,0.000000,0,0,0.000000,0.000000,0.000000,1.602464,3.050484,0.976151,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.089312,0.000000,0,0,0.000000,0.000000,0.000000,1.334176,2.658355,0.972435,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.089600,0.000000,0,0,0.000000,0.000000,0.000000,1.454592,2.816693,1.060921,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088160,0.000000,0,0,0.000000,0.000000,0.000000,2.045248,4.107228,1.056102,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087552,0.000000,0,0,0.000000,0.000000,0.000000,1.340512,2.741762,1.013472,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088576,0.000000,0,0,0.000000,0.000000,0.000000,2.215072,3.613446,0.953118,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088128,0.000000,0,0,0.000000,0.000000,0.000000,1.347008,2.983678,0.971182,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087840,0.000000,0,0,0.000000,0.000000,0.000000,2.047616,3.515402,1.017449,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088672,0.000000,0,0,0.000000,0.000000,0.000000,1.660608,3.109626,0.909576,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088480,0.000000,0,0,0.000000,0.000000,0.000000,2.049952,3.489893,0.986081,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088416,0.000000,0,0,0.000000,0.000000,0.000000,1.697632,3.052187,0.864861,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087968,0.000000,0,0,0.000000,0.000000,0.000000,1.996704,3.294945,0.953880,shadows-off_gpu-frustum_lights-004_run-2.csv,26 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.042528,0.000000,0,0,0.000000,0.000000,0.000000,3.591584,4.965567,0.908955,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.049408,0.000000,0,0,0.000000,0.000000,0.000000,2.762144,4.068544,0.887945,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046816,0.000000,0,0,0.000000,0.000000,0.000000,2.719200,4.297276,0.909806,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.044288,0.000000,0,0,0.000000,0.000000,0.000000,3.584384,4.923548,0.878086,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.050048,0.000000,0,0,0.000000,0.000000,0.000000,2.599456,4.038087,0.906389,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.044256,0.000000,0,0,0.000000,0.000000,0.000000,3.092032,4.406772,0.838312,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046464,0.000000,0,0,0.000000,0.000000,0.000000,3.596608,5.182225,0.911670,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046176,0.000000,0,0,0.000000,0.000000,0.000000,2.585568,4.163393,1.001238,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.047680,0.000000,0,0,0.000000,0.000000,0.000000,3.080704,4.591872,1.014795,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.047648,0.000000,0,0,0.000000,0.000000,0.000000,3.007584,4.717459,1.193281,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.049984,0.000000,0,0,0.000000,0.000000,0.000000,2.781472,4.225460,0.996941,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.045824,0.000000,0,0,0.000000,0.000000,0.000000,3.080864,4.600428,0.884719,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046784,0.000000,0,0,0.000000,0.000000,0.000000,3.236320,4.619805,0.925977,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.054976,0.000000,0,0,0.000000,0.000000,0.000000,2.805216,4.171599,0.997963,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.053344,0.000000,0,0,0.000000,0.000000,0.000000,3.255392,4.481123,0.893225,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.052928,0.000000,0,0,0.000000,0.000000,0.000000,3.366400,5.527637,0.958017,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.050336,0.000000,0,0,0.000000,0.000000,0.000000,2.604320,4.089114,0.940584,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.053344,0.000000,0,0,0.000000,0.000000,0.000000,3.260960,4.550424,0.835406,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.050240,0.000000,0,0,0.000000,0.000000,0.000000,3.034592,4.361126,0.853550,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.049152,0.000000,0,0,0.000000,0.000000,0.000000,3.068608,4.429907,0.911970,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.055072,0.000000,0,0,0.000000,0.000000,0.000000,3.264544,4.542780,0.913764,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.051328,0.000000,0,0,0.000000,0.000000,0.000000,2.852992,4.266458,0.952266,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.049088,0.000000,0,0,0.000000,0.000000,0.000000,2.737472,4.141432,0.937298,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.052192,0.000000,0,0,0.000000,0.000000,0.000000,3.486624,5.080984,1.103431,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.053824,0.000000,0,0,0.000000,0.000000,0.000000,2.783680,4.304890,1.003403,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.052160,0.000000,0,0,0.000000,0.000000,0.000000,2.747136,4.420879,0.945413,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.050432,0.000000,0,0,0.000000,0.000000,0.000000,3.240704,4.767684,1.004565,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.049088,0.000000,0,0,0.000000,0.000000,0.000000,2.788160,4.082010,0.892613,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.054976,0.000000,0,0,0.000000,0.000000,0.000000,3.086560,4.590890,1.021897,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.052800,0.000000,0,0,0.000000,0.000000,0.000000,3.018368,4.548079,1.030964,shadows-off_gpu-frustum_lights-064_run-2.csv,27 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277536,0.000000,0,0,0.000000,0.000000,0.000000,2.233376,3.578661,0.892794,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276480,0.000000,0,0,0.000000,0.000000,0.000000,1.861248,3.237216,0.910227,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277600,0.000000,0,0,0.000000,0.000000,0.000000,2.071200,3.486897,0.968067,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277248,0.000000,0,0,0.000000,0.000000,0.000000,1.745600,3.220155,0.898866,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276512,0.000000,0,0,0.000000,0.000000,0.000000,2.072576,3.485685,0.950433,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277312,0.000000,0,0,0.000000,0.000000,0.000000,1.861632,3.292871,0.934563,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276608,0.000000,0,0,0.000000,0.000000,0.000000,2.068736,3.767356,1.045623,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276480,0.000000,0,0,0.000000,0.000000,0.000000,1.807936,3.391076,0.988364,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276704,0.000000,0,0,0.000000,0.000000,0.000000,2.070752,3.552351,1.001158,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277632,0.000000,0,0,0.000000,0.000000,0.000000,1.527232,3.043171,1.054158,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276128,0.000000,0,0,0.000000,0.000000,0.000000,3.095968,4.594206,1.023550,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277056,0.000000,0,0,0.000000,0.000000,0.000000,1.729152,3.070182,0.872005,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277216,0.000000,0,0,0.000000,0.000000,0.000000,1.642080,3.001071,0.910317,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276608,0.000000,0,0,0.000000,0.000000,0.000000,1.526144,2.892085,0.983916,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276800,0.000000,0,0,0.000000,0.000000,0.000000,2.066400,3.610210,1.064057,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.285632,0.000000,0,0,0.000000,0.000000,0.000000,1.856096,3.255531,0.980600,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277344,0.000000,0,0,0.000000,0.000000,0.000000,2.072288,3.687285,1.134149,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276960,0.000000,0,0,0.000000,0.000000,0.000000,1.848960,3.324240,1.011067,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.278336,0.000000,0,0,0.000000,0.000000,0.000000,2.071808,3.728063,1.198491,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277568,0.000000,0,0,0.000000,0.000000,0.000000,1.856128,3.209855,0.932419,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277568,0.000000,0,0,0.000000,0.000000,0.000000,2.071648,3.711401,1.188412,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277152,0.000000,0,0,0.000000,0.000000,0.000000,1.856704,3.317217,1.036025,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276704,0.000000,0,0,0.000000,0.000000,0.000000,2.067968,3.662319,1.141874,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276864,0.000000,0,0,0.000000,0.000000,0.000000,1.832544,3.294244,0.930054,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277856,0.000000,0,0,0.000000,0.000000,0.000000,2.073632,3.770593,1.251401,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.278432,0.000000,0,0,0.000000,0.000000,0.000000,1.757696,3.275168,0.905107,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276992,0.000000,0,0,0.000000,0.000000,0.000000,2.067680,3.814265,1.281748,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277184,0.000000,0,0,0.000000,0.000000,0.000000,1.523936,2.953682,0.972655,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275072,0.000000,0,0,0.000000,0.000000,0.000000,2.071360,3.779990,1.248295,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276192,0.000000,0,0,0.000000,0.000000,0.000000,1.855520,3.302098,0.988936,shadows-off_gpu-frustum_lights-016_run-2.csv,28 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.074080,0.000000,0,0,0.000000,0.000000,0.000000,4.524416,5.979178,0.917250,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.067776,0.000000,0,0,0.000000,0.000000,0.000000,3.645920,5.192515,1.007701,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.070720,0.000000,0,0,0.000000,0.000000,0.000000,4.140512,5.680495,1.003593,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.068864,0.000000,0,0,0.000000,0.000000,0.000000,4.548800,6.102631,0.992633,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.072288,0.000000,0,0,0.000000,0.000000,0.000000,4.453248,6.248106,1.213669,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.060928,0.000000,0,0,0.000000,0.000000,0.000000,4.148928,5.974139,1.190576,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.053344,0.000000,0,0,0.000000,0.000000,0.000000,3.976512,6.049360,1.183262,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.062784,0.000000,0,0,0.000000,0.000000,0.000000,4.045504,5.478233,0.931467,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.058624,0.000000,0,0,0.000000,0.000000,0.000000,3.919584,5.473975,1.058166,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.055424,0.000000,0,0,0.000000,0.000000,0.000000,4.283168,5.745938,1.053828,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.069248,0.000000,0,0,0.000000,0.000000,0.000000,4.467616,5.899809,0.886412,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.057760,0.000000,0,0,0.000000,0.000000,0.000000,4.142336,5.533347,0.876102,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.064416,0.000000,0,0,0.000000,0.000000,0.000000,4.146656,5.732864,1.020956,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.055936,0.000000,0,0,0.000000,0.000000,0.000000,3.823456,5.268027,1.049740,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.056128,0.000000,0,0,0.000000,0.000000,0.000000,3.609696,5.576138,0.869861,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.057024,0.000000,0,0,0.000000,0.000000,0.000000,4.279776,5.650709,1.006439,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.061952,0.000000,0,0,0.000000,0.000000,0.000000,4.308064,5.814658,0.992532,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.070688,0.000000,0,0,0.000000,0.000000,0.000000,4.498560,6.011419,0.935815,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.066048,0.000000,0,0,0.000000,0.000000,0.000000,3.634688,5.370300,1.060881,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.052544,0.000000,0,0,0.000000,0.000000,0.000000,3.738592,5.913494,1.235150,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.068864,0.000000,0,0,0.000000,0.000000,0.000000,4.569376,6.184486,0.969348,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.058176,0.000000,0,0,0.000000,0.000000,0.000000,4.113664,5.772609,0.886913,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.056832,0.000000,0,0,0.000000,0.000000,0.000000,4.279776,5.714710,0.894017,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.058816,0.000000,0,0,0.000000,0.000000,0.000000,3.991968,5.492631,0.984648,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.059712,0.000000,0,0,0.000000,0.000000,0.000000,4.440928,6.105467,0.915487,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.065152,0.000000,0,0,0.000000,0.000000,0.000000,3.778176,5.124917,0.923001,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.052224,0.000000,0,0,0.000000,0.000000,0.000000,4.098304,5.538047,0.939331,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.059584,0.000000,0,0,0.000000,0.000000,0.000000,4.452256,5.923814,0.927901,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.069184,0.000000,0,0,0.000000,0.000000,0.000000,4.270592,5.724548,0.940515,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.055232,0.000000,0,0,0.000000,0.000000,0.000000,4.305312,5.785494,0.942297,shadows-off_gpu-frustum_lights-128_run-2.csv,29 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031040,0.005632,0,0,0.000000,0.000000,0.000000,1.759936,3.188555,1.041034,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030176,0.005664,0,0,0.000000,0.000000,0.000000,1.831328,3.400345,0.957807,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030720,0.005632,0,0,0.000000,0.000000,0.000000,1.594272,3.073948,0.987112,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030848,0.005664,0,0,0.000000,0.000000,0.000000,1.581696,3.061826,0.955352,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029376,0.004896,0,0,0.000000,0.000000,0.000000,1.437184,2.800012,0.905819,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029248,0.005120,0,0,0.000000,0.000000,0.000000,1.978112,3.450839,1.004044,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029920,0.005120,0,0,0.000000,0.000000,0.000000,1.734848,3.326174,0.871344,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030272,0.005280,0,0,0.000000,0.000000,0.000000,1.971200,3.401175,0.978446,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030272,0.005376,0,0,0.000000,0.000000,0.000000,1.429440,2.672802,0.866194,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030656,0.005792,0,0,0.000000,0.000000,0.000000,1.415072,2.697990,0.905197,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030496,0.005600,0,0,0.000000,0.000000,0.000000,1.834880,3.188344,0.897082,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030912,0.005600,0,0,0.000000,0.000000,0.000000,1.453984,2.725502,0.929814,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030624,0.005408,0,0,0.000000,0.000000,0.000000,1.574784,3.295315,0.910027,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030880,0.005600,0,0,0.000000,0.000000,0.000000,1.440576,2.776708,0.976773,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029856,0.005248,0,0,0.000000,0.000000,0.000000,1.974144,3.552631,1.069938,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030784,0.005504,0,0,0.000000,0.000000,0.000000,1.785760,3.191961,0.942257,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030208,0.005920,0,0,0.000000,0.000000,0.000000,1.966592,3.444408,1.111546,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031232,0.005632,0,0,0.000000,0.000000,0.000000,1.761248,3.525530,0.999255,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030816,0.005664,0,0,0.000000,0.000000,0.000000,1.966112,3.373203,1.029282,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030912,0.005792,0,0,0.000000,0.000000,0.000000,1.736768,3.157687,0.892083,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030368,0.004832,0,0,0.000000,0.000000,0.000000,1.964832,3.460197,1.030133,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030752,0.005632,0,0,0.000000,0.000000,0.000000,1.754976,3.240072,0.913112,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030656,0.005600,0,0,0.000000,0.000000,0.000000,1.417056,2.631353,0.937318,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029888,0.004768,0,0,0.000000,0.000000,0.000000,1.833696,3.207280,0.911059,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031168,0.005600,0,0,0.000000,0.000000,0.000000,1.597856,3.087704,0.997472,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029600,0.004896,0,0,0.000000,0.000000,0.000000,1.831840,3.375597,0.924614,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030560,0.017344,0,0,0.000000,0.000000,0.000000,1.481312,2.825830,0.973476,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030816,0.005632,0,0,0.000000,0.000000,0.000000,1.574112,3.395986,0.989757,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030304,0.005280,0,0,0.000000,0.000000,0.000000,1.434656,2.733246,0.939542,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030944,0.005632,0,0,0.000000,0.000000,0.000000,1.967744,3.462021,1.030574,shadows-off_gpu-occlusion_lights-000_run-2.csv,30 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537120,0.005632,0,0,0.000000,0.000000,0.000000,1.924000,3.320433,0.937017,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538688,0.005664,0,0,0.000000,0.000000,0.000000,2.340064,3.820887,1.001419,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536384,0.004832,0,0,0.000000,0.000000,0.000000,2.072192,3.414651,0.834755,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537632,0.005696,0,0,0.000000,0.000000,0.000000,2.338176,3.773208,0.863979,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537632,0.005984,0,0,0.000000,0.000000,0.000000,2.071008,3.636029,1.114552,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538752,0.004736,0,0,0.000000,0.000000,0.000000,2.353824,3.809616,0.945233,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538048,0.005728,0,0,0.000000,0.000000,0.000000,2.469920,4.286837,1.005065,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536640,0.005792,0,0,0.000000,0.000000,0.000000,2.172160,3.702544,0.858499,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538336,0.005632,0,0,0.000000,0.000000,0.000000,2.476640,3.836066,0.979267,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538176,0.005632,0,0,0.000000,0.000000,0.000000,2.129056,3.554656,0.855474,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538656,0.004800,0,0,0.000000,0.000000,0.000000,2.113728,3.592527,0.974779,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537472,0.005120,0,0,0.000000,0.000000,0.000000,2.134688,3.445910,0.833462,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538016,0.005632,0,0,0.000000,0.000000,0.000000,2.088736,3.530490,0.947577,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537824,0.005216,0,0,0.000000,0.000000,0.000000,2.128608,3.491025,0.843020,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538080,0.005600,0,0,0.000000,0.000000,0.000000,2.081600,3.550587,0.974709,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536032,0.004928,0,0,0.000000,0.000000,0.000000,2.241952,3.542873,0.828733,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537056,0.005856,0,0,0.000000,0.000000,0.000000,2.320096,3.650356,0.896632,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.534784,0.005856,0,0,0.000000,0.000000,0.000000,1.935040,3.198484,0.877114,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.534688,0.005792,0,0,0.000000,0.000000,0.000000,2.038208,3.338748,0.850133,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537408,0.005984,0,0,0.000000,0.000000,0.000000,1.938496,3.135605,0.821099,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536224,0.005664,0,0,0.000000,0.000000,0.000000,2.115648,3.599991,0.966714,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536000,0.005344,0,0,0.000000,0.000000,0.000000,2.284096,3.557601,0.814176,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.533728,0.005664,0,0,0.000000,0.000000,0.000000,2.037248,3.540959,1.007059,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536384,0.005728,0,0,0.000000,0.000000,0.000000,1.923488,3.355119,0.947678,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.535648,0.004896,0,0,0.000000,0.000000,0.000000,2.317152,3.700411,0.907873,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536224,0.005088,0,0,0.000000,0.000000,0.000000,1.923296,3.310034,0.957146,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538240,0.004960,0,0,0.000000,0.000000,0.000000,2.509632,4.087941,0.936407,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.534880,0.005600,0,0,0.000000,0.000000,0.000000,1.918944,3.247917,0.916849,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537824,0.005696,0,0,0.000000,0.000000,0.000000,2.338336,3.714947,0.904807,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.535840,0.004992,0,0,0.000000,0.000000,0.000000,1.935136,3.223641,0.889267,shadows-off_gpu-occlusion_lights-032_run-2.csv,31 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088736,0.005632,0,0,0.000000,0.000000,0.000000,1.484896,3.099216,0.974208,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087296,0.004832,0,0,0.000000,0.000000,0.000000,2.191136,4.071059,1.398788,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088256,0.005664,0,0,0.000000,0.000000,0.000000,1.785216,3.340811,0.942077,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088608,0.005664,0,0,0.000000,0.000000,0.000000,1.667392,3.368845,1.139158,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088384,0.006080,0,0,0.000000,0.000000,0.000000,2.090688,3.530570,0.920927,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088416,0.005600,0,0,0.000000,0.000000,0.000000,1.665984,3.017212,0.853310,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087904,0.005792,0,0,0.000000,0.000000,0.000000,1.617888,3.656637,1.112879,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087744,0.005152,0,0,0.000000,0.000000,0.000000,1.640576,3.507546,1.034651,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087584,0.005504,0,0,0.000000,0.000000,0.000000,1.486816,2.971616,1.023040,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088160,0.005600,0,0,0.000000,0.000000,0.000000,1.633984,3.976301,1.154298,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.089344,0.005664,0,0,0.000000,0.000000,0.000000,1.488640,3.505953,1.221313,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087360,0.005664,0,0,0.000000,0.000000,0.000000,1.673920,3.556629,1.212577,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088704,0.005024,0,0,0.000000,0.000000,0.000000,1.775424,3.987812,1.273863,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088192,0.005536,0,0,0.000000,0.000000,0.000000,1.590400,3.766655,1.231253,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088000,0.005632,0,0,0.000000,0.000000,0.000000,1.473568,3.175210,1.218288,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088672,0.005344,0,0,0.000000,0.000000,0.000000,1.614336,3.214784,0.941266,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088192,0.005536,0,0,0.000000,0.000000,0.000000,1.633888,3.036538,0.935235,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087808,0.005664,0,0,0.000000,0.000000,0.000000,1.632832,3.415081,1.230361,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088224,0.005760,0,0,0.000000,0.000000,0.000000,1.786688,3.858057,1.291175,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087360,0.005024,0,0,0.000000,0.000000,0.000000,1.589568,3.184477,1.092070,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087168,0.005216,0,0,0.000000,0.000000,0.000000,1.632960,3.240062,1.053507,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087488,0.004960,0,0,0.000000,0.000000,0.000000,1.665632,3.568572,1.254677,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.089216,0.005888,0,0,0.000000,0.000000,0.000000,1.815872,3.848580,1.210804,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088096,0.005664,0,0,0.000000,0.000000,0.000000,1.591776,3.049963,0.961363,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088288,0.005632,0,0,0.000000,0.000000,0.000000,1.689696,3.179047,1.039450,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088064,0.005632,0,0,0.000000,0.000000,0.000000,1.664544,3.389814,1.020305,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088640,0.005856,0,0,0.000000,0.000000,0.000000,1.820256,3.453424,0.914194,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088512,0.004672,0,0,0.000000,0.000000,0.000000,1.671136,3.295958,1.104103,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088384,0.005696,0,0,0.000000,0.000000,0.000000,1.824224,3.348937,0.882765,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087712,0.005696,0,0,0.000000,0.000000,0.000000,1.664672,3.576446,1.020905,shadows-off_gpu-occlusion_lights-004_run-2.csv,32 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.051072,0.005600,0,0,0.000000,0.000000,0.000000,2.933056,4.359053,0.957546,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.044320,0.004864,0,0,0.000000,0.000000,0.000000,3.219712,4.935279,1.204221,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.046944,0.005600,0,0,0.000000,0.000000,0.000000,3.279424,4.916594,1.052676,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.047168,0.005632,0,0,0.000000,0.000000,0.000000,2.915744,4.346749,0.927830,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.043200,0.005824,0,0,0.000000,0.000000,0.000000,2.859424,4.438792,0.951735,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.046080,0.005472,0,0,0.000000,0.000000,0.000000,2.986560,4.515568,1.039421,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.049184,0.005408,0,0,0.000000,0.000000,0.000000,2.920192,4.510798,0.907592,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.046208,0.005664,0,0,0.000000,0.000000,0.000000,2.830112,5.033995,1.186268,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.047264,0.005568,0,0,0.000000,0.000000,0.000000,3.006464,4.607180,1.071061,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.050272,0.008608,0,0,0.000000,0.000000,0.000000,2.949984,4.307395,0.938180,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.047776,0.004736,0,0,0.000000,0.000000,0.000000,2.839680,5.000543,1.231172,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.046528,0.005504,0,0,0.000000,0.000000,0.000000,2.996832,4.633480,1.071842,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.053952,0.005600,0,0,0.000000,0.000000,0.000000,2.944704,4.280715,0.887574,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.049920,0.005376,0,0,0.000000,0.000000,0.000000,2.834016,4.605157,0.925256,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.052608,0.005632,0,0,0.000000,0.000000,0.000000,3.284160,4.790336,1.014804,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.061728,0.011328,0,0,0.000000,0.000000,0.000000,3.953472,5.512007,1.008051,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.053088,0.005152,0,0,0.000000,0.000000,0.000000,3.166176,4.550905,0.880180,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.050880,0.005664,0,0,0.000000,0.000000,0.000000,3.223712,4.487625,0.928872,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.050144,0.005632,0,0,0.000000,0.000000,0.000000,2.800576,4.110664,0.873828,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.053440,0.005920,0,0,0.000000,0.000000,0.000000,3.614144,5.018987,0.890279,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.053280,0.005024,0,0,0.000000,0.000000,0.000000,3.243904,4.648248,0.975691,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.054304,0.005728,0,0,0.000000,0.000000,0.000000,2.804064,4.644040,1.187090,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.050656,0.005664,0,0,0.000000,0.000000,0.000000,3.165280,5.006083,1.191608,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.054176,0.005600,0,0,0.000000,0.000000,0.000000,3.239360,4.995053,1.271558,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.053504,0.005088,0,0,0.000000,0.000000,0.000000,3.332800,5.406468,1.458161,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.053760,0.005312,0,0,0.000000,0.000000,0.000000,2.958368,4.560823,0.959370,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.049600,0.004928,0,0,0.000000,0.000000,0.000000,2.864064,4.801928,1.407565,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.058432,0.005504,0,0,0.000000,0.000000,0.000000,2.988288,4.814031,1.115374,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.048640,0.005664,0,0,0.000000,0.000000,0.000000,2.886624,4.669057,0.983425,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.058368,0.005152,0,0,0.000000,0.000000,0.000000,3.337280,5.111402,1.178323,shadows-off_gpu-occlusion_lights-064_run-2.csv,33 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275712,0.004928,0,0,0.000000,0.000000,0.000000,1.674432,3.038351,0.936497,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276480,0.005760,0,0,0.000000,0.000000,0.000000,2.211648,3.628465,0.932950,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276992,0.005792,0,0,0.000000,0.000000,0.000000,1.674176,3.055704,0.906811,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277248,0.005632,0,0,0.000000,0.000000,0.000000,2.376320,3.821308,0.953840,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277504,0.005856,0,0,0.000000,0.000000,0.000000,2.013088,3.340521,0.894768,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276224,0.005440,0,0,0.000000,0.000000,0.000000,2.211648,3.541460,0.960592,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276224,0.005056,0,0,0.000000,0.000000,0.000000,2.000512,3.579933,0.899718,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277920,0.005760,0,0,0.000000,0.000000,0.000000,2.223008,3.594771,0.996590,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275712,0.004992,0,0,0.000000,0.000000,0.000000,2.021312,3.534828,1.040322,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277184,0.005856,0,0,0.000000,0.000000,0.000000,2.224192,3.683118,0.983525,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277248,0.005504,0,0,0.000000,0.000000,0.000000,1.968160,3.516213,1.003563,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276992,0.005856,0,0,0.000000,0.000000,0.000000,2.212384,3.802412,1.019013,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.278720,0.005600,0,0,0.000000,0.000000,0.000000,2.012224,3.588830,0.859381,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275488,0.005408,0,0,0.000000,0.000000,0.000000,1.852416,3.600723,1.057996,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.278272,0.005696,0,0,0.000000,0.000000,0.000000,2.033472,3.593729,0.952116,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276160,0.005408,0,0,0.000000,0.000000,0.000000,2.175584,3.758750,1.067543,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.278528,0.005792,0,0,0.000000,0.000000,0.000000,2.013024,3.416214,0.923903,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275840,0.005216,0,0,0.000000,0.000000,0.000000,1.776576,3.227919,0.911700,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276352,0.005760,0,0,0.000000,0.000000,0.000000,1.679904,2.994639,0.922470,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.278048,0.005760,0,0,0.000000,0.000000,0.000000,1.859776,3.628043,1.079226,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277472,0.005664,0,0,0.000000,0.000000,0.000000,2.049760,3.704177,0.928151,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276032,0.005120,0,0,0.000000,0.000000,0.000000,1.819328,3.391597,1.025464,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276384,0.005344,0,0,0.000000,0.000000,0.000000,1.961408,3.589070,0.916830,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.273952,0.005728,0,0,0.000000,0.000000,0.000000,1.824096,3.402057,1.069357,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276288,0.005088,0,0,0.000000,0.000000,0.000000,2.273600,3.769250,0.969028,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275872,0.005760,0,0,0.000000,0.000000,0.000000,1.799808,3.852748,1.436741,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276672,0.005216,0,0,0.000000,0.000000,0.000000,1.704160,3.290426,1.034391,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.274976,0.005408,0,0,0.000000,0.000000,0.000000,1.769632,3.383332,1.072863,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277152,0.005216,0,0,0.000000,0.000000,0.000000,1.870496,3.734264,0.979397,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276064,0.005856,0,0,0.000000,0.000000,0.000000,1.665408,3.101019,0.943860,shadows-off_gpu-occlusion_lights-016_run-2.csv,34 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.069984,0.005344,0,0,0.000000,0.000000,0.000000,4.478752,6.336322,1.193100,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.069056,0.004672,0,0,0.000000,0.000000,0.000000,5.528448,7.198789,1.076180,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.052480,0.005248,0,0,0.000000,0.000000,0.000000,4.469184,6.225744,1.173774,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.053696,0.004992,0,0,0.000000,0.000000,0.000000,4.473536,6.076933,1.003924,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.053088,0.005824,0,0,0.000000,0.000000,0.000000,3.937152,5.290098,0.869280,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.063936,0.005152,0,0,0.000000,0.000000,0.000000,4.516544,5.954642,0.893195,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.054976,0.005632,0,0,0.000000,0.000000,0.000000,4.458496,6.658881,0.963307,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.061216,0.005536,0,0,0.000000,0.000000,0.000000,4.234464,5.992484,1.239067,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.074432,0.005792,0,0,0.000000,0.000000,0.000000,4.499584,6.414630,1.259686,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.064416,0.005408,0,0,0.000000,0.000000,0.000000,4.879136,6.559954,0.977684,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.067296,0.005664,0,0,0.000000,0.000000,0.000000,4.365824,6.443234,1.435237,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.053248,0.005632,0,0,0.000000,0.000000,0.000000,5.221568,6.915334,0.880721,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.059584,0.004960,0,0,0.000000,0.000000,0.000000,4.002880,5.648394,1.010015,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.058048,0.004640,0,0,0.000000,0.000000,0.000000,4.826656,6.774819,1.155670,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.058464,0.005632,0,0,0.000000,0.000000,0.000000,3.944256,5.409114,0.930014,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.064832,0.005664,0,0,0.000000,0.000000,0.000000,4.392992,5.701976,0.873598,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.060064,0.005664,0,0,0.000000,0.000000,0.000000,3.852864,6.079859,1.340509,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.057280,0.005696,0,0,0.000000,0.000000,0.000000,4.415552,6.354616,1.263744,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.057280,0.005696,0,0,0.000000,0.000000,0.000000,4.231232,5.796234,0.878477,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.054400,0.005824,0,0,0.000000,0.000000,0.000000,4.460160,5.971214,0.914395,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.051712,0.005632,0,0,0.000000,0.000000,0.000000,4.750304,6.683567,1.378360,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.060608,0.005760,0,0,0.000000,0.000000,0.000000,4.512512,6.305504,0.951816,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.057376,0.005888,0,0,0.000000,0.000000,0.000000,5.507808,7.069285,0.970100,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.062464,0.005600,0,0,0.000000,0.000000,0.000000,3.934496,5.630551,1.249076,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.067968,0.005632,0,0,0.000000,0.000000,0.000000,4.250976,6.094085,1.142305,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.058848,0.005760,0,0,0.000000,0.000000,0.000000,4.365088,6.316615,1.121485,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.059136,0.005440,0,0,0.000000,0.000000,0.000000,3.841856,5.761117,1.228398,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.055232,0.005632,0,0,0.000000,0.000000,0.000000,4.467584,6.301336,1.182591,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.056288,0.005984,0,0,0.000000,0.000000,0.000000,4.240032,6.096560,1.153265,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.053856,0.005632,0,0,0.000000,0.000000,0.000000,4.275648,6.323739,1.381556,shadows-off_gpu-occlusion_lights-128_run-2.csv,35 +0,off,direct,direct,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.036864,0.000000,0,0,0.000000,0.000000,0.000000,1.827808,3.159429,0.982203,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032928,0.000000,0,0,0.000000,0.000000,0.000000,1.272672,2.726924,0.937990,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032448,0.000000,0,0,0.000000,0.000000,0.000000,1.264352,2.596909,0.929994,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032512,0.000000,0,0,0.000000,0.000000,0.000000,1.678752,3.199375,0.916940,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032416,0.000000,0,0,0.000000,0.000000,0.000000,1.401248,2.827293,0.952207,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.417184,3.206067,0.967936,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.257888,2.906583,0.968878,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.809472,3.213732,0.967815,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,1.562848,3.144602,0.885340,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032896,0.000000,0,0,0.000000,0.000000,0.000000,1.832096,3.308711,1.038639,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032640,0.000000,0,0,0.000000,0.000000,0.000000,1.267392,2.891765,1.004775,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032512,0.000000,0,0,0.000000,0.000000,0.000000,1.758912,3.804456,0.906560,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,1.855808,3.325272,0.916178,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032224,0.000000,0,0,0.000000,0.000000,0.000000,1.418208,2.835649,0.888906,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032448,0.000000,0,0,0.000000,0.000000,0.000000,1.678304,3.140915,0.971643,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032352,0.000000,0,0,0.000000,0.000000,0.000000,1.462656,2.871246,0.891512,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,1.447424,2.857219,0.960843,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.031648,0.000000,0,0,0.000000,0.000000,0.000000,1.833728,3.192933,0.876263,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032544,0.000000,0,0,0.000000,0.000000,0.000000,1.832928,3.234882,0.960171,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.033024,0.000000,0,0,0.000000,0.000000,0.000000,1.273280,2.975954,1.074006,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032416,0.000000,0,0,0.000000,0.000000,0.000000,1.823392,3.426353,1.118590,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032704,0.000000,0,0,0.000000,0.000000,0.000000,1.899200,3.225745,0.849242,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.272704,2.393375,0.895679,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.518816,2.862991,0.899888,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032352,0.000000,0,0,0.000000,0.000000,0.000000,1.274144,2.469879,0.861455,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.031648,0.000000,0,0,0.000000,0.000000,0.000000,1.820832,3.174939,1.029862,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032704,0.000000,0,0,0.000000,0.000000,0.000000,1.907008,3.193954,0.821330,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032352,0.000000,0,0,0.000000,0.000000,0.000000,1.818368,3.130525,0.978806,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032544,0.000000,0,0,0.000000,0.000000,0.000000,1.871520,3.215786,0.824345,shadows-off_direct_lights-000_run-3.csv,36 +0,off,direct,direct,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032512,0.000000,0,0,0.000000,0.000000,0.000000,1.268192,2.396781,0.872726,shadows-off_direct_lights-000_run-3.csv,36 +32,off,direct,direct,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.540256,0.000000,0,0,0.000000,0.000000,0.000000,2.331680,3.768118,0.989236,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.542528,0.000000,0,0,0.000000,0.000000,0.000000,2.333376,4.133547,1.037817,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.539488,0.000000,0,0,0.000000,0.000000,0.000000,1.921856,3.782415,0.970461,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.539520,0.000000,0,0,0.000000,0.000000,0.000000,1.764512,3.205547,1.046424,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538784,0.000000,0,0,0.000000,0.000000,0.000000,1.925760,3.745164,0.956694,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.540672,0.000000,0,0,0.000000,0.000000,0.000000,1.765024,3.203693,1.051694,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.539552,0.000000,0,0,0.000000,0.000000,0.000000,1.922208,3.744032,0.977183,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.539104,0.000000,0,0,0.000000,0.000000,0.000000,1.764896,3.121348,0.952827,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538624,0.000000,0,0,0.000000,0.000000,0.000000,1.923040,3.875891,0.961133,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538400,0.000000,0,0,0.000000,0.000000,0.000000,1.986816,3.370538,0.875561,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538624,0.000000,0,0,0.000000,0.000000,0.000000,1.953280,3.406025,0.962375,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.542336,0.000000,0,0,0.000000,0.000000,0.000000,1.766368,3.107311,0.917911,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538592,0.000000,0,0,0.000000,0.000000,0.000000,1.877184,4.369482,1.473179,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.541312,0.000000,0,0,0.000000,0.000000,0.000000,1.982144,3.386287,0.884739,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.540064,0.000000,0,0,0.000000,0.000000,0.000000,1.902720,3.517956,1.045361,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.539808,0.000000,0,0,0.000000,0.000000,0.000000,1.969216,3.352233,0.896281,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.541024,0.000000,0,0,0.000000,0.000000,0.000000,1.880032,3.465207,1.144238,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.540160,0.000000,0,0,0.000000,0.000000,0.000000,1.972384,3.383241,0.943179,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.540160,0.000000,0,0,0.000000,0.000000,0.000000,1.878688,3.432535,1.061182,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.537152,0.000000,0,0,0.000000,0.000000,0.000000,1.968928,3.493850,0.911981,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538624,0.000000,0,0,0.000000,0.000000,0.000000,1.900000,3.493960,1.044139,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538912,0.000000,0,0,0.000000,0.000000,0.000000,1.907808,3.241494,0.859021,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.539200,0.000000,0,0,0.000000,0.000000,0.000000,1.877344,3.254439,0.869730,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538016,0.000000,0,0,0.000000,0.000000,0.000000,1.969024,3.355109,0.956594,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538304,0.000000,0,0,0.000000,0.000000,0.000000,1.927232,3.377080,0.945774,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536896,0.000000,0,0,0.000000,0.000000,0.000000,1.987808,3.432255,0.900879,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536448,0.000000,0,0,0.000000,0.000000,0.000000,1.950848,3.460508,0.959470,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538624,0.000000,0,0,0.000000,0.000000,0.000000,1.763200,3.110408,0.924884,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.537408,0.000000,0,0,0.000000,0.000000,0.000000,1.875072,3.696653,0.865352,shadows-off_direct_lights-032_run-3.csv,37 +32,off,direct,direct,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538464,0.000000,0,0,0.000000,0.000000,0.000000,2.105216,3.462051,0.899166,shadows-off_direct_lights-032_run-3.csv,37 +4,off,direct,direct,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089728,0.000000,0,0,0.000000,0.000000,0.000000,1.598048,3.132689,0.915457,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089632,0.000000,0,0,0.000000,0.000000,0.000000,1.863776,3.411044,0.958147,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089920,0.000000,0,0,0.000000,0.000000,0.000000,1.620000,3.240272,0.895589,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089920,0.000000,0,0,0.000000,0.000000,0.000000,1.876480,3.315413,0.976792,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.657728,3.244049,0.859361,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.795616,3.075962,0.957496,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089088,0.000000,0,0,0.000000,0.000000,0.000000,1.737664,3.253767,0.839754,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089856,0.000000,0,0,0.000000,0.000000,0.000000,1.323776,2.584415,0.907031,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090016,0.000000,0,0,0.000000,0.000000,0.000000,1.451104,3.082765,0.973186,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.314240,3.402288,1.058978,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088832,0.000000,0,0,0.000000,0.000000,0.000000,1.503872,3.030206,1.061212,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090080,0.000000,0,0,0.000000,0.000000,0.000000,1.936672,3.516082,1.086970,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089760,0.000000,0,0,0.000000,0.000000,0.000000,1.471936,3.009096,1.052496,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089856,0.000000,0,0,0.000000,0.000000,0.000000,1.646144,3.790410,1.434166,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088736,0.000000,0,0,0.000000,0.000000,0.000000,1.472480,3.249790,1.118269,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089536,0.000000,0,0,0.000000,0.000000,0.000000,1.316224,3.097984,1.146984,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090016,0.000000,0,0,0.000000,0.000000,0.000000,1.859808,3.406375,1.025374,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088928,0.000000,0,0,0.000000,0.000000,0.000000,1.649536,3.293482,1.049911,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.095680,0.000000,0,0,0.000000,0.000000,0.000000,1.873600,3.354347,1.121606,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090144,0.000000,0,0,0.000000,0.000000,0.000000,1.661600,3.005580,0.862236,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090016,0.000000,0,0,0.000000,0.000000,0.000000,1.878272,3.242326,1.044400,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089824,0.000000,0,0,0.000000,0.000000,0.000000,1.943616,3.366621,0.933701,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088864,0.000000,0,0,0.000000,0.000000,0.000000,1.873664,3.155843,0.961133,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.576480,3.006912,0.964980,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089952,0.000000,0,0,0.000000,0.000000,0.000000,1.315584,2.687489,0.997231,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089952,0.000000,0,0,0.000000,0.000000,0.000000,1.451552,2.988807,1.009775,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089952,0.000000,0,0,0.000000,0.000000,0.000000,1.654048,3.111208,0.995577,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089792,0.000000,0,0,0.000000,0.000000,0.000000,1.427648,3.292130,1.043087,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089600,0.000000,0,0,0.000000,0.000000,0.000000,1.656032,3.078717,0.965861,shadows-off_direct_lights-004_run-3.csv,38 +4,off,direct,direct,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089920,0.000000,0,0,0.000000,0.000000,0.000000,1.872000,3.287641,1.071491,shadows-off_direct_lights-004_run-3.csv,38 +64,off,direct,direct,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.048416,0.000000,0,0,0.000000,0.000000,0.000000,2.674976,4.280525,0.910919,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.048736,0.000000,0,0,0.000000,0.000000,0.000000,3.296192,4.861370,1.099814,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.047872,0.000000,0,0,0.000000,0.000000,0.000000,3.125664,4.788833,1.104834,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.049504,0.000000,0,0,0.000000,0.000000,0.000000,2.681632,4.202017,0.981361,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.047392,0.000000,0,0,0.000000,0.000000,0.000000,2.740864,3.978444,0.873879,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.046528,0.000000,0,0,0.000000,0.000000,0.000000,2.289312,3.561438,0.981010,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.046560,0.000000,0,0,0.000000,0.000000,0.000000,2.836192,4.732277,1.198381,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.048480,0.000000,0,0,0.000000,0.000000,0.000000,2.898944,4.728018,1.120914,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.049696,0.000000,0,0,0.000000,0.000000,0.000000,2.984288,4.387517,0.874730,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.048928,0.000000,0,0,0.000000,0.000000,0.000000,3.184320,4.903320,1.236272,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.047904,0.000000,0,0,0.000000,0.000000,0.000000,2.489472,4.116645,0.900388,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.048576,0.000000,0,0,0.000000,0.000000,0.000000,2.718272,4.193230,0.975150,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.047520,0.000000,0,0,0.000000,0.000000,0.000000,3.408608,4.827746,0.928883,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.047840,0.000000,0,0,0.000000,0.000000,0.000000,2.896704,4.367328,0.908403,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.049568,0.000000,0,0,0.000000,0.000000,0.000000,2.974880,4.957972,0.868538,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.044928,0.000000,0,0,0.000000,0.000000,0.000000,3.179840,4.886508,0.979508,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.049088,0.000000,0,0,0.000000,0.000000,0.000000,3.985120,5.720371,1.214190,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.048480,0.000000,0,0,0.000000,0.000000,0.000000,2.703456,3.974247,0.862627,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.050528,0.000000,0,0,0.000000,0.000000,0.000000,3.263968,5.037331,1.258434,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.046080,0.000000,0,0,0.000000,0.000000,0.000000,2.557312,4.082932,0.941546,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.046752,0.000000,0,0,0.000000,0.000000,0.000000,2.832928,4.328334,0.871815,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.047328,0.000000,0,0,0.000000,0.000000,0.000000,3.128128,4.781930,1.130122,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.055744,0.000000,0,0,0.000000,0.000000,0.000000,2.512704,4.399439,0.931217,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.054976,0.000000,0,0,0.000000,0.000000,0.000000,2.993088,4.406412,0.901851,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.054336,0.000000,0,0,0.000000,0.000000,0.000000,3.395872,4.827607,0.948991,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.053504,0.000000,0,0,0.000000,0.000000,0.000000,2.507200,4.617289,1.492094,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.049664,0.000000,0,0,0.000000,0.000000,0.000000,2.859456,4.421481,0.864581,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.054976,0.000000,0,0,0.000000,0.000000,0.000000,3.424064,4.858925,1.065861,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.053440,0.000000,0,0,0.000000,0.000000,0.000000,2.279104,4.410669,1.605448,shadows-off_direct_lights-064_run-3.csv,39 +64,off,direct,direct,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.050496,0.000000,0,0,0.000000,0.000000,0.000000,2.982880,4.557908,0.888356,shadows-off_direct_lights-064_run-3.csv,39 +16,off,direct,direct,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280384,0.000000,0,0,0.000000,0.000000,0.000000,1.505664,3.137659,1.111486,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279008,0.000000,0,0,0.000000,0.000000,0.000000,1.655744,3.116989,1.010767,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279744,0.000000,0,0,0.000000,0.000000,0.000000,1.620800,3.174698,1.058546,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278720,0.000000,0,0,0.000000,0.000000,0.000000,1.837024,3.350330,1.048027,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280576,0.000000,0,0,0.000000,0.000000,0.000000,1.704576,3.267564,1.109353,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,1.813824,3.636640,0.965111,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278880,0.000000,0,0,0.000000,0.000000,0.000000,1.665152,3.478752,1.140982,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280928,0.000000,0,0,0.000000,0.000000,0.000000,1.841984,3.608266,1.050732,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280576,0.000000,0,0,0.000000,0.000000,0.000000,1.668800,3.306988,1.093332,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280576,0.000000,0,0,0.000000,0.000000,0.000000,1.836832,3.612575,1.071992,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.281888,0.000000,0,0,0.000000,0.000000,0.000000,1.625056,3.507757,1.358352,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280192,0.000000,0,0,0.000000,0.000000,0.000000,1.834560,3.273445,0.993564,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280352,0.000000,0,0,0.000000,0.000000,0.000000,1.675648,3.283634,1.117639,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280544,0.000000,0,0,0.000000,0.000000,0.000000,1.833408,3.412968,0.899617,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280320,0.000000,0,0,0.000000,0.000000,0.000000,1.696352,3.208743,1.058336,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.282240,0.000000,0,0,0.000000,0.000000,0.000000,1.794976,3.610240,0.979427,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280576,0.000000,0,0,0.000000,0.000000,0.000000,1.704864,3.340381,1.027287,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280832,0.000000,0,0,0.000000,0.000000,0.000000,1.831968,3.531572,0.907291,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280608,0.000000,0,0,0.000000,0.000000,0.000000,1.693344,3.546350,1.189113,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.282624,0.000000,0,0,0.000000,0.000000,0.000000,1.740160,3.806740,1.167552,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.282016,0.000000,0,0,0.000000,0.000000,0.000000,1.694176,3.721209,1.501482,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.282016,0.000000,0,0,0.000000,0.000000,0.000000,1.802240,3.598668,1.196137,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280576,0.000000,0,0,0.000000,0.000000,0.000000,1.645472,3.692616,1.402886,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.281888,0.000000,0,0,0.000000,0.000000,0.000000,1.506880,3.581927,1.494499,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280832,0.000000,0,0,0.000000,0.000000,0.000000,1.618752,3.267443,1.122026,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280128,0.000000,0,0,0.000000,0.000000,0.000000,1.652992,3.069661,0.960962,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.281152,0.000000,0,0,0.000000,0.000000,0.000000,1.640160,3.371279,1.224460,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280576,0.000000,0,0,0.000000,0.000000,0.000000,1.838464,3.241645,0.949140,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279744,0.000000,0,0,0.000000,0.000000,0.000000,1.505152,3.273786,1.307627,shadows-off_direct_lights-016_run-3.csv,40 +16,off,direct,direct,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280960,0.000000,0,0,0.000000,0.000000,0.000000,1.834784,3.529217,1.253635,shadows-off_direct_lights-016_run-3.csv,40 +128,off,direct,direct,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.083872,0.000000,0,0,0.000000,0.000000,0.000000,4.217472,5.752461,0.962466,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.086912,0.000000,0,0,0.000000,0.000000,0.000000,4.347808,5.820840,0.862978,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.078560,0.000000,0,0,0.000000,0.000000,0.000000,4.031232,5.746189,1.250389,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.078304,0.000000,0,0,0.000000,0.000000,0.000000,4.173472,5.755437,0.920356,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.076672,0.000000,0,0,0.000000,0.000000,0.000000,3.764032,5.864301,1.101158,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.082176,0.000000,0,0,0.000000,0.000000,0.000000,4.734432,6.187913,0.890149,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.077984,0.000000,0,0,0.000000,0.000000,0.000000,4.098240,5.822764,0.960111,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.077984,0.000000,0,0,0.000000,0.000000,0.000000,4.332480,5.814457,0.994776,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.080768,0.000000,0,0,0.000000,0.000000,0.000000,4.637472,6.157064,0.910337,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.072576,0.000000,0,0,0.000000,0.000000,0.000000,4.021152,6.021258,1.459433,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.068608,0.000000,0,0,0.000000,0.000000,0.000000,3.896448,5.427137,0.916689,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.079488,0.000000,0,0,0.000000,0.000000,0.000000,3.706208,5.549037,1.178082,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.070688,0.000000,0,0,0.000000,0.000000,0.000000,4.263936,6.060011,1.161181,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.075200,0.000000,0,0,0.000000,0.000000,0.000000,4.206624,6.154168,1.301936,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.065248,0.000000,0,0,0.000000,0.000000,0.000000,4.313344,6.336854,1.294452,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.070528,0.000000,0,0,0.000000,0.000000,0.000000,4.343936,5.883888,0.921989,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.074336,0.000000,0,0,0.000000,0.000000,0.000000,4.022592,5.944043,1.391014,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.072608,0.000000,0,0,0.000000,0.000000,0.000000,4.220032,6.725496,1.453322,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.075712,0.000000,0,0,0.000000,0.000000,0.000000,3.578432,5.090883,0.931988,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.068512,0.000000,0,0,0.000000,0.000000,0.000000,4.081152,5.591317,1.001138,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.071776,0.000000,0,0,0.000000,0.000000,0.000000,4.322432,5.816602,0.950363,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.078720,0.000000,0,0,0.000000,0.000000,0.000000,4.315872,5.831179,0.911850,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.068384,0.000000,0,0,0.000000,0.000000,0.000000,4.603232,6.282290,1.077633,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.069024,0.000000,0,0,0.000000,0.000000,0.000000,4.018656,5.597709,0.946676,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.080640,0.000000,0,0,0.000000,0.000000,0.000000,4.209824,5.840497,1.099684,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.066432,0.000000,0,0,0.000000,0.000000,0.000000,3.983680,5.928122,0.923041,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.068352,0.000000,0,0,0.000000,0.000000,0.000000,4.083552,5.787307,1.078134,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.076704,0.000000,0,0,0.000000,0.000000,0.000000,4.283008,5.913825,0.860734,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.074624,0.000000,0,0,0.000000,0.000000,0.000000,4.322944,6.459014,1.288430,shadows-off_direct_lights-128_run-3.csv,41 +128,off,direct,direct,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.074592,0.000000,0,0,0.000000,0.000000,0.000000,4.612320,6.359997,0.939663,shadows-off_direct_lights-128_run-3.csv,41 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030848,0.000000,0,0,0.000000,0.000000,0.000000,1.825216,3.142477,0.867507,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030016,0.000000,0,0,0.000000,0.000000,0.000000,1.274176,2.683893,1.039661,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030720,0.000000,0,0,0.000000,0.000000,0.000000,1.600704,2.988106,0.897553,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030144,0.000000,0,0,0.000000,0.000000,0.000000,1.392448,2.752933,0.846908,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030848,0.000000,0,0,0.000000,0.000000,0.000000,1.839584,3.237026,0.885370,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030400,0.000000,0,0,0.000000,0.000000,0.000000,1.843360,3.151444,0.858940,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029632,0.000000,0,0,0.000000,0.000000,0.000000,1.546912,3.098885,0.889197,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030656,0.000000,0,0,0.000000,0.000000,0.000000,1.846304,3.127229,0.852709,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030176,0.000000,0,0,0.000000,0.000000,0.000000,1.273024,2.710653,0.980479,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030848,0.000000,0,0,0.000000,0.000000,0.000000,1.422048,2.771067,0.901791,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030688,0.000000,0,0,0.000000,0.000000,0.000000,1.411488,2.987224,0.985408,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030144,0.000000,0,0,0.000000,0.000000,0.000000,1.575424,3.252575,0.917772,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030464,0.000000,0,0,0.000000,0.000000,0.000000,1.475104,3.135003,1.016778,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030272,0.000000,0,0,0.000000,0.000000,0.000000,1.890944,3.278324,0.902282,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030976,0.000000,0,0,0.000000,0.000000,0.000000,1.833952,3.365799,1.165248,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031136,0.000000,0,0,0.000000,0.000000,0.000000,1.294976,2.883920,1.112498,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030880,0.000000,0,0,0.000000,0.000000,0.000000,1.838112,3.223520,0.920827,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029600,0.000000,0,0,0.000000,0.000000,0.000000,1.276672,2.681819,0.982003,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031008,0.000000,0,0,0.000000,0.000000,0.000000,1.482176,2.951297,0.937157,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029504,0.000000,0,0,0.000000,0.000000,0.000000,1.273056,2.607128,0.947106,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030944,0.000000,0,0,0.000000,0.000000,0.000000,1.545120,2.856247,0.957606,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030848,0.000000,0,0,0.000000,0.000000,0.000000,1.853824,3.210556,0.902542,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030272,0.000000,0,0,0.000000,0.000000,0.000000,1.560800,3.109035,1.078714,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030880,0.000000,0,0,0.000000,0.000000,0.000000,1.747904,3.126057,0.902903,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030176,0.000000,0,0,0.000000,0.000000,0.000000,1.464608,2.833745,1.006889,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030816,0.000000,0,0,0.000000,0.000000,0.000000,1.598208,3.281701,0.972484,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029504,0.000000,0,0,0.000000,0.000000,0.000000,1.411456,2.917874,1.025043,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030944,0.000000,0,0,0.000000,0.000000,0.000000,1.406112,2.873420,0.953398,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030272,0.000000,0,0,0.000000,0.000000,0.000000,1.409600,3.169469,0.905618,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029728,0.000000,0,0,0.000000,0.000000,0.000000,1.549056,3.011160,1.004825,shadows-off_gpu-frustum_lights-000_run-3.csv,42 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.535616,0.000000,0,0,0.000000,0.000000,0.000000,1.780928,3.370217,1.144749,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.535296,0.000000,0,0,0.000000,0.000000,0.000000,1.956192,3.911479,1.370095,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539680,0.000000,0,0,0.000000,0.000000,0.000000,1.795232,3.238228,0.973556,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538624,0.000000,0,0,0.000000,0.000000,0.000000,2.562656,4.177310,0.902843,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538752,0.000000,0,0,0.000000,0.000000,0.000000,2.053568,3.529348,0.963647,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539392,0.000000,0,0,0.000000,0.000000,0.000000,2.373312,3.776213,0.901140,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539008,0.000000,0,0,0.000000,0.000000,0.000000,2.397024,4.058456,0.932599,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538944,0.000000,0,0,0.000000,0.000000,0.000000,1.969536,3.513638,0.921799,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.540544,0.000000,0,0,0.000000,0.000000,0.000000,2.049696,3.745986,0.971202,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.537440,0.000000,0,0,0.000000,0.000000,0.000000,1.971072,3.769300,1.295113,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539200,0.000000,0,0,0.000000,0.000000,0.000000,2.112000,3.567710,0.944422,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539168,0.000000,0,0,0.000000,0.000000,0.000000,1.918656,3.605892,1.214681,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539040,0.000000,0,0,0.000000,0.000000,0.000000,1.781728,3.118863,0.932289,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539680,0.000000,0,0,0.000000,0.000000,0.000000,1.899296,3.568131,1.174526,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538976,0.000000,0,0,0.000000,0.000000,0.000000,2.084608,3.581306,0.977183,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539552,0.000000,0,0,0.000000,0.000000,0.000000,1.921632,3.611933,1.194082,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538272,0.000000,0,0,0.000000,0.000000,0.000000,2.064064,3.620990,0.937138,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.540480,0.000000,0,0,0.000000,0.000000,0.000000,1.919040,3.595222,1.197709,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539232,0.000000,0,0,0.000000,0.000000,0.000000,2.118592,3.474103,0.908443,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538048,0.000000,0,0,0.000000,0.000000,0.000000,1.921280,3.554234,1.034992,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538944,0.000000,0,0,0.000000,0.000000,0.000000,2.120096,3.853469,1.131103,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538368,0.000000,0,0,0.000000,0.000000,0.000000,1.928320,3.401356,0.913583,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.537600,0.000000,0,0,0.000000,0.000000,0.000000,2.565824,4.029791,0.921419,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.537472,0.000000,0,0,0.000000,0.000000,0.000000,1.795264,3.149390,0.855734,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539488,0.000000,0,0,0.000000,0.000000,0.000000,2.586784,4.129820,0.953820,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.540928,0.000000,0,0,0.000000,0.000000,0.000000,2.065184,3.600161,1.003983,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538944,0.000000,0,0,0.000000,0.000000,0.000000,2.142016,4.676942,1.257903,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539360,0.000000,0,0,0.000000,0.000000,0.000000,1.784096,3.274176,0.980209,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.540064,0.000000,0,0,0.000000,0.000000,0.000000,1.895104,3.345090,0.954320,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.542176,0.000000,0,0,0.000000,0.000000,0.000000,3.110400,5.002686,1.131163,shadows-off_gpu-frustum_lights-032_run-3.csv,43 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088512,0.000000,0,0,0.000000,0.000000,0.000000,1.331200,2.876667,0.949271,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088352,0.000000,0,0,0.000000,0.000000,0.000000,1.906528,3.174649,0.916649,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088896,0.000000,0,0,0.000000,0.000000,0.000000,1.452512,2.882427,0.936877,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088032,0.000000,0,0,0.000000,0.000000,0.000000,1.871584,3.295987,0.945854,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088800,0.000000,0,0,0.000000,0.000000,0.000000,1.455648,3.435640,0.963959,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088512,0.000000,0,0,0.000000,0.000000,0.000000,1.605344,3.190008,1.075128,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087616,0.000000,0,0,0.000000,0.000000,0.000000,2.075808,3.808003,0.933150,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088128,0.000000,0,0,0.000000,0.000000,0.000000,1.607136,3.103575,1.051123,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088704,0.000000,0,0,0.000000,0.000000,0.000000,1.905952,3.325303,0.903464,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088512,0.000000,0,0,0.000000,0.000000,0.000000,1.348064,2.927822,1.122898,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.089632,0.000000,0,0,0.000000,0.000000,0.000000,2.048960,3.724876,1.125723,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088704,0.000000,0,0,0.000000,0.000000,0.000000,1.343808,3.012182,1.210764,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.089056,0.000000,0,0,0.000000,0.000000,0.000000,1.673312,3.428697,1.288140,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.089056,0.000000,0,0,0.000000,0.000000,0.000000,1.333280,2.825600,1.086530,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088320,0.000000,0,0,0.000000,0.000000,0.000000,1.677152,3.626822,1.494018,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087936,0.000000,0,0,0.000000,0.000000,0.000000,1.332608,2.955315,1.157403,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088576,0.000000,0,0,0.000000,0.000000,0.000000,1.332320,2.989138,0.999886,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088800,0.000000,0,0,0.000000,0.000000,0.000000,1.449568,3.908472,1.000547,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088704,0.000000,0,0,0.000000,0.000000,0.000000,1.674144,3.250001,1.085077,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088608,0.000000,0,0,0.000000,0.000000,0.000000,1.350336,2.669836,0.935485,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088256,0.000000,0,0,0.000000,0.000000,0.000000,1.595328,2.940336,0.999225,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088544,0.000000,0,0,0.000000,0.000000,0.000000,1.514304,3.356210,0.960713,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087488,0.000000,0,0,0.000000,0.000000,0.000000,1.596768,3.167525,1.084677,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088160,0.000000,0,0,0.000000,0.000000,0.000000,1.922976,3.710489,1.139169,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087808,0.000000,0,0,0.000000,0.000000,0.000000,1.348544,2.768983,0.987031,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088544,0.000000,0,0,0.000000,0.000000,0.000000,2.043648,3.571547,0.867667,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087392,0.000000,0,0,0.000000,0.000000,0.000000,1.331136,2.869152,1.123158,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088640,0.000000,0,0,0.000000,0.000000,0.000000,1.651616,3.251763,1.120013,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088224,0.000000,0,0,0.000000,0.000000,0.000000,1.331552,2.965915,1.222877,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088384,0.000000,0,0,0.000000,0.000000,0.000000,1.333312,2.855396,1.045401,shadows-off_gpu-frustum_lights-004_run-3.csv,44 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.054304,0.000000,0,0,0.000000,0.000000,0.000000,2.712288,4.743788,1.077593,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.053440,0.000000,0,0,0.000000,0.000000,0.000000,3.241472,4.792189,0.957627,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.050656,0.000000,0,0,0.000000,0.000000,0.000000,3.044512,4.519505,0.908043,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046976,0.000000,0,0,0.000000,0.000000,0.000000,3.058016,4.565622,0.980189,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.051200,0.000000,0,0,0.000000,0.000000,0.000000,2.843968,4.300342,0.966603,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.050848,0.000000,0,0,0.000000,0.000000,0.000000,3.047264,4.581763,1.046063,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046112,0.000000,0,0,0.000000,0.000000,0.000000,2.718720,4.968062,1.064769,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.045984,0.000000,0,0,0.000000,0.000000,0.000000,3.898464,5.397461,0.973025,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.048544,0.000000,0,0,0.000000,0.000000,0.000000,3.138848,4.531648,0.869981,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.049280,0.000000,0,0,0.000000,0.000000,0.000000,2.292544,3.710890,0.983565,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.047456,0.000000,0,0,0.000000,0.000000,0.000000,3.591264,4.855519,0.906690,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.044320,0.000000,0,0,0.000000,0.000000,0.000000,2.866976,4.279502,0.936105,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046752,0.000000,0,0,0.000000,0.000000,0.000000,2.751296,4.677914,1.045913,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046720,0.000000,0,0,0.000000,0.000000,0.000000,3.587136,5.011493,0.906931,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.044608,0.000000,0,0,0.000000,0.000000,0.000000,4.043488,5.499664,0.982313,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.047680,0.000000,0,0,0.000000,0.000000,0.000000,2.292320,3.692205,0.995558,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.045248,0.000000,0,0,0.000000,0.000000,0.000000,3.427872,4.939928,0.866574,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046400,0.000000,0,0,0.000000,0.000000,0.000000,2.797408,4.287107,0.991731,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046848,0.000000,0,0,0.000000,0.000000,0.000000,2.731360,4.651635,1.006589,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.050528,0.000000,0,0,0.000000,0.000000,0.000000,3.539488,5.728646,1.678907,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.053120,0.000000,0,0,0.000000,0.000000,0.000000,3.182144,4.518232,0.951234,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046016,0.000000,0,0,0.000000,0.000000,0.000000,2.290976,3.704939,0.937117,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.049728,0.000000,0,0,0.000000,0.000000,0.000000,3.618144,5.014038,0.936497,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.052704,0.000000,0,0,0.000000,0.000000,0.000000,2.694112,4.063234,0.922249,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.051712,0.000000,0,0,0.000000,0.000000,0.000000,2.920352,4.448942,0.915006,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.049056,0.000000,0,0,0.000000,0.000000,0.000000,3.306944,4.657184,0.868488,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.044640,0.000000,0,0,0.000000,0.000000,0.000000,2.554496,3.911398,0.883466,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.050016,0.000000,0,0,0.000000,0.000000,0.000000,3.273248,4.594336,0.865633,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.047424,0.000000,0,0,0.000000,0.000000,0.000000,3.702240,5.377965,1.133688,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.047520,0.000000,0,0,0.000000,0.000000,0.000000,2.566400,4.348883,1.171460,shadows-off_gpu-frustum_lights-064_run-3.csv,45 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276224,0.000000,0,0,0.000000,0.000000,0.000000,1.850464,3.371460,0.963358,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277024,0.000000,0,0,0.000000,0.000000,0.000000,2.069696,3.753460,1.189304,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277120,0.000000,0,0,0.000000,0.000000,0.000000,1.752608,3.524418,1.134940,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276736,0.000000,0,0,0.000000,0.000000,0.000000,2.071040,3.562039,0.947197,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277408,0.000000,0,0,0.000000,0.000000,0.000000,1.543296,2.923695,0.933100,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276256,0.000000,0,0,0.000000,0.000000,0.000000,2.067616,3.564744,1.050641,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.278464,0.000000,0,0,0.000000,0.000000,0.000000,1.875264,3.463233,0.861245,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276736,0.000000,0,0,0.000000,0.000000,0.000000,2.065696,3.636410,1.089255,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276768,0.000000,0,0,0.000000,0.000000,0.000000,1.867360,3.362061,1.007070,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275552,0.000000,0,0,0.000000,0.000000,0.000000,2.067136,3.607946,1.053568,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277888,0.000000,0,0,0.000000,0.000000,0.000000,1.887392,3.265089,0.911860,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276416,0.000000,0,0,0.000000,0.000000,0.000000,2.067584,3.487568,0.980990,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276608,0.000000,0,0,0.000000,0.000000,0.000000,1.885216,3.217459,0.883035,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276896,0.000000,0,0,0.000000,0.000000,0.000000,2.072224,3.501244,1.006308,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276640,0.000000,0,0,0.000000,0.000000,0.000000,1.867744,3.204454,0.884599,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276640,0.000000,0,0,0.000000,0.000000,0.000000,2.070528,3.481587,0.981311,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276032,0.000000,0,0,0.000000,0.000000,0.000000,1.854528,3.270168,0.956294,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277760,0.000000,0,0,0.000000,0.000000,0.000000,2.071616,3.505222,0.994045,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276896,0.000000,0,0,0.000000,0.000000,0.000000,1.853568,3.243689,0.966904,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277696,0.000000,0,0,0.000000,0.000000,0.000000,2.068576,3.610730,1.063035,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277056,0.000000,0,0,0.000000,0.000000,0.000000,1.853184,3.525941,1.159988,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277664,0.000000,0,0,0.000000,0.000000,0.000000,2.076576,3.662459,1.085628,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277888,0.000000,0,0,0.000000,0.000000,0.000000,1.870752,3.247746,0.887363,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277632,0.000000,0,0,0.000000,0.000000,0.000000,2.069536,3.451881,0.955002,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276576,0.000000,0,0,0.000000,0.000000,0.000000,1.850464,3.199215,0.891462,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277120,0.000000,0,0,0.000000,0.000000,0.000000,2.073152,3.443195,0.946766,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276896,0.000000,0,0,0.000000,0.000000,0.000000,1.830816,3.215275,0.931627,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277472,0.000000,0,0,0.000000,0.000000,0.000000,2.075680,3.562339,0.965040,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276768,0.000000,0,0,0.000000,0.000000,0.000000,1.851648,3.182594,0.896260,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276032,0.000000,0,0,0.000000,0.000000,0.000000,2.069600,3.701011,0.960783,shadows-off_gpu-frustum_lights-016_run-3.csv,46 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.072800,0.000000,0,0,0.000000,0.000000,0.000000,4.052672,5.480688,0.926638,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.064672,0.000000,0,0,0.000000,0.000000,0.000000,4.533088,5.950194,0.902642,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.069376,0.000000,0,0,0.000000,0.000000,0.000000,4.121024,5.675927,1.074006,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.064512,0.000000,0,0,0.000000,0.000000,0.000000,4.655776,6.215465,0.900098,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.080032,0.000000,0,0,0.000000,0.000000,0.000000,4.297824,5.731772,0.858940,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.063712,0.000000,0,0,0.000000,0.000000,0.000000,4.311040,5.756468,0.938290,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.062592,0.000000,0,0,0.000000,0.000000,0.000000,4.078272,5.701194,0.908353,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.071776,0.000000,0,0,0.000000,0.000000,0.000000,3.952064,5.342999,0.933220,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.073600,0.000000,0,0,0.000000,0.000000,0.000000,4.128224,5.573694,0.958528,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.067904,0.000000,0,0,0.000000,0.000000,0.000000,4.447328,5.888737,0.906900,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.064256,0.000000,0,0,0.000000,0.000000,0.000000,4.256128,5.663994,0.898435,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.060544,0.000000,0,0,0.000000,0.000000,0.000000,4.038240,5.749796,1.189744,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.056768,0.000000,0,0,0.000000,0.000000,0.000000,3.775360,5.612717,1.260738,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.056000,0.000000,0,0,0.000000,0.000000,0.000000,3.717024,5.528579,1.173453,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.064736,0.000000,0,0,0.000000,0.000000,0.000000,4.123584,6.035164,1.220412,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.058368,0.000000,0,0,0.000000,0.000000,0.000000,4.257120,5.984238,1.147404,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.064352,0.000000,0,0,0.000000,0.000000,0.000000,4.375008,6.178123,1.187840,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.058944,0.000000,0,0,0.000000,0.000000,0.000000,4.485248,6.303731,1.198571,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.053568,0.000000,0,0,0.000000,0.000000,0.000000,4.038656,5.703368,1.070329,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.051872,0.000000,0,0,0.000000,0.000000,0.000000,3.654624,5.087116,0.893916,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.056992,0.000000,0,0,0.000000,0.000000,0.000000,5.146816,6.570413,0.972404,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.057984,0.000000,0,0,0.000000,0.000000,0.000000,4.100992,5.610864,1.027107,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.061248,0.000000,0,0,0.000000,0.000000,0.000000,4.260896,5.653093,0.850594,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.058208,0.000000,0,0,0.000000,0.000000,0.000000,4.308384,5.743585,0.951034,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.064128,0.000000,0,0,0.000000,0.000000,0.000000,4.045920,5.543506,0.995868,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.065344,0.000000,0,0,0.000000,0.000000,0.000000,3.635680,5.123454,0.933751,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.056288,0.000000,0,0,0.000000,0.000000,0.000000,4.103072,5.639548,0.954861,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.056288,0.000000,0,0,0.000000,0.000000,0.000000,4.256288,5.773570,0.889999,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.060576,0.000000,0,0,0.000000,0.000000,0.000000,4.366976,5.972816,0.964940,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.051584,0.000000,0,0,0.000000,0.000000,0.000000,3.889472,5.347938,0.928391,shadows-off_gpu-frustum_lights-128_run-3.csv,47 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030048,0.004896,0,0,0.000000,0.000000,0.000000,1.756224,3.224082,0.987443,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031136,0.005088,0,0,0.000000,0.000000,0.000000,1.686496,3.279546,0.975039,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030688,0.005664,0,0,0.000000,0.000000,0.000000,1.973024,3.446621,0.985749,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031040,0.005056,0,0,0.000000,0.000000,0.000000,2.305440,3.848359,0.950433,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029664,0.004864,0,0,0.000000,0.000000,0.000000,1.761344,3.179728,0.948539,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030400,0.005120,0,0,0.000000,0.000000,0.000000,1.962272,3.396927,0.910408,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030848,0.005696,0,0,0.000000,0.000000,0.000000,1.724480,3.444697,0.919445,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031200,0.004896,0,0,0.000000,0.000000,0.000000,1.963968,3.405103,0.923151,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029760,0.004992,0,0,0.000000,0.000000,0.000000,1.735712,3.341994,0.988445,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030336,0.005920,0,0,0.000000,0.000000,0.000000,1.964576,3.529037,0.988034,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031264,0.005632,0,0,0.000000,0.000000,0.000000,1.745824,3.355670,0.974027,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030464,0.004992,0,0,0.000000,0.000000,0.000000,1.966496,3.468943,0.966674,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030912,0.005632,0,0,0.000000,0.000000,0.000000,1.416000,2.969361,1.039511,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031360,0.005632,0,0,0.000000,0.000000,0.000000,1.687840,3.383171,1.167793,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030208,0.005664,0,0,0.000000,0.000000,0.000000,1.429760,2.779112,0.905989,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030688,0.005728,0,0,0.000000,0.000000,0.000000,2.068224,3.656688,1.128208,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030528,0.004928,0,0,0.000000,0.000000,0.000000,1.751328,3.180730,0.910647,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030720,0.005248,0,0,0.000000,0.000000,0.000000,1.692128,2.905241,0.886252,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031072,0.005536,0,0,0.000000,0.000000,0.000000,1.552608,2.950847,0.910547,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029824,0.005088,0,0,0.000000,0.000000,0.000000,1.424320,2.852812,1.035864,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031552,0.005632,0,0,0.000000,0.000000,0.000000,1.606336,3.422226,1.016777,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030880,0.005664,0,0,0.000000,0.000000,0.000000,1.758592,3.280518,1.042256,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030688,0.005632,0,0,0.000000,0.000000,0.000000,1.963712,3.480555,1.015075,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030976,0.005696,0,0,0.000000,0.000000,0.000000,1.737216,3.457883,1.084315,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030784,0.005664,0,0,0.000000,0.000000,0.000000,1.967744,3.498018,1.039671,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030816,0.005632,0,0,0.000000,0.000000,0.000000,1.753984,3.286750,1.063586,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030240,0.005664,0,0,0.000000,0.000000,0.000000,1.963616,3.514009,1.028260,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030592,0.005248,0,0,0.000000,0.000000,0.000000,1.766272,3.295086,1.062224,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030624,0.005664,0,0,0.000000,0.000000,0.000000,1.963648,3.474023,1.018942,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030848,0.005600,0,0,0.000000,0.000000,0.000000,1.728320,3.367392,1.112157,shadows-off_gpu-occlusion_lights-000_run-3.csv,48 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537792,0.005664,0,0,0.000000,0.000000,0.000000,2.578912,4.353232,1.132336,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.541504,0.005664,0,0,0.000000,0.000000,0.000000,2.091936,4.010825,1.203079,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.542752,0.005856,0,0,0.000000,0.000000,0.000000,2.909184,4.506040,1.078023,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.539616,0.005920,0,0,0.000000,0.000000,0.000000,2.256416,3.956523,1.153025,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537152,0.005216,0,0,0.000000,0.000000,0.000000,2.116992,4.306333,1.267581,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.540256,0.005952,0,0,0.000000,0.000000,0.000000,2.265568,4.005185,1.157444,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.539872,0.005056,0,0,0.000000,0.000000,0.000000,1.937632,3.849491,1.152694,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.539840,0.005696,0,0,0.000000,0.000000,0.000000,2.662688,4.271538,1.052565,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537952,0.005664,0,0,0.000000,0.000000,0.000000,2.300864,4.035342,1.196868,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538080,0.005728,0,0,0.000000,0.000000,0.000000,2.471680,4.370744,1.285215,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.541248,0.005664,0,0,0.000000,0.000000,0.000000,2.258880,3.897522,1.076371,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.539808,0.005696,0,0,0.000000,0.000000,0.000000,2.066592,3.880861,1.236713,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538592,0.005760,0,0,0.000000,0.000000,0.000000,2.184800,3.755434,1.052445,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537536,0.005792,0,0,0.000000,0.000000,0.000000,2.059040,3.815397,1.097030,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.539776,0.005632,0,0,0.000000,0.000000,0.000000,2.650400,4.309408,1.022128,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.540992,0.005856,0,0,0.000000,0.000000,0.000000,2.272064,3.833742,1.069968,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.541056,0.005632,0,0,0.000000,0.000000,0.000000,2.472256,3.979576,0.959419,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537856,0.005664,0,0,0.000000,0.000000,0.000000,2.260064,3.740055,0.978937,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.540224,0.005632,0,0,0.000000,0.000000,0.000000,2.082016,3.526632,0.954471,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538496,0.005824,0,0,0.000000,0.000000,0.000000,2.184032,3.594070,0.888636,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.541088,0.005664,0,0,0.000000,0.000000,0.000000,2.068512,3.640627,1.057184,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.539680,0.005632,0,0,0.000000,0.000000,0.000000,2.193856,3.726730,0.992673,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.543584,0.004832,0,0,0.000000,0.000000,0.000000,1.942368,3.575925,1.080718,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538048,0.005152,0,0,0.000000,0.000000,0.000000,2.644544,4.142684,0.992442,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536288,0.005952,0,0,0.000000,0.000000,0.000000,2.260128,3.938910,1.167332,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536928,0.005280,0,0,0.000000,0.000000,0.000000,2.474208,4.038507,1.026447,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536128,0.005952,0,0,0.000000,0.000000,0.000000,2.265280,4.358271,0.980500,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536832,0.005632,0,0,0.000000,0.000000,0.000000,2.067040,3.600532,1.015135,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.535552,0.004768,0,0,0.000000,0.000000,0.000000,2.193472,3.670283,0.946937,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536576,0.004608,0,0,0.000000,0.000000,0.000000,1.940064,3.388111,0.937589,shadows-off_gpu-occlusion_lights-032_run-3.csv,49 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.103968,0.005888,0,0,0.000000,0.000000,0.000000,1.493856,3.033482,1.094084,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088896,0.005664,0,0,0.000000,0.000000,0.000000,2.024032,3.623506,1.104604,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087680,0.014496,0,0,0.000000,0.000000,0.000000,1.723328,3.439448,1.139469,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088640,0.005760,0,0,0.000000,0.000000,0.000000,2.150208,3.944210,1.241922,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088288,0.005792,0,0,0.000000,0.000000,0.000000,1.709280,3.405073,1.104764,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087968,0.004928,0,0,0.000000,0.000000,0.000000,2.148576,3.825446,1.182962,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087712,0.004800,0,0,0.000000,0.000000,0.000000,1.826112,3.606733,0.934373,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.089664,0.005696,0,0,0.000000,0.000000,0.000000,1.479136,2.891164,1.096088,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.089632,0.005472,0,0,0.000000,0.000000,0.000000,1.640032,3.236485,1.036114,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088064,0.004928,0,0,0.000000,0.000000,0.000000,1.765952,3.410433,1.050391,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.089568,0.005632,0,0,0.000000,0.000000,0.000000,1.478432,3.149971,1.002000,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.089056,0.005696,0,0,0.000000,0.000000,0.000000,1.477888,2.867078,1.059709,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.095648,0.005696,0,0,0.000000,0.000000,0.000000,1.620320,3.199966,1.056753,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087712,0.005056,0,0,0.000000,0.000000,0.000000,1.687488,3.135965,0.957476,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087840,0.005216,0,0,0.000000,0.000000,0.000000,1.478016,2.784643,0.874941,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088512,0.004768,0,0,0.000000,0.000000,0.000000,1.477952,2.644829,0.858910,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087680,0.005632,0,0,0.000000,0.000000,0.000000,1.474848,2.706555,0.969619,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087712,0.005344,0,0,0.000000,0.000000,0.000000,1.474624,2.994599,0.963057,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088448,0.005600,0,0,0.000000,0.000000,0.000000,2.052320,3.518427,1.057234,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088128,0.005600,0,0,0.000000,0.000000,0.000000,1.777504,3.329250,0.987714,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.089376,0.005600,0,0,0.000000,0.000000,0.000000,2.024768,3.667708,1.041946,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088448,0.004768,0,0,0.000000,0.000000,0.000000,1.801600,3.233930,0.918022,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088576,0.005024,0,0,0.000000,0.000000,0.000000,1.747616,3.078277,0.978976,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.102816,0.004928,0,0,0.000000,0.000000,0.000000,1.655712,3.210156,1.054589,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088896,0.005600,0,0,0.000000,0.000000,0.000000,2.191200,3.728714,1.054128,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087936,0.005440,0,0,0.000000,0.000000,0.000000,1.842816,3.352103,0.990569,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087712,0.005600,0,0,0.000000,0.000000,0.000000,2.021248,3.849702,1.088924,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088576,0.006016,0,0,0.000000,0.000000,0.000000,1.804832,3.288773,0.960201,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088352,0.005504,0,0,0.000000,0.000000,0.000000,2.024288,3.756997,1.043458,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088416,0.005312,0,0,0.000000,0.000000,0.000000,1.808096,3.341734,1.024322,shadows-off_gpu-occlusion_lights-004_run-3.csv,50 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.042208,0.005152,0,0,0.000000,0.000000,0.000000,2.717472,4.327604,0.970340,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.043648,0.005440,0,0,0.000000,0.000000,0.000000,3.074784,4.591141,0.898124,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.046624,0.004960,0,0,0.000000,0.000000,0.000000,3.546048,5.016653,1.087040,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.044288,0.005600,0,0,0.000000,0.000000,0.000000,2.430560,3.821539,0.928591,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.050976,0.005280,0,0,0.000000,0.000000,0.000000,3.093344,4.601910,0.901049,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.046144,0.005184,0,0,0.000000,0.000000,0.000000,3.372672,4.650612,0.923983,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.049568,0.005728,0,0,0.000000,0.000000,0.000000,3.202784,4.971057,1.003603,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.046496,0.005664,0,0,0.000000,0.000000,0.000000,2.907136,5.624449,2.176114,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.049536,0.005024,0,0,0.000000,0.000000,0.000000,3.216672,4.972540,1.165237,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.050720,0.005728,0,0,0.000000,0.000000,0.000000,3.622624,5.016253,0.903674,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.047840,0.005600,0,0,0.000000,0.000000,0.000000,2.769312,4.301464,0.953639,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.043520,0.005696,0,0,0.000000,0.000000,0.000000,3.228544,4.989572,1.177501,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.044128,0.005760,0,0,0.000000,0.000000,0.000000,3.695328,5.423951,1.166370,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.064768,0.005120,0,0,0.000000,0.000000,0.000000,4.000160,5.503691,0.940154,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.054656,0.005632,0,0,0.000000,0.000000,0.000000,2.917184,4.210513,0.892243,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.049792,0.004704,0,0,0.000000,0.000000,0.000000,3.237664,4.789054,1.036355,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.054688,0.005696,0,0,0.000000,0.000000,0.000000,3.834080,5.372675,0.943961,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.050976,0.005888,0,0,0.000000,0.000000,0.000000,2.909568,4.352681,0.916959,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.053984,0.004768,0,0,0.000000,0.000000,0.000000,2.876384,4.567496,1.052766,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.054176,0.005856,0,0,0.000000,0.000000,0.000000,3.387424,5.025099,0.992843,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.055072,0.005664,0,0,0.000000,0.000000,0.000000,3.516352,5.164051,0.994686,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.051840,0.005696,0,0,0.000000,0.000000,0.000000,3.350016,4.747535,0.861725,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.051488,0.005632,0,0,0.000000,0.000000,0.000000,3.225184,4.923698,0.936006,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.055168,0.005696,0,0,0.000000,0.000000,0.000000,3.625280,5.103046,0.950834,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.055456,0.005600,0,0,0.000000,0.000000,0.000000,3.033024,4.626848,1.067083,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.050688,0.004736,0,0,0.000000,0.000000,0.000000,3.240576,4.849908,1.039040,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.051968,0.005664,0,0,0.000000,0.000000,0.000000,3.619520,5.088228,0.855203,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.052800,0.005568,0,0,0.000000,0.000000,0.000000,2.769952,4.105204,0.867948,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.051360,0.005632,0,0,0.000000,0.000000,0.000000,2.868160,4.323525,0.966794,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.054848,0.005984,0,0,0.000000,0.000000,0.000000,3.621600,5.055847,0.853369,shadows-off_gpu-occlusion_lights-064_run-3.csv,51 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277120,0.005568,0,0,0.000000,0.000000,0.000000,1.950272,3.376169,0.864781,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277280,0.005696,0,0,0.000000,0.000000,0.000000,1.851072,3.268265,0.912121,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277184,0.004800,0,0,0.000000,0.000000,0.000000,1.666048,3.030777,0.912902,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276768,0.005184,0,0,0.000000,0.000000,0.000000,2.375904,3.812692,0.922179,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276064,0.005344,0,0,0.000000,0.000000,0.000000,2.006400,3.290176,0.863018,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276832,0.005856,0,0,0.000000,0.000000,0.000000,1.850976,3.455508,0.930615,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.278208,0.005664,0,0,0.000000,0.000000,0.000000,2.012000,3.492918,0.824696,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276768,0.005120,0,0,0.000000,0.000000,0.000000,1.850688,3.412287,0.825637,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275744,0.005024,0,0,0.000000,0.000000,0.000000,1.662208,2.919918,0.848972,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.278720,0.005088,0,0,0.000000,0.000000,0.000000,2.216288,3.785160,0.862667,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276160,0.004704,0,0,0.000000,0.000000,0.000000,2.006176,3.237196,0.830065,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276480,0.005728,0,0,0.000000,0.000000,0.000000,2.209856,3.482289,0.829786,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277248,0.005728,0,0,0.000000,0.000000,0.000000,1.694848,2.969281,0.832691,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275712,0.005440,0,0,0.000000,0.000000,0.000000,2.608672,3.982362,0.856656,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277792,0.005696,0,0,0.000000,0.000000,0.000000,1.664800,2.950997,0.845765,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276608,0.005728,0,0,0.000000,0.000000,0.000000,2.211936,3.790100,0.877645,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277248,0.005024,0,0,0.000000,0.000000,0.000000,1.669792,3.010038,0.878918,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.278496,0.005728,0,0,0.000000,0.000000,0.000000,2.552448,3.949510,0.872906,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.278112,0.015136,0,0,0.000000,0.000000,0.000000,1.691744,2.998436,0.844072,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276992,0.005920,0,0,0.000000,0.000000,0.000000,2.213664,3.992591,0.842179,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.278016,0.005664,0,0,0.000000,0.000000,0.000000,1.679264,2.998396,0.874600,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276352,0.005696,0,0,0.000000,0.000000,0.000000,2.433280,4.060499,0.927379,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276608,0.005760,0,0,0.000000,0.000000,0.000000,1.802592,3.343847,0.960061,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277120,0.004928,0,0,0.000000,0.000000,0.000000,2.736992,4.260106,0.985719,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277472,0.005696,0,0,0.000000,0.000000,0.000000,1.667616,3.019245,0.890851,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276672,0.005664,0,0,0.000000,0.000000,0.000000,1.774848,3.692876,0.931868,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276704,0.005824,0,0,0.000000,0.000000,0.000000,1.809568,3.227098,0.910187,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276064,0.005696,0,0,0.000000,0.000000,0.000000,1.775200,3.637432,1.105044,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276512,0.004896,0,0,0.000000,0.000000,0.000000,1.666752,3.256502,1.056433,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276192,0.005600,0,0,0.000000,0.000000,0.000000,1.819136,3.852487,1.154007,shadows-off_gpu-occlusion_lights-016_run-3.csv,52 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.069664,0.005664,0,0,0.000000,0.000000,0.000000,4.658176,6.326082,1.027698,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.074816,0.005664,0,0,0.000000,0.000000,0.000000,4.194304,5.833063,1.002240,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.066048,0.004992,0,0,0.000000,0.000000,0.000000,4.045600,5.610954,0.914324,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.064928,0.005632,0,0,0.000000,0.000000,0.000000,4.265312,5.848031,1.061742,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.064704,0.005216,0,0,0.000000,0.000000,0.000000,4.690784,6.419409,0.998133,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.061568,0.004864,0,0,0.000000,0.000000,0.000000,4.815456,6.422915,0.967995,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.056672,0.005632,0,0,0.000000,0.000000,0.000000,4.399872,6.349868,1.015345,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.057504,0.005632,0,0,0.000000,0.000000,0.000000,4.509248,6.219291,1.098672,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.054624,0.005632,0,0,0.000000,0.000000,0.000000,4.631584,6.239780,0.966353,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.058816,0.005440,0,0,0.000000,0.000000,0.000000,4.643136,6.240030,0.965441,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.065888,0.005568,0,0,0.000000,0.000000,0.000000,3.925120,5.427268,0.928221,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.069536,0.004608,0,0,0.000000,0.000000,0.000000,4.402432,5.893497,0.923281,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.052800,0.005056,0,0,0.000000,0.000000,0.000000,4.258880,5.886574,1.045793,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.064064,0.005632,0,0,0.000000,0.000000,0.000000,4.665440,6.457421,0.993014,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.054112,0.005632,0,0,0.000000,0.000000,0.000000,4.578304,6.275337,0.988905,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.058976,0.005632,0,0,0.000000,0.000000,0.000000,4.641568,6.268975,1.007891,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.062240,0.005632,0,0,0.000000,0.000000,0.000000,4.749856,6.392769,1.062173,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.064768,0.004800,0,0,0.000000,0.000000,0.000000,4.642112,6.302369,1.021407,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.055488,0.005344,0,0,0.000000,0.000000,0.000000,4.654048,6.230262,0.994736,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.057248,0.005344,0,0,0.000000,0.000000,0.000000,3.920128,5.303323,0.887123,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.061920,0.005632,0,0,0.000000,0.000000,0.000000,3.872704,5.401940,0.975730,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.061504,0.005632,0,0,0.000000,0.000000,0.000000,4.700192,6.255129,0.967295,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.057760,0.005056,0,0,0.000000,0.000000,0.000000,4.583872,6.138679,0.969869,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.054592,0.004704,0,0,0.000000,0.000000,0.000000,4.444192,6.040224,1.004194,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.059424,0.005600,0,0,0.000000,0.000000,0.000000,4.998336,6.566376,0.980670,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.052704,0.005728,0,0,0.000000,0.000000,0.000000,4.670560,6.444416,1.171049,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.051040,0.005504,0,0,0.000000,0.000000,0.000000,4.962368,6.689137,1.075449,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.067712,0.005248,0,0,0.000000,0.000000,0.000000,4.204128,5.787637,0.948449,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.052448,0.005760,0,0,0.000000,0.000000,0.000000,4.111712,5.428019,0.904807,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.063360,0.005568,0,0,0.000000,0.000000,0.000000,4.265792,5.921039,0.905538,shadows-off_gpu-occlusion_lights-128_run-3.csv,53 +0,on,direct,direct,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,1.517568,2.853703,0.877686,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.043680,0.000000,0,0,0.000000,0.000000,0.000000,1.573152,3.005620,1.023110,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032512,0.000000,0,0,0.000000,0.000000,0.000000,1.373024,2.875965,1.002932,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.509344,3.001952,0.961494,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032480,0.000000,0,0,0.000000,0.000000,0.000000,1.805632,3.244660,0.999405,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032544,0.000000,0,0,0.000000,0.000000,0.000000,1.273088,2.775866,0.900047,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,2.030816,3.878546,1.142615,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.031424,0.000000,0,0,0.000000,0.000000,0.000000,1.384576,2.794361,0.853610,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032416,0.000000,0,0,0.000000,0.000000,0.000000,1.400608,2.965283,1.067394,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032608,0.000000,0,0,0.000000,0.000000,0.000000,1.519104,2.908035,0.885661,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032544,0.000000,0,0,0.000000,0.000000,0.000000,1.554400,2.846168,0.912691,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,1.423296,3.147527,0.965251,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.273760,2.885182,0.913013,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032544,0.000000,0,0,0.000000,0.000000,0.000000,2.026816,3.434198,0.931598,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032704,0.000000,0,0,0.000000,0.000000,0.000000,1.528000,2.875454,0.868959,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,2.029600,3.438677,0.968026,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.257600,2.826442,1.113701,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,1.405920,2.866386,0.949952,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032672,0.000000,0,0,0.000000,0.000000,0.000000,1.677376,3.048861,0.919855,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.272256,2.552485,0.881763,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032928,0.000000,0,0,0.000000,0.000000,0.000000,1.417184,3.408079,0.994737,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032480,0.000000,0,0,0.000000,0.000000,0.000000,1.569568,3.002133,0.868848,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.033120,0.000000,0,0,0.000000,0.000000,0.000000,1.809088,3.298982,1.035213,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.578432,2.995841,0.845074,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.259072,2.434862,0.908725,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032672,0.000000,0,0,0.000000,0.000000,0.000000,1.674304,3.000920,0.875922,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032640,0.000000,0,0,0.000000,0.000000,0.000000,1.273248,2.637485,0.926107,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032416,0.000000,0,0,0.000000,0.000000,0.000000,1.417888,3.362002,1.016407,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.271328,2.674124,0.959810,shadows-on_direct_lights-000_run-1.csv,54 +0,on,direct,direct,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032512,0.000000,0,0,0.000000,0.000000,0.000000,1.808000,3.433457,1.122006,shadows-on_direct_lights-000_run-1.csv,54 +32,on,direct,direct,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.566144,0.000000,0,0,0.000000,0.017536,0.017536,2.221472,3.656919,0.957315,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.566464,0.000000,0,0,0.000000,0.016576,0.016576,2.009600,3.442093,0.898194,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.566816,0.000000,0,0,0.000000,0.017216,0.017216,2.220352,3.563832,0.862597,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567168,0.000000,0,0,0.000000,0.017088,0.017088,1.953952,3.399042,0.972314,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.564096,0.000000,0,0,0.000000,0.017952,0.017952,2.215712,3.689179,0.993213,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.568608,0.000000,0,0,0.000000,0.017376,0.017376,1.952160,3.318499,0.882966,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567008,0.000000,0,0,0.000000,0.017088,0.017088,2.064640,3.789879,1.009454,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569248,0.000000,0,0,0.000000,0.016832,0.016832,1.953312,3.326995,0.901370,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567232,0.000000,0,0,0.000000,0.016448,0.016448,2.218880,3.751927,1.022719,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567968,0.000000,0,0,0.000000,0.017504,0.017504,2.520896,4.025513,1.010736,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569312,0.000000,0,0,0.000000,0.016832,0.016832,2.112224,3.555337,0.857898,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567296,0.000000,0,0,0.000000,0.017088,0.017088,2.360512,3.923090,1.028440,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565248,0.000000,0,0,0.000000,0.018304,0.018304,2.138720,3.733563,0.955613,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567040,0.000000,0,0,0.000000,0.017984,0.017984,1.972992,4.094934,1.199122,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.571392,0.000000,0,0,0.000000,0.016992,0.016992,2.140448,3.719556,0.927569,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567840,0.000000,0,0,0.000000,0.017760,0.017760,2.378720,3.780461,0.838612,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.566944,0.000000,0,0,0.000000,0.017248,0.017248,1.806688,3.116048,0.903485,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.564960,0.000000,0,0,0.000000,0.017888,0.017888,2.058112,3.404983,0.826740,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.575392,0.000000,0,0,0.000000,0.017792,0.017792,1.814368,3.131998,0.900598,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569024,0.000000,0,0,0.000000,0.017120,0.017120,2.543488,4.181808,0.986160,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.566432,0.000000,0,0,0.000000,0.017024,0.017024,1.805312,3.120066,0.904145,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567296,0.000000,0,0,0.000000,0.017152,0.017152,2.306784,3.830646,0.996921,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.568128,0.000000,0,0,0.000000,0.017888,0.017888,1.808672,3.146345,0.916830,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.566976,0.000000,0,0,0.000000,0.017248,0.017248,2.368512,3.864530,0.979407,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567072,0.000000,0,0,0.000000,0.016832,0.016832,1.804608,3.238108,1.000617,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565664,0.000000,0,0,0.000000,0.017728,0.017728,2.407200,3.954490,0.979808,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567232,0.000000,0,0,0.000000,0.016640,0.016640,1.806176,3.015448,0.903765,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.566464,0.000000,0,0,0.000000,0.017408,0.017408,2.482048,3.964919,0.953158,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565248,0.000000,0,0,0.000000,0.016768,0.016768,2.346336,3.946885,1.086379,shadows-on_direct_lights-032_run-1.csv,55 +32,on,direct,direct,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567296,0.000000,0,0,0.000000,0.016928,0.016928,2.150912,3.597556,0.862808,shadows-on_direct_lights-032_run-1.csv,55 +4,on,direct,direct,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125280,0.000000,0,0,0.000000,0.017600,0.017600,1.376832,2.663484,0.872166,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124960,0.000000,0,0,0.000000,0.017760,0.017760,1.535200,3.746638,1.564271,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125152,0.000000,0,0,0.000000,0.017504,0.017504,1.375456,2.755808,0.926788,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125120,0.000000,0,0,0.000000,0.017728,0.017728,2.080480,3.504741,0.937990,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124992,0.000000,0,0,0.000000,0.018016,0.018016,1.691840,3.303401,0.933321,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126624,0.000000,0,0,0.000000,0.016512,0.016512,1.918560,3.345421,0.937839,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.150464,0.000000,0,0,0.000000,0.016960,0.016960,1.388704,3.069820,1.004685,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126176,0.000000,0,0,0.000000,0.016704,0.016704,1.923264,3.719366,1.211255,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.016704,0.016704,1.380224,2.924096,1.032177,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124992,0.000000,0,0,0.000000,0.018016,0.018016,2.084512,3.880159,1.212367,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124704,0.000000,0,0,0.000000,0.016608,0.016608,1.705920,3.324892,0.941997,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.017088,0.017088,1.920288,3.622774,1.193642,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.016992,0.016992,1.740128,3.399523,0.975260,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126464,0.000000,0,0,0.000000,0.016800,0.016800,1.914816,3.586696,1.163205,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.016800,0.016800,1.719264,3.348496,0.957656,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124704,0.000000,0,0,0.000000,0.017216,0.017216,1.919488,3.583089,1.147444,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124608,0.000000,0,0,0.000000,0.016704,0.016704,1.742752,3.418027,1.010957,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.016800,0.016800,1.917824,3.488751,1.122137,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.016960,0.016960,1.709568,3.315735,0.952226,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124896,0.000000,0,0,0.000000,0.016640,0.016640,1.922176,3.502607,1.139649,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124768,0.000000,0,0,0.000000,0.016992,0.016992,1.382304,2.980392,0.987994,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.017024,0.017024,1.916064,3.611553,1.145882,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125152,0.000000,0,0,0.000000,0.017568,0.017568,1.678656,3.192632,0.952877,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124416,0.000000,0,0,0.000000,0.017184,0.017184,1.918304,3.509490,1.157393,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.016608,0.016608,1.712096,3.168587,0.950473,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.016608,0.016608,1.920576,3.312128,0.970040,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.123552,0.000000,0,0,0.000000,0.017760,0.017760,1.366304,2.690084,0.898445,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124704,0.000000,0,0,0.000000,0.017632,0.017632,1.570144,2.903266,0.838071,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.016384,0.016384,1.366272,2.542456,0.875311,shadows-on_direct_lights-004_run-1.csv,56 +4,on,direct,direct,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124576,0.000000,0,0,0.000000,0.016736,0.016736,1.365824,2.506708,0.857868,shadows-on_direct_lights-004_run-1.csv,56 +64,on,direct,direct,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.077248,0.000000,0,0,0.000000,0.018432,0.018432,3.159008,5.087828,1.307066,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.075200,0.000000,0,0,0.000000,0.018272,0.018272,2.617984,4.644721,1.073565,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.075072,0.000000,0,0,0.000000,0.016928,0.016928,3.371200,4.891607,0.873207,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.075072,0.000000,0,0,0.000000,0.018432,0.018432,3.113312,4.467878,0.845215,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.081824,0.000000,0,0,0.000000,0.017952,0.017952,2.331584,3.903484,1.050892,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.073152,0.000000,0,0,0.000000,0.017088,0.017088,3.377824,4.942723,0.967485,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.079744,0.000000,0,0,0.000000,0.017984,0.017984,3.111424,5.049184,1.093342,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.077792,0.000000,0,0,0.000000,0.019168,0.019168,2.632768,4.423664,1.234619,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.076384,0.000000,0,0,0.000000,0.017024,0.017024,3.003456,5.461282,1.678246,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.075968,0.000000,0,0,0.000000,0.017728,0.017728,3.111808,5.097916,1.297227,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.076096,0.000000,0,0,0.000000,0.017632,0.017632,3.216672,4.961098,1.168294,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.074528,0.000000,0,0,0.000000,0.017536,0.017536,3.170112,5.179180,1.329809,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.073152,0.000000,0,0,0.000000,0.018240,0.018240,3.404320,5.147590,1.144199,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.075200,0.000000,0,0,0.000000,0.018432,0.018432,3.111680,4.984703,1.325650,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.073152,0.000000,0,0,0.000000,0.017216,0.017216,3.229024,5.117714,1.280185,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.081440,0.000000,0,0,0.000000,0.017728,0.017728,2.831936,4.680228,1.157844,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.077280,0.000000,0,0,0.000000,0.018208,0.018208,2.755136,5.163499,1.412745,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.079040,0.000000,0,0,0.000000,0.018112,0.018112,3.336704,4.973902,1.063747,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.082912,0.000000,0,0,0.000000,0.018208,0.018208,3.070752,4.584538,0.979578,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.075200,0.000000,0,0,0.000000,0.018240,0.018240,2.647680,4.148505,0.983125,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.081216,0.000000,0,0,0.000000,0.018272,0.018272,2.873344,4.379191,1.066312,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.081024,0.000000,0,0,0.000000,0.017344,0.017344,2.893408,4.631426,0.912171,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.078336,0.000000,0,0,0.000000,0.018432,0.018432,2.751264,4.726636,1.308428,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.077568,0.000000,0,0,0.000000,0.018112,0.018112,3.219968,5.053222,1.159578,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.084000,0.000000,0,0,0.000000,0.017856,0.017856,3.175680,4.865839,1.072733,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.081984,0.000000,0,0,0.000000,0.017760,0.017760,2.724512,5.970352,1.245380,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.082272,0.000000,0,0,0.000000,0.017632,0.017632,2.755904,4.786059,1.191978,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.084064,0.000000,0,0,0.000000,0.017984,0.017984,3.178304,5.587139,1.696490,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.081120,0.000000,0,0,0.000000,0.018208,0.018208,2.624992,4.597672,1.304581,shadows-on_direct_lights-064_run-1.csv,57 +64,on,direct,direct,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.078784,0.000000,0,0,0.000000,0.018400,0.018400,3.060288,4.853986,1.187611,shadows-on_direct_lights-064_run-1.csv,57 +16,on,direct,direct,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311296,0.000000,0,0,0.000000,0.016640,0.016640,1.683648,3.143560,0.872365,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.308512,0.000000,0,0,0.000000,0.016672,0.016672,1.707296,3.748922,1.087140,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309248,0.000000,0,0,0.000000,0.016704,0.016704,1.547232,3.020719,1.045582,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309248,0.000000,0,0,0.000000,0.017696,0.017696,1.714944,3.717753,0.884399,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309056,0.000000,0,0,0.000000,0.016576,0.016576,1.845952,3.421544,0.976563,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310368,0.000000,0,0,0.000000,0.016640,0.016640,1.733184,3.373414,1.013091,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310080,0.000000,0,0,0.000000,0.017600,0.017600,1.914304,3.659403,0.975009,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310400,0.000000,0,0,0.000000,0.018048,0.018048,1.735744,3.480365,1.125012,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309472,0.000000,0,0,0.000000,0.017120,0.017120,1.553760,3.083095,0.975019,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309248,0.000000,0,0,0.000000,0.017216,0.017216,1.704128,3.605692,0.977444,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309248,0.000000,0,0,0.000000,0.017152,0.017152,1.851264,3.424279,0.826959,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309568,0.000000,0,0,0.000000,0.018112,0.018112,1.736224,3.339910,0.945413,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.319488,0.000000,0,0,0.000000,0.018112,0.018112,1.893536,3.242516,0.882405,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309760,0.000000,0,0,0.000000,0.017728,0.017728,1.703808,3.694028,0.958889,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.316672,0.000000,0,0,0.000000,0.027360,0.027360,1.863168,3.580233,1.013281,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310816,0.000000,0,0,0.000000,0.018240,0.018240,1.713664,3.228730,0.958448,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.317440,0.000000,0,0,0.000000,0.016960,0.016960,1.906656,3.265620,0.870392,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309216,0.000000,0,0,0.000000,0.017120,0.017120,1.703232,3.536461,0.878848,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.317664,0.000000,0,0,0.000000,0.018048,0.018048,1.897216,3.521713,0.999806,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309024,0.000000,0,0,0.000000,0.016608,0.016608,1.707776,3.633273,1.064659,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.319744,0.000000,0,0,0.000000,0.017536,0.017536,1.558752,5.801934,3.739453,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309760,0.000000,0,0,0.000000,0.017920,0.017920,1.561184,3.275829,1.114933,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309568,0.000000,0,0,0.000000,0.017664,0.017664,2.113792,3.918181,1.181078,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309312,0.000000,0,0,0.000000,0.017760,0.017760,1.564480,3.340041,1.175137,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.308992,0.000000,0,0,0.000000,0.017760,0.017760,2.258656,4.083964,1.185005,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.308800,0.000000,0,0,0.000000,0.016480,0.016480,1.568064,3.359487,1.138507,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309248,0.000000,0,0,0.000000,0.017408,0.017408,1.660448,3.773007,1.142234,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.314976,0.000000,0,0,0.000000,0.018048,0.018048,1.924480,3.770352,1.263483,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309024,0.000000,0,0,0.000000,0.016896,0.016896,1.662848,3.373344,1.085648,shadows-on_direct_lights-016_run-1.csv,58 +16,on,direct,direct,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.307808,0.000000,0,0,0.000000,0.017824,0.017824,1.563392,3.134252,1.046254,shadows-on_direct_lights-016_run-1.csv,58 +128,on,direct,direct,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.108768,0.000000,0,0,0.000000,0.018432,0.018432,4.356832,6.202410,0.897372,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.110528,0.000000,0,0,0.000000,0.018240,0.018240,3.831520,5.248801,0.882475,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.108416,0.000000,0,0,0.000000,0.018144,0.018144,3.759808,5.247929,0.980630,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.105824,0.000000,0,0,0.000000,0.018464,0.018464,4.775936,6.204614,0.895399,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.107232,0.000000,0,0,0.000000,0.018400,0.018400,4.421088,5.891203,0.930365,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.107968,0.000000,0,0,0.000000,0.026048,0.026048,4.389472,5.892265,0.916339,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.094880,0.000000,0,0,0.000000,0.018432,0.018432,4.387616,6.251372,0.957035,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.107936,0.000000,0,0,0.000000,0.019264,0.019264,3.824192,5.235887,0.940073,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.098048,0.000000,0,0,0.000000,0.019552,0.019552,4.482048,6.073156,0.988214,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.096704,0.000000,0,0,0.000000,0.018400,0.018400,4.127520,5.841569,1.123098,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.111392,0.000000,0,0,0.000000,0.018432,0.018432,4.367520,5.977475,1.006889,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.107744,0.000000,0,0,0.000000,0.018688,0.018688,4.670176,6.213200,0.948860,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.113536,0.000000,0,0,0.000000,0.018496,0.018496,4.379456,5.929014,0.937849,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.101600,0.000000,0,0,0.000000,0.018336,0.018336,4.387168,6.204754,1.040232,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.103296,0.000000,0,0,0.000000,0.018432,0.018432,3.826752,5.595175,1.006358,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.109088,0.000000,0,0,0.000000,0.018432,0.018432,4.527296,5.993756,0.896801,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.099936,0.000000,0,0,0.000000,0.018080,0.018080,4.406272,6.355197,1.001990,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.100256,0.000000,0,0,0.000000,0.018208,0.018208,4.133472,5.568574,1.042717,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.101088,0.000000,0,0,0.000000,0.018272,0.018272,4.240704,6.061584,1.127477,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.099200,0.000000,0,0,0.000000,0.018432,0.018432,4.347872,6.445558,1.235090,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.103168,0.000000,0,0,0.000000,0.018528,0.018528,4.477152,6.419690,1.129650,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.106176,0.000000,0,0,0.000000,0.018016,0.018016,4.391680,6.265048,1.087862,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.103296,0.000000,0,0,0.000000,0.018432,0.018432,3.911072,5.997703,1.275516,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.092800,0.000000,0,0,0.000000,0.017216,0.017216,4.183616,5.873599,0.995848,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.102688,0.000000,0,0,0.000000,0.018432,0.018432,4.048448,5.634038,0.941075,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.101184,0.000000,0,0,0.000000,0.018432,0.018432,4.131680,5.830699,1.047306,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.104416,0.000000,0,0,0.000000,0.017504,0.017504,4.363904,6.019575,1.088774,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.101184,0.000000,0,0,0.000000,0.018208,0.018208,4.767552,6.625688,1.096939,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.103296,0.000000,0,0,0.000000,0.018432,0.018432,4.488768,6.066072,1.031876,shadows-on_direct_lights-128_run-1.csv,59 +128,on,direct,direct,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.103296,0.000000,0,0,0.000000,0.018432,0.018432,4.367296,6.196028,1.063887,shadows-on_direct_lights-128_run-1.csv,59 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030816,0.000000,0,0,0.000000,0.000000,0.000000,1.637472,2.821702,0.864570,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030496,0.000000,0,0,0.000000,0.000000,0.000000,1.696032,3.155352,0.895529,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031296,0.000000,0,0,0.000000,0.000000,0.000000,1.605504,2.891334,0.896050,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031072,0.000000,0,0,0.000000,0.000000,0.000000,1.835904,3.142407,0.938390,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030656,0.000000,0,0,0.000000,0.000000,0.000000,1.856128,3.218310,0.896071,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030272,0.000000,0,0,0.000000,0.000000,0.000000,1.822624,3.251122,0.951976,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030368,0.000000,0,0,0.000000,0.000000,0.000000,1.555840,3.098474,0.878016,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030848,0.000000,0,0,0.000000,0.000000,0.000000,1.738112,3.215575,1.010897,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031040,0.000000,0,0,0.000000,0.000000,0.000000,1.536832,2.974010,0.945574,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031104,0.000000,0,0,0.000000,0.000000,0.000000,1.491904,2.836801,0.900569,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031232,0.000000,0,0,0.000000,0.000000,0.000000,1.693280,3.128061,0.920035,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031104,0.000000,0,0,0.000000,0.000000,0.000000,1.600672,2.940938,0.845444,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030208,0.000000,0,0,0.000000,0.000000,0.000000,1.463520,3.265760,1.321593,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031200,0.000000,0,0,0.000000,0.000000,0.000000,1.282176,2.857450,1.149428,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030976,0.000000,0,0,0.000000,0.000000,0.000000,1.822528,3.199074,0.935094,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030304,0.000000,0,0,0.000000,0.000000,0.000000,1.289984,2.723517,0.874279,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031232,0.000000,0,0,0.000000,0.000000,0.000000,1.625696,2.766338,0.849041,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030208,0.000000,0,0,0.000000,0.000000,0.000000,1.669408,3.046727,0.920596,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031136,0.000000,0,0,0.000000,0.000000,0.000000,1.626464,3.020317,0.914265,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030560,0.000000,0,0,0.000000,0.000000,0.000000,1.669568,3.032760,0.928592,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030784,0.000000,0,0,0.000000,0.000000,0.000000,1.284352,2.742543,1.063416,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031008,0.000000,0,0,0.000000,0.000000,0.000000,1.822304,3.325954,1.043559,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030848,0.000000,0,0,0.000000,0.000000,0.000000,1.432928,3.012733,0.857146,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029856,0.000000,0,0,0.000000,0.000000,0.000000,1.834624,3.143379,0.867807,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030656,0.000000,0,0,0.000000,0.000000,0.000000,1.535872,2.908155,0.933832,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031264,0.000000,0,0,0.000000,0.000000,0.000000,1.604928,2.939455,0.934603,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030752,0.000000,0,0,0.000000,0.000000,0.000000,1.691168,3.165191,0.908374,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031328,0.000000,0,0,0.000000,0.000000,0.000000,1.634496,2.858903,0.945934,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030848,0.000000,0,0,0.000000,0.000000,0.000000,1.433280,3.067797,0.950323,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030880,0.000000,0,0,0.000000,0.000000,0.000000,1.867232,3.392539,1.064898,shadows-on_gpu-frustum_lights-000_run-1.csv,60 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.571424,0.000000,0,0,0.000000,0.018240,0.018240,2.380032,3.842759,0.899146,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.564512,0.000000,0,0,0.000000,0.017728,0.017728,1.834496,3.211629,0.907852,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569792,0.000000,0,0,0.000000,0.018336,0.018336,2.374656,4.065379,1.152975,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569920,0.000000,0,0,0.000000,0.018432,0.018432,1.827680,3.306688,0.941877,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.564960,0.000000,0,0,0.000000,0.016896,0.016896,2.374912,3.824555,0.870863,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569760,0.000000,0,0,0.000000,0.018432,0.018432,1.826656,3.296048,0.923101,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567264,0.000000,0,0,0.000000,0.017216,0.017216,1.938752,3.937618,0.868589,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.565664,0.000000,0,0,0.000000,0.018432,0.018432,1.822912,3.231345,0.904155,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.565184,0.000000,0,0,0.000000,0.016576,0.016576,1.980768,4.061471,1.035533,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.568032,0.000000,0,0,0.000000,0.017472,0.017472,2.160832,3.621431,0.900588,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567104,0.000000,0,0,0.000000,0.016960,0.016960,2.242944,3.817862,0.967785,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567136,0.000000,0,0,0.000000,0.017248,0.017248,2.132736,3.576216,0.901741,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567424,0.000000,0,0,0.000000,0.018432,0.018432,2.086432,3.619798,0.982904,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567520,0.000000,0,0,0.000000,0.018208,0.018208,2.051872,3.427155,0.874880,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.568512,0.000000,0,0,0.000000,0.017088,0.017088,2.243392,3.730918,0.930645,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.565344,0.000000,0,0,0.000000,0.017376,0.017376,1.986880,3.470596,0.974338,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.566400,0.000000,0,0,0.000000,0.018144,0.018144,2.252640,3.723644,0.935605,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.566272,0.000000,0,0,0.000000,0.018208,0.018208,2.178048,3.507276,0.918112,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.566656,0.000000,0,0,0.000000,0.017984,0.017984,2.264352,3.671676,0.913634,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.572224,0.000000,0,0,0.000000,0.018496,0.018496,2.376960,4.079756,1.139850,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.564160,0.000000,0,0,0.000000,0.018240,0.018240,1.834496,3.336143,0.942177,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.561600,0.000000,0,0,0.000000,0.017536,0.017536,2.369440,3.846326,0.893976,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.565056,0.000000,0,0,0.000000,0.018432,0.018432,1.836096,3.243058,0.959991,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.564000,0.000000,0,0,0.000000,0.017248,0.017248,2.370336,4.061260,1.162002,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567456,0.000000,0,0,0.000000,0.018016,0.018016,1.824256,3.331765,0.954671,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.563264,0.000000,0,0,0.000000,0.017184,0.017184,1.985184,3.637742,0.959781,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567360,0.000000,0,0,0.000000,0.016992,0.016992,2.166016,3.502608,0.881343,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.563936,0.000000,0,0,0.000000,0.017824,0.017824,1.938464,3.470016,0.984157,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.566112,0.000000,0,0,0.000000,0.018144,0.018144,2.159104,3.550227,0.925346,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.562240,0.000000,0,0,0.000000,0.017184,0.017184,1.933120,3.400915,0.952447,shadows-on_gpu-frustum_lights-032_run-1.csv,61 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121824,0.000000,0,0,0.000000,0.017472,0.017472,1.379200,2.852661,0.944742,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.120704,0.000000,0,0,0.000000,0.016992,0.016992,1.661024,3.284856,1.014744,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122048,0.000000,0,0,0.000000,0.017696,0.017696,1.496576,2.978448,0.968718,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121696,0.000000,0,0,0.000000,0.018304,0.018304,1.716512,3.081253,0.871895,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121984,0.000000,0,0,0.000000,0.017824,0.017824,1.536384,3.642501,0.998623,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121312,0.000000,0,0,0.000000,0.018048,0.018048,1.680448,3.575044,1.059308,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121760,0.000000,0,0,0.000000,0.017696,0.017696,1.535936,3.318921,0.941686,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121856,0.000000,0,0,0.000000,0.017984,0.017984,1.720192,3.353275,0.878498,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122240,0.000000,0,0,0.000000,0.017600,0.017600,1.496960,3.602325,1.018080,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.120672,0.000000,0,0,0.000000,0.017184,0.017184,1.721216,3.173907,0.914074,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121984,0.000000,0,0,0.000000,0.017792,0.017792,1.927776,3.436032,0.955112,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122528,0.000000,0,0,0.000000,0.016896,0.016896,1.717952,3.164299,0.830226,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122528,0.000000,0,0,0.000000,0.016832,0.016832,1.932576,3.306537,0.995638,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121504,0.000000,0,0,0.000000,0.017824,0.017824,1.387040,2.854415,0.868849,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122368,0.000000,0,0,0.000000,0.016576,0.016576,1.950016,3.412257,0.985339,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121024,0.000000,0,0,0.000000,0.016832,0.016832,1.792160,3.132449,0.807354,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121664,0.000000,0,0,0.000000,0.016896,0.016896,1.397312,2.695896,0.890750,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.120544,0.000000,0,0,0.000000,0.017600,0.017600,1.514336,2.951367,0.918432,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121024,0.000000,0,0,0.000000,0.022144,0.022144,1.745248,3.374184,1.091388,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121376,0.000000,0,0,0.000000,0.017792,0.017792,1.492608,2.934064,0.951424,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.120896,0.000000,0,0,0.000000,0.017152,0.017152,1.709024,3.225745,0.966623,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122144,0.000000,0,0,0.000000,0.027296,0.027296,1.956576,3.355369,1.002512,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122016,0.000000,0,0,0.000000,0.018368,0.018368,1.829632,3.264999,0.924815,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122208,0.000000,0,0,0.000000,0.016800,0.016800,2.155904,3.881151,0.908935,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.120992,0.000000,0,0,0.000000,0.017120,0.017120,1.615104,3.044403,0.888666,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.147872,0.000000,0,0,0.000000,0.018176,0.018176,1.953600,3.422145,0.983816,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121408,0.000000,0,0,0.000000,0.018176,0.018176,1.392512,3.007143,0.989958,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122528,0.000000,0,0,0.000000,0.017312,0.017312,1.944928,3.536811,1.027167,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122464,0.000000,0,0,0.000000,0.016992,0.016992,2.035360,3.593289,0.989817,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122368,0.000000,0,0,0.000000,0.016800,0.016800,1.937024,3.413329,1.036856,shadows-on_gpu-frustum_lights-004_run-1.csv,62 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.076064,0.000000,0,0,0.000000,0.018144,0.018144,3.421408,4.741825,0.804227,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.081024,0.000000,0,0,0.000000,0.018176,0.018176,2.903872,4.137224,0.857868,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.084096,0.000000,0,0,0.000000,0.017760,0.017760,2.807552,4.196266,0.836739,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.077952,0.000000,0,0,0.000000,0.018144,0.018144,3.397152,5.397181,0.982553,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.080480,0.000000,0,0,0.000000,0.018368,0.018368,2.893728,4.373459,1.004545,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.088768,0.000000,0,0,0.000000,0.018208,0.018208,2.908160,4.381965,0.912361,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.079392,0.000000,0,0,0.000000,0.017984,0.017984,3.545184,5.214987,0.888496,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.082400,0.000000,0,0,0.000000,0.018176,0.018176,3.162432,4.513574,0.893245,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.079328,0.000000,0,0,0.000000,0.018592,0.018592,2.691296,4.016225,0.863198,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.079232,0.000000,0,0,0.000000,0.017728,0.017728,3.342080,4.860599,0.907271,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.078432,0.000000,0,0,0.000000,0.017280,0.017280,2.917792,4.427201,0.968918,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.077216,0.000000,0,0,0.000000,0.018208,0.018208,2.617056,4.376275,0.886522,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.079808,0.000000,0,0,0.000000,0.016896,0.016896,3.348032,4.983120,0.846647,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.075776,0.000000,0,0,0.000000,0.018176,0.018176,2.896160,4.409037,0.952947,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.080480,0.000000,0,0,0.000000,0.018400,0.018400,2.818016,4.305552,0.877856,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.082880,0.000000,0,0,0.000000,0.017344,0.017344,3.387936,5.156096,0.846317,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.082784,0.000000,0,0,0.000000,0.018272,0.018272,2.898624,4.235569,0.894978,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.077984,0.000000,0,0,0.000000,0.018432,0.018432,3.113344,4.363591,0.821920,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.079744,0.000000,0,0,0.000000,0.018016,0.018016,3.346656,5.060716,0.775613,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.083552,0.000000,0,0,0.000000,0.018400,0.018400,2.894400,4.255036,0.845144,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.083040,0.000000,0,0,0.000000,0.018432,0.018432,3.117664,4.376285,0.852187,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.083008,0.000000,0,0,0.000000,0.017888,0.017888,2.742912,4.564801,0.814516,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.081344,0.000000,0,0,0.000000,0.018432,0.018432,3.251008,4.987167,1.005346,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.082336,0.000000,0,0,0.000000,0.018112,0.018112,2.921664,4.752164,1.010405,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.082528,0.000000,0,0,0.000000,0.017888,0.017888,3.384896,5.026862,0.964078,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.082144,0.000000,0,0,0.000000,0.018144,0.018144,3.161536,4.762393,1.031656,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.080320,0.000000,0,0,0.000000,0.018496,0.018496,2.633216,4.167221,0.976723,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.082144,0.000000,0,0,0.000000,0.018176,0.018176,3.233312,4.949196,0.962986,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.082720,0.000000,0,0,0.000000,0.017056,0.017056,3.164768,4.622109,0.912672,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.082720,0.000000,0,0,0.000000,0.017536,0.017536,2.631520,4.097129,0.825427,shadows-on_gpu-frustum_lights-064_run-1.csv,63 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.303264,0.000000,0,0,0.000000,0.016640,0.016640,2.128864,3.576676,0.875812,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302080,0.000000,0,0,0.000000,0.017504,0.017504,1.841888,3.281721,0.957096,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.301536,0.000000,0,0,0.000000,0.017024,0.017024,2.350848,3.870761,0.823282,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302944,0.000000,0,0,0.000000,0.016672,0.016672,1.574848,3.190388,0.967285,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.303328,0.000000,0,0,0.000000,0.017568,0.017568,2.343488,3.729104,0.809477,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.301664,0.000000,0,0,0.000000,0.018112,0.018112,1.574080,3.107141,0.869941,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.301824,0.000000,0,0,0.000000,0.017152,0.017152,2.353056,4.105193,0.883426,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302336,0.000000,0,0,0.000000,0.017696,0.017696,1.567232,3.029594,1.051153,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.301984,0.000000,0,0,0.000000,0.017952,0.017952,2.351040,3.822180,0.907763,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.301984,0.000000,0,0,0.000000,0.016896,0.016896,1.568800,2.956647,0.931808,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.301856,0.000000,0,0,0.000000,0.016640,0.016640,2.492064,3.706782,0.818704,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302400,0.000000,0,0,0.000000,0.016928,0.016928,1.575904,3.087093,0.922180,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.300832,0.000000,0,0,0.000000,0.016384,0.016384,2.352480,3.788656,0.813826,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302176,0.000000,0,0,0.000000,0.017664,0.017664,1.568992,3.199395,0.979117,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.300992,0.000000,0,0,0.000000,0.016480,0.016480,2.460832,3.861564,0.938430,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302816,0.000000,0,0,0.000000,0.016800,0.016800,1.574080,2.850838,0.819957,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302816,0.000000,0,0,0.000000,0.016480,0.016480,2.471968,3.739935,0.837439,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.301024,0.000000,0,0,0.000000,0.017184,0.017184,1.839872,3.198393,0.887865,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302176,0.000000,0,0,0.000000,0.016768,0.016768,2.474848,3.687496,0.812332,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302016,0.000000,0,0,0.000000,0.017888,0.017888,1.831520,3.169880,0.850785,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302528,0.000000,0,0,0.000000,0.016608,0.016608,2.461536,3.675623,0.807063,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302112,0.000000,0,0,0.000000,0.017728,0.017728,1.829952,3.295586,0.956815,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302528,0.000000,0,0,0.000000,0.016480,0.016480,2.350528,3.853980,0.832380,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.300128,0.000000,0,0,0.000000,0.017632,0.017632,1.573120,2.978839,0.927760,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302208,0.000000,0,0,0.000000,0.017472,0.017472,2.417216,3.639956,0.829274,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.300960,0.000000,0,0,0.000000,0.016608,0.016608,1.829216,3.348657,1.019684,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.301536,0.000000,0,0,0.000000,0.016704,0.016704,2.460576,3.760123,0.877465,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.300768,0.000000,0,0,0.000000,0.016608,0.016608,1.569888,3.199375,0.937779,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.301248,0.000000,0,0,0.000000,0.016384,0.016384,2.393696,3.662399,0.890079,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302080,0.000000,0,0,0.000000,0.016640,0.016640,1.770784,3.275228,1.095126,shadows-on_gpu-frustum_lights-016_run-1.csv,64 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.102016,0.000000,0,0,0.000000,0.018624,0.018624,4.707680,6.287651,1.031055,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.092992,0.000000,0,0,0.000000,0.018496,0.018496,4.103296,5.801323,1.104864,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.086400,0.000000,0,0,0.000000,0.018144,0.018144,4.468384,5.975030,0.944291,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.087488,0.000000,0,0,0.000000,0.018496,0.018496,3.767584,5.559026,1.090687,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.084736,0.000000,0,0,0.000000,0.018080,0.018080,4.378880,6.249168,0.986701,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.095872,0.000000,0,0,0.000000,0.018144,0.018144,4.201600,5.840016,0.996499,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.093344,0.000000,0,0,0.000000,0.018432,0.018432,4.378080,6.275988,0.960302,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.085536,0.000000,0,0,0.000000,0.018560,0.018560,4.674880,6.205887,0.947377,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.088576,0.000000,0,0,0.000000,0.018432,0.018432,4.654464,6.150451,0.958558,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.085568,0.000000,0,0,0.000000,0.019808,0.019808,4.086720,5.638046,0.999265,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.084096,0.000000,0,0,0.000000,0.018496,0.018496,4.260928,6.103072,1.090657,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.087552,0.000000,0,0,0.000000,0.018816,0.018816,4.384256,6.335551,1.039971,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.097664,0.000000,0,0,0.000000,0.018080,0.018080,4.147968,5.668934,0.971132,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.103104,0.000000,0,0,0.000000,0.017056,0.017056,4.402400,5.850326,0.912010,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.100576,0.000000,0,0,0.000000,0.018432,0.018432,4.672224,6.115957,0.921098,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.095712,0.000000,0,0,0.000000,0.018400,0.018400,4.689600,6.506764,1.246621,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.087488,0.000000,0,0,0.000000,0.018432,0.018432,4.678016,6.669901,1.238225,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.085984,0.000000,0,0,0.000000,0.018816,0.018816,4.651072,6.338947,0.949651,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.093408,0.000000,0,0,0.000000,0.018656,0.018656,4.098656,5.831690,1.191959,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.085248,0.000000,0,0,0.000000,0.018144,0.018144,4.372864,6.422525,1.253124,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.094944,0.000000,0,0,0.000000,0.018528,0.018528,4.534272,6.262303,0.997923,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.092992,0.000000,0,0,0.000000,0.018432,0.018432,4.527136,6.798283,1.310943,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.081952,0.000000,0,0,0.000000,0.018144,0.018144,4.519008,6.811429,1.230281,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.091072,0.000000,0,0,0.000000,0.018528,0.018528,4.525344,6.505411,1.000487,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.087744,0.000000,0,0,0.000000,0.018432,0.018432,4.140000,5.778420,1.240961,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.087648,0.000000,0,0,0.000000,0.018432,0.018432,4.205184,6.111628,1.186278,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.087808,0.000000,0,0,0.000000,0.018560,0.018560,4.372256,6.587547,1.442000,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.084608,0.000000,0,0,0.000000,0.018688,0.018688,4.370112,6.377049,1.162863,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.089600,0.000000,0,0,0.000000,0.018720,0.018720,4.393472,6.332545,1.187651,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.091904,0.000000,0,0,0.000000,0.018240,0.018240,4.656480,6.541620,1.170127,shadows-on_gpu-frustum_lights-128_run-1.csv,65 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030816,0.004768,0,0,0.000000,0.000000,0.000000,2.022656,3.414962,0.817773,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030848,0.005632,0,0,0.000000,0.000000,0.000000,1.596384,3.293262,0.857418,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030976,0.005408,0,0,0.000000,0.000000,0.000000,2.025568,3.364516,0.849923,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030528,0.005056,0,0,0.000000,0.000000,0.000000,1.982304,3.294184,0.855664,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031424,0.006208,0,0,0.000000,0.000000,0.000000,2.047168,3.415152,0.856074,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030816,0.005216,0,0,0.000000,0.000000,0.000000,1.998208,3.345841,0.965622,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030784,0.004800,0,0,0.000000,0.000000,0.000000,2.035296,3.784268,1.005246,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030912,0.005184,0,0,0.000000,0.000000,0.000000,1.984096,3.342675,0.953829,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030912,0.005728,0,0,0.000000,0.000000,0.000000,1.694048,3.219783,1.024813,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030496,0.005696,0,0,0.000000,0.000000,0.000000,2.167648,3.981771,1.323957,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029920,0.015776,0,0,0.000000,0.000000,0.000000,2.011616,3.512787,0.929313,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030176,0.005120,0,0,0.000000,0.000000,0.000000,1.622976,3.324361,0.914275,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030240,0.006048,0,0,0.000000,0.000000,0.000000,2.034528,3.423838,0.909856,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030112,0.005280,0,0,0.000000,0.000000,0.000000,1.542496,3.261372,0.791994,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030432,0.005024,0,0,0.000000,0.000000,0.000000,1.927552,3.256183,0.897713,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031424,0.005696,0,0,0.000000,0.000000,0.000000,2.003776,3.278033,0.920677,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030080,0.005664,0,0,0.000000,0.000000,0.000000,1.774656,3.103063,0.854372,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030752,0.005632,0,0,0.000000,0.000000,0.000000,1.980128,3.353887,0.910227,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030752,0.005664,0,0,0.000000,0.000000,0.000000,1.749632,3.076914,0.867687,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031072,0.005824,0,0,0.000000,0.000000,0.000000,1.973280,3.342605,0.917140,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031104,0.005600,0,0,0.000000,0.000000,0.000000,1.748192,3.059842,0.842579,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030688,0.005920,0,0,0.000000,0.000000,0.000000,1.417856,2.665858,0.850635,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030720,0.004992,0,0,0.000000,0.000000,0.000000,1.568512,2.994048,0.936296,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031136,0.005664,0,0,0.000000,0.000000,0.000000,1.699904,3.147578,0.938250,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030784,0.005696,0,0,0.000000,0.000000,0.000000,1.621280,3.320643,1.004044,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030464,0.005664,0,0,0.000000,0.000000,0.000000,2.034144,3.438677,0.936156,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030496,0.005920,0,0,0.000000,0.000000,0.000000,1.546080,3.435330,0.911710,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031232,0.005600,0,0,0.000000,0.000000,0.000000,1.695040,3.731870,1.537069,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030880,0.005664,0,0,0.000000,0.000000,0.000000,1.618272,3.586365,0.877585,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030624,0.005664,0,0,0.000000,0.000000,0.000000,2.042592,3.338778,0.807674,shadows-on_gpu-occlusion_lights-000_run-1.csv,66 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.565824,0.005728,0,0,0.000000,0.018464,0.018464,2.698112,4.254636,0.974629,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.565280,0.005312,0,0,0.000000,0.017504,0.017504,1.988800,3.351061,0.868338,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.566816,0.004992,0,0,0.000000,0.018144,0.018144,2.525920,4.075157,1.004204,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.575104,0.005280,0,0,0.000000,0.018432,0.018432,2.565184,3.985618,0.849012,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.567072,0.004832,0,0,0.000000,0.018080,0.018080,2.109440,3.536801,0.893605,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.565664,0.005184,0,0,0.000000,0.018368,0.018368,2.231328,3.728653,0.909656,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.566880,0.005312,0,0,0.000000,0.018144,0.018144,1.967904,3.580544,0.903374,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.566656,0.005664,0,0,0.000000,0.017888,0.017888,1.967872,3.791201,1.158956,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568544,0.005664,0,0,0.000000,0.018432,0.018432,2.158912,4.050150,1.200915,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.565664,0.006208,0,0,0.000000,0.018432,0.018432,2.300128,3.827980,0.937048,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.564160,0.005696,0,0,0.000000,0.018432,0.018432,2.120640,4.011577,1.254376,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.565280,0.004864,0,0,0.000000,0.017664,0.017664,2.851776,4.732396,1.159858,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.566624,0.005664,0,0,0.000000,0.018208,0.018208,2.292096,4.354594,1.319880,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.564064,0.005216,0,0,0.000000,0.018336,0.018336,1.979968,3.933831,1.158455,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.562304,0.005888,0,0,0.000000,0.017088,0.017088,2.859072,4.691490,1.142715,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569120,0.005600,0,0,0.000000,0.018400,0.018400,2.462720,4.433633,1.178223,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.565984,0.004928,0,0,0.000000,0.018400,0.018400,2.105344,4.133658,1.180246,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.564000,0.005728,0,0,0.000000,0.018272,0.018272,1.974112,3.918772,1.294251,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.561952,0.004992,0,0,0.000000,0.018016,0.018016,1.980864,3.980970,1.246732,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.567104,0.004992,0,0,0.000000,0.017984,0.017984,2.525856,4.402645,1.165779,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.565408,0.005760,0,0,0.000000,0.031776,0.031776,2.480832,4.514646,1.242694,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.564544,0.004928,0,0,0.000000,0.018016,0.018016,1.966368,3.958076,1.151502,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.564128,0.005056,0,0,0.000000,0.018368,0.018368,2.511840,4.559651,1.249597,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.565024,0.005664,0,0,0.000000,0.018432,0.018432,2.476864,4.425919,1.177781,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.566400,0.005728,0,0,0.000000,0.018304,0.018304,2.082528,3.978033,1.145641,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.564384,0.005696,0,0,0.000000,0.017984,0.017984,1.965088,3.845293,1.138818,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.562752,0.005664,0,0,0.000000,0.018016,0.018016,1.964832,3.817692,1.141032,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.565728,0.005664,0,0,0.000000,0.018432,0.018432,2.515488,4.443692,1.153776,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.564032,0.005120,0,0,0.000000,0.018624,0.018624,2.592800,4.458921,1.141925,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.567840,0.005056,0,0,0.000000,0.017472,0.017472,2.080480,4.024051,1.171490,shadows-on_gpu-occlusion_lights-032_run-1.csv,67 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121696,0.004800,0,0,0.000000,0.016864,0.016864,1.521568,3.033663,0.998894,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121888,0.005760,0,0,0.000000,0.017728,0.017728,1.522848,3.152055,0.954070,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121376,0.005568,0,0,0.000000,0.017024,0.017024,1.677728,3.275348,0.902462,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122400,0.005664,0,0,0.000000,0.017792,0.017792,1.784896,3.335853,1.039851,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.120928,0.004832,0,0,0.000000,0.016736,0.016736,1.642368,3.147316,0.924874,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.145152,0.005568,0,0,0.000000,0.017440,0.017440,2.138720,3.578581,0.897183,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.120736,0.005760,0,0,0.000000,0.018432,0.018432,1.655392,3.256543,0.884719,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.140704,0.005632,0,0,0.000000,0.017504,0.017504,1.800864,3.289425,0.958208,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121600,0.005696,0,0,0.000000,0.017312,0.017312,1.700256,3.810578,0.930115,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.120608,0.005056,0,0,0.000000,0.017664,0.017664,1.787072,3.605531,1.174245,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122080,0.005952,0,0,0.000000,0.017696,0.017696,1.699328,3.919013,1.215092,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121888,0.005568,0,0,0.000000,0.017024,0.017024,2.124640,3.694088,0.985199,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121248,0.005472,0,0,0.000000,0.018048,0.018048,1.531392,2.874012,0.871494,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122112,0.005920,0,0,0.000000,0.017536,0.017536,1.788224,3.266972,0.957906,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.120192,0.005632,0,0,0.000000,0.018112,0.018112,1.727008,3.394183,0.994856,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.140064,0.004704,0,0,0.000000,0.016864,0.016864,2.150016,3.688187,0.941376,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.120736,0.004896,0,0,0.000000,0.018208,0.018208,2.372352,3.851435,0.875151,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121728,0.005664,0,0,0.000000,0.017984,0.017984,1.523328,2.833214,0.856386,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.120704,0.005184,0,0,0.000000,0.017568,0.017568,1.660000,3.142838,0.963037,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121664,0.005984,0,0,0.000000,0.017152,0.017152,1.820800,3.347634,1.001369,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121152,0.005632,0,0,0.000000,0.016768,0.016768,1.729952,3.176952,0.913053,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121248,0.005696,0,0,0.000000,0.017984,0.017984,2.142112,3.556319,0.911820,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121888,0.004864,0,0,0.000000,0.017440,0.017440,1.724992,3.289766,0.988375,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122464,0.005568,0,0,0.000000,0.016544,0.016544,2.147104,3.745815,1.035143,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121504,0.005696,0,0,0.000000,0.016928,0.016928,1.722464,3.231125,0.939752,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121216,0.005120,0,0,0.000000,0.016800,0.016800,2.147712,3.557320,0.907692,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122080,0.005792,0,0,0.000000,0.017760,0.017760,1.725952,3.189376,0.922860,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121024,0.005152,0,0,0.000000,0.016640,0.016640,1.538848,3.180459,1.142866,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122880,0.005696,0,0,0.000000,0.016928,0.016928,2.087424,3.598468,0.915186,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121696,0.005440,0,0,0.000000,0.016896,0.016896,1.553984,2.864172,0.873968,shadows-on_gpu-occlusion_lights-004_run-1.csv,68 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.082080,0.005632,0,0,0.000000,0.017344,0.017344,3.424864,4.850760,0.998313,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.076448,0.005696,0,0,0.000000,0.018112,0.018112,3.241248,4.779345,0.913142,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.076896,0.005664,0,0,0.000000,0.018176,0.018176,2.823008,4.262049,0.895449,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.077376,0.005088,0,0,0.000000,0.017312,0.017312,3.271392,4.853395,0.988926,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.081312,0.005920,0,0,0.000000,0.017472,0.017472,3.058144,4.464702,0.919966,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.073472,0.004960,0,0,0.000000,0.018368,0.018368,2.934240,4.405059,0.848040,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.078272,0.005664,0,0,0.000000,0.017760,0.017760,3.261344,5.064804,1.044129,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.084544,0.004864,0,0,0.000000,0.018688,0.018688,3.680320,5.226929,0.934032,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.079264,0.006016,0,0,0.000000,0.018240,0.018240,2.824768,4.339085,0.872176,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.079456,0.005056,0,0,0.000000,0.018528,0.018528,3.282880,4.848165,0.980539,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.080928,0.004832,0,0,0.000000,0.018400,0.018400,3.669312,5.083248,0.877104,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.080000,0.005952,0,0,0.000000,0.018496,0.018496,3.343840,4.880816,0.875441,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.088160,0.005696,0,0,0.000000,0.018432,0.018432,3.267424,5.000052,1.115474,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.083936,0.005696,0,0,0.000000,0.018560,0.018560,3.287168,5.274469,1.331952,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.080448,0.005696,0,0,0.000000,0.018592,0.018592,3.804928,5.569957,0.957316,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.080960,0.005024,0,0,0.000000,0.018496,0.018496,3.108224,4.738398,0.935003,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.077952,0.004960,0,0,0.000000,0.018432,0.018432,2.921856,4.895154,1.371998,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.081600,0.005664,0,0,0.000000,0.018432,0.018432,3.273792,5.201592,1.054729,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.080992,0.005632,0,0,0.000000,0.017920,0.017920,3.119264,4.544282,0.876313,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.079808,0.005888,0,0,0.000000,0.018432,0.018432,3.208736,4.692361,0.856606,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.087008,0.005664,0,0,0.000000,0.017312,0.017312,3.650144,5.340143,1.134890,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.083424,0.005120,0,0,0.000000,0.017472,0.017472,3.912960,6.018583,1.394410,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.087712,0.005088,0,0,0.000000,0.018368,0.018368,4.121920,6.032399,1.033029,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.085984,0.005664,0,0,0.000000,0.018432,0.018432,3.379616,4.898280,0.860012,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.085248,0.004736,0,0,0.000000,0.018752,0.018752,3.223360,4.763626,0.960051,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.081440,0.005696,0,0,0.000000,0.019424,0.019424,3.488416,4.929498,0.875762,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.085248,0.004640,0,0,0.000000,0.018432,0.018432,3.253824,5.020309,1.118621,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.077824,0.005696,0,0,0.000000,0.018464,0.018464,2.843456,4.500319,0.875081,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.076256,0.005408,0,0,0.000000,0.018336,0.018336,3.274720,4.733148,0.909506,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.079136,0.005920,0,0,0.000000,0.018208,0.018208,3.783136,5.169762,0.872296,shadows-on_gpu-occlusion_lights-064_run-1.csv,69 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302176,0.005248,0,0,0.000000,0.018176,0.018176,1.970624,3.475395,0.905799,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.301408,0.005728,0,0,0.000000,0.016704,0.016704,1.852288,3.280888,0.924074,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.314912,0.005728,0,0,0.000000,0.017504,0.017504,1.980608,3.430461,0.935144,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302112,0.005376,0,0,0.000000,0.017280,0.017280,1.834016,3.468172,1.110495,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.311872,0.005248,0,0,0.000000,0.018144,0.018144,2.202560,3.597506,0.859361,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303200,0.005696,0,0,0.000000,0.016928,0.016928,1.836256,3.308551,0.945213,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302176,0.005664,0,0,0.000000,0.018016,0.018016,1.960224,3.670324,0.853590,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302208,0.005792,0,0,0.000000,0.018112,0.018112,1.857216,3.260611,0.903294,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.301440,0.005696,0,0,0.000000,0.018112,0.018112,2.194528,3.663731,0.910378,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.301600,0.005056,0,0,0.000000,0.017216,0.017216,1.715616,3.117711,0.932619,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.301824,0.004736,0,0,0.000000,0.016736,0.016736,1.969440,3.356831,0.861174,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.299424,0.004992,0,0,0.000000,0.016672,0.016672,1.846112,3.349338,0.903554,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.310752,0.005824,0,0,0.000000,0.017568,0.017568,2.203168,3.603147,0.869590,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.301024,0.005856,0,0,0.000000,0.017280,0.017280,1.851584,3.349057,0.896882,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.306560,0.005696,0,0,0.000000,0.018112,0.018112,2.136032,3.595743,0.865613,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.301312,0.005760,0,0,0.000000,0.017184,0.017184,1.707776,3.078628,0.880080,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.301824,0.005024,0,0,0.000000,0.018272,0.018272,2.168864,3.574202,0.866274,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303584,0.005696,0,0,0.000000,0.018176,0.018176,1.824832,3.751797,1.013602,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302752,0.005408,0,0,0.000000,0.020704,0.020704,2.001824,3.436623,0.920346,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.300640,0.005056,0,0,0.000000,0.018048,0.018048,1.856896,3.409792,0.917430,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302464,0.005696,0,0,0.000000,0.017600,0.017600,2.001152,3.694850,1.148366,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302624,0.005792,0,0,0.000000,0.017888,0.017888,1.824416,3.771454,1.110675,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304384,0.005696,0,0,0.000000,0.017952,0.017952,1.970208,3.453385,0.896471,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.300992,0.005728,0,0,0.000000,0.017760,0.017760,1.842944,3.476648,1.009665,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302656,0.005856,0,0,0.000000,0.017504,0.017504,1.968224,3.525660,0.996710,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.301696,0.005856,0,0,0.000000,0.018080,0.018080,1.729376,3.122199,0.963728,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302464,0.005248,0,0,0.000000,0.018080,0.018080,1.970176,3.362162,0.860383,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.300320,0.005824,0,0,0.000000,0.018176,0.018176,1.845920,3.288613,0.920857,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.301600,0.005664,0,0,0.000000,0.016736,0.016736,1.968768,3.340722,0.856315,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302816,0.005920,0,0,0.000000,0.017792,0.017792,1.717568,3.133240,0.964780,shadows-on_gpu-occlusion_lights-016_run-1.csv,70 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.087616,0.005728,0,0,0.000000,0.018624,0.018624,4.450976,6.043059,0.965671,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.093408,0.005728,0,0,0.000000,0.018944,0.018944,4.635424,6.635697,1.287278,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.096416,0.005856,0,0,0.000000,0.019936,0.019936,4.449152,6.333187,1.291496,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.097184,0.005248,0,0,0.000000,0.018560,0.018560,4.678848,6.669541,1.289642,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.103680,0.005152,0,0,0.000000,0.018432,0.018432,4.696320,6.331373,0.949982,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.099328,0.005280,0,0,0.000000,0.018656,0.018656,4.690784,6.661546,0.996199,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.092320,0.005792,0,0,0.000000,0.019712,0.019712,4.694112,6.839892,0.963026,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.097408,0.005024,0,0,0.000000,0.018656,0.018656,4.279680,5.909698,0.934653,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.090336,0.004896,0,0,0.000000,0.019808,0.019808,3.975360,5.484225,0.929524,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.091424,0.005920,0,0,0.000000,0.018816,0.018816,4.309728,5.934274,0.997422,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.095584,0.005760,0,0,0.000000,0.018432,0.018432,4.477696,6.086902,1.038429,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.095232,0.005216,0,0,0.000000,0.018432,0.018432,4.454528,6.110466,0.941897,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.090784,0.005792,0,0,0.000000,0.019296,0.019296,4.451168,6.307408,1.241722,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.087424,0.004736,0,0,0.000000,0.019712,0.019712,4.448672,6.104225,0.968527,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.094592,0.005728,0,0,0.000000,0.018528,0.018528,4.683840,6.657999,1.008793,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.097664,0.005280,0,0,0.000000,0.018784,0.018784,4.674016,6.606952,0.964960,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.102784,0.005760,0,0,0.000000,0.019744,0.019744,4.268000,5.874591,0.918472,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.089120,0.005728,0,0,0.000000,0.018528,0.018528,3.837216,5.342237,0.896201,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.088160,0.005696,0,0,0.000000,0.018752,0.018752,4.293408,6.112981,1.259346,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.092576,0.005760,0,0,0.000000,0.019744,0.019744,4.538144,6.609087,1.051273,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.092192,0.005248,0,0,0.000000,0.019488,0.019488,4.294208,6.536349,1.120113,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.085888,0.005728,0,0,0.000000,0.018432,0.018432,4.713312,6.425951,1.000778,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.095360,0.005728,0,0,0.000000,0.018432,0.018432,4.631488,6.474854,1.166511,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.084992,0.005696,0,0,0.000000,0.030912,0.030912,4.471136,6.788725,0.946234,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.096672,0.005760,0,0,0.000000,0.018432,0.018432,4.435904,6.117008,1.112949,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.098528,0.005728,0,0,0.000000,0.018464,0.018464,5.030016,6.637139,0.967134,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.087520,0.005504,0,0,0.000000,0.018976,0.018976,4.693088,6.316274,0.978696,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.089568,0.005728,0,0,0.000000,0.018464,0.018464,4.562784,6.478400,1.275736,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.080256,0.005792,0,0,0.000000,0.018752,0.018752,4.366560,6.165601,0.925165,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.087584,0.005888,0,0,0.000000,0.018432,0.018432,4.068000,5.600224,0.892313,shadows-on_gpu-occlusion_lights-128_run-1.csv,71 +0,on,direct,direct,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.280352,2.550862,0.862267,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.525760,2.885683,0.940704,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.031712,0.000000,0,0,0.000000,0.000000,0.000000,1.395552,3.023473,1.135361,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032704,0.000000,0,0,0.000000,0.000000,0.000000,1.258432,2.550702,0.902502,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032352,0.000000,0,0,0.000000,0.000000,0.000000,1.807200,3.132749,0.885090,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032480,0.000000,0,0,0.000000,0.000000,0.000000,1.270144,2.653205,0.920757,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.984160,3.531442,0.916128,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032576,0.000000,0,0,0.000000,0.000000,0.000000,1.575104,2.980151,0.864150,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032640,0.000000,0,0,0.000000,0.000000,0.000000,1.978048,3.351783,0.921849,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032384,0.000000,0,0,0.000000,0.000000,0.000000,1.423872,3.068959,1.145010,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032672,0.000000,0,0,0.000000,0.000000,0.000000,1.684544,3.095278,0.966082,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,1.395072,2.840709,0.984187,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.411104,2.733566,0.869089,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032704,0.000000,0,0,0.000000,0.000000,0.000000,1.806464,3.169439,0.923913,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032480,0.000000,0,0,0.000000,0.000000,0.000000,1.603360,2.990571,0.891592,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.031392,0.000000,0,0,0.000000,0.000000,0.000000,1.808256,3.400094,0.910217,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032512,0.000000,0,0,0.000000,0.000000,0.000000,1.563200,2.991993,0.881593,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032480,0.000000,0,0,0.000000,0.000000,0.000000,1.986624,3.312418,0.878117,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032960,0.000000,0,0,0.000000,0.000000,0.000000,1.565472,2.964171,0.879659,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032384,0.000000,0,0,0.000000,0.000000,0.000000,1.519648,2.873992,0.907482,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032704,0.000000,0,0,0.000000,0.000000,0.000000,1.396928,2.994448,1.104663,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032640,0.000000,0,0,0.000000,0.000000,0.000000,1.275840,2.566832,0.882625,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032544,0.000000,0,0,0.000000,0.000000,0.000000,1.807552,3.132810,0.892113,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.557792,2.985832,0.868148,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032512,0.000000,0,0,0.000000,0.000000,0.000000,1.987552,3.381659,0.971222,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.500768,2.979661,0.909475,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032512,0.000000,0,0,0.000000,0.000000,0.000000,1.530080,2.847491,0.916138,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032640,0.000000,0,0,0.000000,0.000000,0.000000,1.395840,3.047960,1.190816,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,1.271872,2.681118,0.988535,shadows-on_direct_lights-000_run-2.csv,72 +0,on,direct,direct,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.807552,3.483882,1.234419,shadows-on_direct_lights-000_run-2.csv,72 +32,on,direct,direct,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.568096,0.000000,0,0,0.000000,0.017536,0.017536,1.822208,3.140514,0.834945,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565568,0.000000,0,0,0.000000,0.018112,0.018112,1.808192,3.056024,0.822060,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.566208,0.000000,0,0,0.000000,0.017472,0.017472,1.916992,3.443075,1.030624,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567296,0.000000,0,0,0.000000,0.017408,0.017408,2.017920,3.533526,0.836888,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565088,0.000000,0,0,0.000000,0.018208,0.018208,1.934720,3.446661,0.873277,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565920,0.000000,0,0,0.000000,0.017760,0.017760,1.806080,3.061254,0.849413,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567232,0.000000,0,0,0.000000,0.017152,0.017152,1.965344,3.633174,0.944712,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567296,0.000000,0,0,0.000000,0.017312,0.017312,2.140736,3.449497,0.827821,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565312,0.000000,0,0,0.000000,0.018368,0.018368,1.968288,3.432014,0.932769,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.568800,0.000000,0,0,0.000000,0.016896,0.016896,2.139424,3.475706,0.835335,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565408,0.000000,0,0,0.000000,0.018080,0.018080,1.960672,3.497247,0.982424,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567296,0.000000,0,0,0.000000,0.016512,0.016512,2.132512,3.497737,0.882365,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567264,0.000000,0,0,0.000000,0.016768,0.016768,1.916416,3.392579,0.948048,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565248,0.000000,0,0,0.000000,0.016864,0.016864,2.013024,3.473282,0.825708,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567296,0.000000,0,0,0.000000,0.016992,0.016992,1.917088,3.307929,0.885430,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.566720,0.000000,0,0,0.000000,0.017056,0.017056,2.008960,3.512726,0.890109,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.566720,0.000000,0,0,0.000000,0.018176,0.018176,1.916928,3.567750,1.137024,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565920,0.000000,0,0,0.000000,0.017632,0.017632,2.070624,3.552190,0.878006,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.563424,0.000000,0,0,0.000000,0.017856,0.017856,1.913888,3.565706,0.925115,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565248,0.000000,0,0,0.000000,0.016960,0.016960,1.948256,3.312799,0.851146,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565760,0.000000,0,0,0.000000,0.017792,0.017792,1.937728,3.474634,0.943429,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.564512,0.000000,0,0,0.000000,0.018336,0.018336,1.803648,3.090199,0.826759,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565344,0.000000,0,0,0.000000,0.018240,0.018240,1.917440,3.335572,0.900468,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.568320,0.000000,0,0,0.000000,0.017888,0.017888,2.014720,3.475907,0.842780,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565024,0.000000,0,0,0.000000,0.017696,0.017696,1.991200,3.439889,0.914074,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565600,0.000000,0,0,0.000000,0.018080,0.018080,2.140160,3.537523,0.884057,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565504,0.000000,0,0,0.000000,0.018144,0.018144,1.999232,3.743671,1.214361,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567424,0.000000,0,0,0.000000,0.018176,0.018176,2.038080,3.506785,0.866534,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.563744,0.000000,0,0,0.000000,0.017888,0.017888,1.965984,3.596564,0.910858,shadows-on_direct_lights-032_run-2.csv,73 +32,on,direct,direct,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.563424,0.000000,0,0,0.000000,0.017024,0.017024,2.099200,3.514570,0.854231,shadows-on_direct_lights-032_run-2.csv,73 +4,on,direct,direct,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125504,0.000000,0,0,0.000000,0.017856,0.017856,1.703488,3.243879,1.033650,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125152,0.000000,0,0,0.000000,0.018208,0.018208,1.912512,3.514289,1.062834,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125312,0.000000,0,0,0.000000,0.017760,0.017760,1.707104,3.255862,1.014704,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126304,0.000000,0,0,0.000000,0.016576,0.016576,1.921632,3.546930,1.017860,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.141312,0.000000,0,0,0.000000,0.022528,0.022528,1.732768,3.210086,0.985509,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125696,0.000000,0,0,0.000000,0.017600,0.017600,1.916768,3.953056,1.355467,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126976,0.000000,0,0,0.000000,0.018432,0.018432,1.717024,3.490284,0.980399,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125024,0.000000,0,0,0.000000,0.018336,0.018336,1.914496,3.377250,0.974108,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124768,0.000000,0,0,0.000000,0.016864,0.016864,1.676448,3.218161,0.942538,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.018112,0.018112,1.918944,3.323178,0.917781,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124832,0.000000,0,0,0.000000,0.016992,0.016992,1.389344,3.128731,1.230701,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125920,0.000000,0,0,0.000000,0.016544,0.016544,1.363872,3.016890,1.124661,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125056,0.000000,0,0,0.000000,0.018304,0.018304,1.920320,3.934051,1.381215,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.017312,0.017312,1.921824,3.685512,1.171801,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126176,0.000000,0,0,0.000000,0.018432,0.018432,1.375008,3.076413,1.185366,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125376,0.000000,0,0,0.000000,0.017792,0.017792,1.860064,3.628535,1.175547,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125056,0.000000,0,0,0.000000,0.018208,0.018208,1.865632,3.613165,1.171018,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126592,0.000000,0,0,0.000000,0.017344,0.017344,1.365152,3.990939,1.226834,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126496,0.000000,0,0,0.000000,0.017248,0.017248,1.517856,3.369546,1.161271,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126464,0.000000,0,0,0.000000,0.017056,0.017056,2.020096,3.956674,1.201476,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126208,0.000000,0,0,0.000000,0.016704,0.016704,1.364096,3.509660,1.122757,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125440,0.000000,0,0,0.000000,0.017600,0.017600,1.917280,3.600832,1.105646,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125312,0.000000,0,0,0.000000,0.017568,0.017568,1.373600,3.052578,1.142304,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.017280,0.017280,2.131104,4.186287,1.470393,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.018208,0.018208,1.370496,2.952720,1.097691,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125792,0.000000,0,0,0.000000,0.017440,0.017440,1.913728,3.572689,1.116576,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124960,0.000000,0,0,0.000000,0.017856,0.017856,1.364672,3.058509,1.179004,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.018176,0.018176,1.694336,3.434328,1.165388,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125664,0.000000,0,0,0.000000,0.017664,0.017664,1.364416,2.884691,1.140421,shadows-on_direct_lights-004_run-2.csv,74 +4,on,direct,direct,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.123744,0.000000,0,0,0.000000,0.017568,0.017568,1.825568,3.778527,1.170428,shadows-on_direct_lights-004_run-2.csv,74 +64,on,direct,direct,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.077408,0.000000,0,0,0.000000,0.018272,0.018272,2.655808,4.187919,0.976602,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.075392,0.000000,0,0,0.000000,0.018112,0.018112,3.103168,4.728349,1.092551,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.078720,0.000000,0,0,0.000000,0.016800,0.016800,3.496352,5.101012,1.081459,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.074176,0.000000,0,0,0.000000,0.017568,0.017568,2.551008,4.186107,1.037767,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.071328,0.000000,0,0,0.000000,0.018208,0.018208,2.880800,4.885466,0.947347,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.073440,0.000000,0,0,0.000000,0.017664,0.017664,3.496544,5.006094,0.969849,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.074848,0.000000,0,0,0.000000,0.017376,0.017376,2.314464,4.101787,1.092411,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.077248,0.000000,0,0,0.000000,0.018144,0.018144,3.293792,4.783002,0.960932,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.080960,0.000000,0,0,0.000000,0.017824,0.017824,3.732832,5.266163,0.997481,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.082080,0.000000,0,0,0.000000,0.018080,0.018080,2.618784,4.280906,1.047116,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.078528,0.000000,0,0,0.000000,0.017344,0.017344,2.746048,4.257491,0.931317,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.083232,0.000000,0,0,0.000000,0.016992,0.016992,3.269952,4.861701,1.038509,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.083328,0.000000,0,0,0.000000,0.017184,0.017184,2.622112,4.190384,0.972614,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.075616,0.000000,0,0,0.000000,0.018016,0.018016,2.746176,4.315431,1.000227,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.080352,0.000000,0,0,0.000000,0.016992,0.016992,3.454976,4.994231,1.009233,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.077664,0.000000,0,0,0.000000,0.018016,0.018016,2.660320,4.284943,1.023731,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.077216,0.000000,0,0,0.000000,0.017888,0.017888,2.748192,4.624152,0.979308,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.079072,0.000000,0,0,0.000000,0.017856,0.017856,3.614336,5.172788,1.030634,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.092928,0.000000,0,0,0.000000,0.016928,0.016928,2.687168,4.242944,0.984167,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.083392,0.000000,0,0,0.000000,0.016576,0.016576,2.754880,4.326481,1.011168,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.078752,0.000000,0,0,0.000000,0.016928,0.016928,3.502464,5.033985,0.997001,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.079072,0.000000,0,0,0.000000,0.018176,0.018176,2.807328,4.294350,1.034502,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.078944,0.000000,0,0,0.000000,0.018016,0.018016,2.742912,4.688264,1.012449,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.078976,0.000000,0,0,0.000000,0.018048,0.018048,3.266176,4.993619,1.194974,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.083424,0.000000,0,0,0.000000,0.018400,0.018400,2.779776,5.052290,1.589869,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.081152,0.000000,0,0,0.000000,0.018112,0.018112,2.907168,5.018055,1.273883,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.081024,0.000000,0,0,0.000000,0.016704,0.016704,3.111424,4.949737,1.057645,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.083008,0.000000,0,0,0.000000,0.018240,0.018240,3.618176,5.287514,1.092641,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.079136,0.000000,0,0,0.000000,0.018400,0.018400,2.793920,4.262951,0.965922,shadows-on_direct_lights-064_run-2.csv,75 +64,on,direct,direct,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.079808,0.000000,0,0,0.000000,0.017440,0.017440,3.106912,4.731515,1.020605,shadows-on_direct_lights-064_run-2.csv,75 +16,on,direct,direct,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311296,0.000000,0,0,0.000000,0.016896,0.016896,1.879584,3.332666,0.953639,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309088,0.000000,0,0,0.000000,0.017824,0.017824,2.093504,3.888434,1.240520,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309248,0.000000,0,0,0.000000,0.016960,0.016960,1.883456,3.347715,0.972014,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309504,0.000000,0,0,0.000000,0.017696,0.017696,1.853152,3.360088,0.950332,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.308864,0.000000,0,0,0.000000,0.017632,0.017632,1.549856,2.888538,0.927831,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309248,0.000000,0,0,0.000000,0.017120,0.017120,1.710624,3.278154,1.076069,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309152,0.000000,0,0,0.000000,0.017280,0.017280,1.894016,3.553183,0.909115,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.308160,0.000000,0,0,0.000000,0.017920,0.017920,1.547520,2.970454,1.035534,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.315648,0.000000,0,0,0.000000,0.017088,0.017088,1.664064,3.541581,1.069658,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309600,0.000000,0,0,0.000000,0.017792,0.017792,2.094112,3.817431,1.101649,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.319072,0.000000,0,0,0.000000,0.016896,0.016896,1.894080,3.389514,0.955793,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.308928,0.000000,0,0,0.000000,0.018240,0.018240,1.709440,3.385055,1.027138,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.319488,0.000000,0,0,0.000000,0.018336,0.018336,1.891744,3.501475,1.091799,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310976,0.000000,0,0,0.000000,0.016864,0.016864,1.735872,3.673289,1.093983,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309248,0.000000,0,0,0.000000,0.017056,0.017056,1.885536,3.439979,1.004585,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309056,0.000000,0,0,0.000000,0.017728,0.017728,1.714880,3.316606,1.088413,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.320448,0.000000,0,0,0.000000,0.016704,0.016704,1.791040,3.465276,1.088564,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310336,0.000000,0,0,0.000000,0.018144,0.018144,1.659712,3.688648,0.995057,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310464,0.000000,0,0,0.000000,0.016992,0.016992,1.870464,3.285968,0.934383,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310880,0.000000,0,0,0.000000,0.016736,0.016736,1.703584,3.320734,1.084646,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.318144,0.000000,0,0,0.000000,0.016704,0.016704,1.557472,3.094938,1.066231,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309152,0.000000,0,0,0.000000,0.017024,0.017024,2.092672,3.715929,1.075719,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.314176,0.000000,0,0,0.000000,0.017600,0.017600,1.849856,3.524027,1.092090,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309344,0.000000,0,0,0.000000,0.018336,0.018336,2.092896,3.649044,1.013131,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.313312,0.000000,0,0,0.000000,0.017312,0.017312,1.555776,3.050765,1.055411,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310272,0.000000,0,0,0.000000,0.017024,0.017024,2.434912,4.032897,1.099785,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309312,0.000000,0,0,0.000000,0.017920,0.017920,1.774048,3.462591,1.084446,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.307200,0.000000,0,0,0.000000,0.016544,0.016544,2.094592,3.631541,1.039200,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309760,0.000000,0,0,0.000000,0.017920,0.017920,1.885824,3.290587,0.885320,shadows-on_direct_lights-016_run-2.csv,76 +16,on,direct,direct,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309024,0.000000,0,0,0.000000,0.017248,0.017248,1.656672,3.108614,0.991781,shadows-on_direct_lights-016_run-2.csv,76 +128,on,direct,direct,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.107040,0.000000,0,0,0.000000,0.018336,0.018336,4.253600,5.889830,1.041885,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.104608,0.000000,0,0,0.000000,0.017664,0.017664,4.161472,5.822062,1.007110,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.108960,0.000000,0,0,0.000000,0.018336,0.018336,4.509184,6.135604,0.996129,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.110720,0.000000,0,0,0.000000,0.018432,0.018432,4.530656,6.243577,1.180357,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.104064,0.000000,0,0,0.000000,0.017792,0.017792,4.630240,6.352753,1.081020,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.111936,0.000000,0,0,0.000000,0.017920,0.017920,4.710144,6.190738,0.936777,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.102240,0.000000,0,0,0.000000,0.017856,0.017856,4.536640,6.361470,0.891953,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.115584,0.000000,0,0,0.000000,0.018432,0.018432,3.829568,5.125458,0.865873,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.104192,0.000000,0,0,0.000000,0.018240,0.018240,3.792256,5.271714,0.911900,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.109440,0.000000,0,0,0.000000,0.018432,0.018432,4.722432,6.203913,0.962405,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.110176,0.000000,0,0,0.000000,0.018432,0.018432,4.493888,6.043430,0.977704,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.108128,0.000000,0,0,0.000000,0.018496,0.018496,4.413024,5.889099,0.943009,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.108544,0.000000,0,0,0.000000,0.017568,0.017568,4.541984,6.282952,0.943500,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.097984,0.000000,0,0,0.000000,0.018048,0.018048,4.076032,5.580006,0.911038,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.095104,0.000000,0,0,0.000000,0.016992,0.016992,4.073920,5.838935,0.973867,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.096832,0.000000,0,0,0.000000,0.018432,0.018432,4.149728,5.721102,0.988404,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.106080,0.000000,0,0,0.000000,0.018208,0.018208,4.575712,6.198573,1.003794,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.109280,0.000000,0,0,0.000000,0.018240,0.018240,4.547808,6.378953,1.163344,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.098912,0.000000,0,0,0.000000,0.018144,0.018144,4.403360,6.209222,1.095226,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.099680,0.000000,0,0,0.000000,0.018272,0.018272,4.643744,6.281629,1.024643,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.105344,0.000000,0,0,0.000000,0.018432,0.018432,3.960800,5.726852,0.900819,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.096864,0.000000,0,0,0.000000,0.016928,0.016928,3.919808,5.403132,0.880591,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.095200,0.000000,0,0,0.000000,0.018336,0.018336,4.035424,5.628898,0.993504,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.106336,0.000000,0,0,0.000000,0.017952,0.017952,4.147456,5.948070,1.054880,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.100800,0.000000,0,0,0.000000,0.018240,0.018240,4.660704,6.326083,1.024071,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.107392,0.000000,0,0,0.000000,0.018432,0.018432,4.520672,6.269947,1.227676,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.111488,0.000000,0,0,0.000000,0.018432,0.018432,4.543744,6.131406,0.948228,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.113856,0.000000,0,0,0.000000,0.018400,0.018400,4.546496,6.412647,0.986521,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.109856,0.000000,0,0,0.000000,0.018176,0.018176,4.558400,6.128711,0.936276,shadows-on_direct_lights-128_run-2.csv,77 +128,on,direct,direct,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.118912,0.000000,0,0,0.000000,0.018432,0.018432,3.844736,5.428550,1.069838,shadows-on_direct_lights-128_run-2.csv,77 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031616,0.000000,0,0,0.000000,0.000000,0.000000,1.538176,3.180459,1.117978,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031744,0.000000,0,0,0.000000,0.000000,0.000000,1.275264,2.619491,0.901580,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030560,0.000000,0,0,0.000000,0.000000,0.000000,1.466144,3.253808,1.143507,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031360,0.000000,0,0,0.000000,0.000000,0.000000,1.285824,3.790520,1.786490,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031296,0.000000,0,0,0.000000,0.000000,0.000000,1.393824,3.144051,1.123941,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031296,0.000000,0,0,0.000000,0.000000,0.000000,1.628896,3.092142,0.959610,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030976,0.000000,0,0,0.000000,0.000000,0.000000,1.442400,3.568611,1.077903,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031360,0.000000,0,0,0.000000,0.000000,0.000000,1.538304,3.033462,0.971653,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030912,0.000000,0,0,0.000000,0.000000,0.000000,2.012928,3.570666,1.073334,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031008,0.000000,0,0,0.000000,0.000000,0.000000,1.552064,3.154170,1.034362,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031680,0.000000,0,0,0.000000,0.000000,0.000000,1.830112,3.445199,1.102930,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031104,0.000000,0,0,0.000000,0.000000,0.000000,1.866624,3.243227,0.871554,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031008,0.000000,0,0,0.000000,0.000000,0.000000,1.830240,3.296118,1.004635,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031744,0.000000,0,0,0.000000,0.000000,0.000000,1.586656,3.092103,0.921719,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031232,0.000000,0,0,0.000000,0.000000,0.000000,1.273792,2.667772,0.975280,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031360,0.000000,0,0,0.000000,0.000000,0.000000,1.413568,2.958521,1.055130,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031840,0.000000,0,0,0.000000,0.000000,0.000000,1.490624,2.849475,0.890439,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031392,0.000000,0,0,0.000000,0.000000,0.000000,1.465984,3.102512,0.961043,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030976,0.000000,0,0,0.000000,0.000000,0.000000,1.797440,3.264929,0.962436,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.032224,0.000000,0,0,0.000000,0.000000,0.000000,1.829152,3.396698,1.093894,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031744,0.000000,0,0,0.000000,0.000000,0.000000,1.550912,3.093105,0.979568,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030848,0.000000,0,0,0.000000,0.000000,0.000000,1.831872,3.368314,1.068596,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031072,0.000000,0,0,0.000000,0.000000,0.000000,1.548864,3.137428,1.130543,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031680,0.000000,0,0,0.000000,0.000000,0.000000,1.767200,3.317839,1.032868,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030912,0.000000,0,0,0.000000,0.000000,0.000000,1.274400,3.001101,1.259416,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031040,0.000000,0,0,0.000000,0.000000,0.000000,1.419744,2.941078,1.056092,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030464,0.000000,0,0,0.000000,0.000000,0.000000,1.414240,3.064460,1.108211,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031552,0.000000,0,0,0.000000,0.000000,0.000000,1.479072,2.993597,0.975309,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031104,0.000000,0,0,0.000000,0.000000,0.000000,1.474304,3.134904,1.107720,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030400,0.000000,0,0,0.000000,0.000000,0.000000,1.553088,3.119294,1.035453,shadows-on_gpu-frustum_lights-000_run-2.csv,78 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.573056,0.000000,0,0,0.000000,0.018368,0.018368,2.246272,3.712663,0.867717,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.573568,0.000000,0,0,0.000000,0.018368,0.018368,1.978240,3.421003,0.950102,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569120,0.000000,0,0,0.000000,0.018208,0.018208,2.245824,3.608427,0.850785,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.572352,0.000000,0,0,0.000000,0.018400,0.018400,1.978912,3.414521,0.915737,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569632,0.000000,0,0,0.000000,0.018432,0.018432,1.828000,3.212409,0.961003,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.570432,0.000000,0,0,0.000000,0.017248,0.017248,2.091232,3.522465,0.927390,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.571488,0.000000,0,0,0.000000,0.018336,0.018336,1.828832,3.461650,0.958208,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.572576,0.000000,0,0,0.000000,0.017088,0.017088,2.033408,3.534297,0.972244,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.573440,0.000000,0,0,0.000000,0.016960,0.016960,2.244288,3.904746,0.981071,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.572192,0.000000,0,0,0.000000,0.016800,0.016800,2.055008,3.436493,0.926077,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569312,0.000000,0,0,0.000000,0.018144,0.018144,2.085824,3.736939,1.077091,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.570912,0.000000,0,0,0.000000,0.018176,0.018176,1.828160,3.340731,0.993414,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.571072,0.000000,0,0,0.000000,0.018272,0.018272,2.417056,3.748160,0.821740,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.572128,0.000000,0,0,0.000000,0.018240,0.018240,2.386816,3.736138,0.845635,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569760,0.000000,0,0,0.000000,0.018176,0.018176,1.837312,3.214142,0.942879,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.568416,0.000000,0,0,0.000000,0.017056,0.017056,2.606080,3.929252,0.837159,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.568480,0.000000,0,0,0.000000,0.018080,0.018080,1.838272,3.115767,0.845244,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.568640,0.000000,0,0,0.000000,0.018048,0.018048,2.608128,3.914754,0.823313,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569344,0.000000,0,0,0.000000,0.017792,0.017792,1.850624,3.194856,0.847107,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567744,0.000000,0,0,0.000000,0.018240,0.018240,2.538240,3.935934,0.859822,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.572384,0.000000,0,0,0.000000,0.018336,0.018336,1.855744,3.200638,0.907612,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569184,0.000000,0,0,0.000000,0.018400,0.018400,2.602784,4.139859,1.010256,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569440,0.000000,0,0,0.000000,0.017120,0.017120,1.857536,3.181030,0.900248,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569280,0.000000,0,0,0.000000,0.017920,0.017920,2.376864,3.891551,0.979828,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.570368,0.000000,0,0,0.000000,0.018176,0.018176,1.836384,3.167274,0.925666,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.570560,0.000000,0,0,0.000000,0.017184,0.017184,1.944064,3.944380,1.022940,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.570336,0.000000,0,0,0.000000,0.017760,0.017760,2.131104,3.627042,0.879749,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569664,0.000000,0,0,0.000000,0.018112,0.018112,1.940000,3.805137,1.161491,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.570816,0.000000,0,0,0.000000,0.016928,0.016928,1.830240,3.311186,0.931237,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.568064,0.000000,0,0,0.000000,0.017856,0.017856,1.937600,3.412778,0.942267,shadows-on_gpu-frustum_lights-032_run-2.csv,79 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122880,0.000000,0,0,0.000000,0.016800,0.016800,1.388160,2.956366,0.824946,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122144,0.000000,0,0,0.000000,0.016384,0.016384,1.702688,2.815632,0.754403,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122688,0.000000,0,0,0.000000,0.017088,0.017088,1.800192,3.107992,0.812323,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122336,0.000000,0,0,0.000000,0.016992,0.016992,1.708096,2.855776,0.806692,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122016,0.000000,0,0,0.000000,0.017472,0.017472,1.778528,3.458564,1.154758,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121088,0.000000,0,0,0.000000,0.016992,0.016992,1.530464,3.001241,0.853430,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122624,0.000000,0,0,0.000000,0.016544,0.016544,1.575392,3.390706,0.864110,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122336,0.000000,0,0,0.000000,0.016800,0.016800,1.984000,3.339059,0.837119,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122880,0.000000,0,0,0.000000,0.017344,0.017344,1.936992,3.143059,0.855974,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122784,0.000000,0,0,0.000000,0.018144,0.018144,1.394528,2.546905,0.773689,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123040,0.000000,0,0,0.000000,0.016416,0.016416,1.378688,2.551093,0.827170,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122240,0.000000,0,0,0.000000,0.016608,0.016608,1.799168,3.147988,0.898154,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121696,0.000000,0,0,0.000000,0.016448,0.016448,1.717120,2.884982,0.791093,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123392,0.000000,0,0,0.000000,0.016448,0.016448,1.571936,2.982646,0.853761,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122560,0.000000,0,0,0.000000,0.017248,0.017248,1.994112,3.247506,0.833863,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123104,0.000000,0,0,0.000000,0.017088,0.017088,1.934368,3.136476,0.830767,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123008,0.000000,0,0,0.000000,0.017664,0.017664,1.392640,2.640190,0.872236,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122496,0.000000,0,0,0.000000,0.016960,0.016960,1.378752,2.590356,0.819295,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122144,0.000000,0,0,0.000000,0.016704,0.016704,1.796832,3.164780,0.877095,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121184,0.000000,0,0,0.000000,0.017024,0.017024,1.723296,2.955194,0.872886,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122720,0.000000,0,0,0.000000,0.016864,0.016864,1.568352,3.069380,0.939632,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122752,0.000000,0,0,0.000000,0.017984,0.017984,2.006016,3.294494,0.809958,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123488,0.000000,0,0,0.000000,0.018048,0.018048,1.937568,3.138169,0.852559,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121984,0.000000,0,0,0.000000,0.016672,0.016672,1.392928,2.539641,0.777556,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122848,0.000000,0,0,0.000000,0.017088,0.017088,1.525568,2.771107,0.790201,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122272,0.000000,0,0,0.000000,0.017504,0.017504,1.797824,3.231195,0.948439,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121728,0.000000,0,0,0.000000,0.017952,0.017952,1.391264,2.545842,0.849603,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123008,0.000000,0,0,0.000000,0.016864,0.016864,1.572192,3.335262,0.825267,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123136,0.000000,0,0,0.000000,0.017088,0.017088,1.653728,2.903186,0.807363,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123584,0.000000,0,0,0.000000,0.016896,0.016896,2.099680,3.382180,0.837920,shadows-on_gpu-frustum_lights-004_run-2.csv,80 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.086944,0.000000,0,0,0.000000,0.016832,0.016832,3.364608,5.328521,0.897032,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.084416,0.000000,0,0,0.000000,0.018464,0.018464,3.433856,5.017384,0.872235,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.089248,0.000000,0,0,0.000000,0.018144,0.018144,2.691136,4.245478,0.941386,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.091712,0.000000,0,0,0.000000,0.018432,0.018432,3.035744,4.776290,1.114182,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.090560,0.000000,0,0,0.000000,0.016896,0.016896,3.255168,5.018316,1.091979,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.093280,0.000000,0,0,0.000000,0.018336,0.018336,3.104896,4.563248,0.936817,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.089888,0.000000,0,0,0.000000,0.017184,0.017184,2.346528,4.112077,1.041414,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.086112,0.000000,0,0,0.000000,0.018176,0.018176,3.667008,5.097335,0.827370,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.087808,0.000000,0,0,0.000000,0.018496,0.018496,2.830176,4.117838,0.864812,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.088864,0.000000,0,0,0.000000,0.017984,0.017984,2.922048,4.375203,0.892163,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.090976,0.000000,0,0,0.000000,0.017824,0.017824,3.196960,4.603904,0.850775,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.083360,0.000000,0,0,0.000000,0.018208,0.018208,2.703360,4.144007,0.859311,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.084480,0.000000,0,0,0.000000,0.017920,0.017920,3.029376,4.673887,0.868829,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.084608,0.000000,0,0,0.000000,0.018464,0.018464,2.893024,4.254054,0.876623,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.087104,0.000000,0,0,0.000000,0.018400,0.018400,2.360320,3.829173,1.005236,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.087776,0.000000,0,0,0.000000,0.018336,0.018336,3.151616,4.668927,0.947979,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.085088,0.000000,0,0,0.000000,0.018176,0.018176,2.705536,4.136082,0.922339,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.086976,0.000000,0,0,0.000000,0.017440,0.017440,3.035456,4.927715,1.356569,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.089504,0.000000,0,0,0.000000,0.017888,0.017888,3.155840,4.760229,0.958488,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.086784,0.000000,0,0,0.000000,0.018304,0.018304,2.849024,4.138156,0.863750,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.087776,0.000000,0,0,0.000000,0.017728,0.017728,3.035968,4.565612,1.011007,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.087808,0.000000,0,0,0.000000,0.016928,0.016928,3.189568,4.644531,0.929984,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.084832,0.000000,0,0,0.000000,0.017120,0.017120,3.137344,4.423313,0.856656,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.089344,0.000000,0,0,0.000000,0.018304,0.018304,3.042976,4.525998,0.937689,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.083936,0.000000,0,0,0.000000,0.018304,0.018304,2.893856,4.306082,0.889689,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.083680,0.000000,0,0,0.000000,0.018336,0.018336,2.353472,3.959699,0.924123,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.086752,0.000000,0,0,0.000000,0.017344,0.017344,3.144096,4.832706,1.184985,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.088992,0.000000,0,0,0.000000,0.017408,0.017408,3.367520,4.783052,0.866434,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.085728,0.000000,0,0,0.000000,0.018272,0.018272,2.709696,4.362008,0.868478,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.084960,0.000000,0,0,0.000000,0.017280,0.017280,3.137760,4.499547,0.939212,shadows-on_gpu-frustum_lights-064_run-2.csv,81 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305472,0.000000,0,0,0.000000,0.017088,0.017088,2.114560,3.579693,0.956554,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.309920,0.000000,0,0,0.000000,0.017920,0.017920,1.567904,2.874473,0.892885,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304512,0.000000,0,0,0.000000,0.017280,0.017280,1.775872,3.228600,0.845464,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305312,0.000000,0,0,0.000000,0.017856,0.017856,1.988960,3.393230,0.884819,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304768,0.000000,0,0,0.000000,0.016672,0.016672,1.866432,3.198844,0.889518,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305248,0.000000,0,0,0.000000,0.017984,0.017984,1.562784,2.989349,1.007290,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305376,0.000000,0,0,0.000000,0.018112,0.018112,1.563040,3.578871,1.210573,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304832,0.000000,0,0,0.000000,0.017216,0.017216,1.676896,3.485314,1.027758,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304128,0.000000,0,0,0.000000,0.017856,0.017856,1.911520,3.397308,0.954821,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304864,0.000000,0,0,0.000000,0.016704,0.016704,1.825792,3.427365,1.054228,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305376,0.000000,0,0,0.000000,0.018080,0.018080,1.901504,3.333178,0.948249,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305216,0.000000,0,0,0.000000,0.017056,0.017056,1.827296,3.348997,1.009424,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305792,0.000000,0,0,0.000000,0.017536,0.017536,1.910240,3.284826,0.960782,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305632,0.000000,0,0,0.000000,0.018272,0.018272,1.677760,3.171854,0.953369,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304480,0.000000,0,0,0.000000,0.017824,0.017824,1.725472,3.400334,1.054559,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305696,0.000000,0,0,0.000000,0.017952,0.017952,1.756768,3.250081,0.966313,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304960,0.000000,0,0,0.000000,0.018176,0.018176,1.565920,3.039293,0.886873,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305504,0.000000,0,0,0.000000,0.017888,0.017888,2.274592,3.719877,0.943199,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304704,0.000000,0,0,0.000000,0.023168,0.023168,1.580544,3.609589,1.504248,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305728,0.000000,0,0,0.000000,0.016736,0.016736,1.866304,3.519669,0.814557,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304800,0.000000,0,0,0.000000,0.016768,0.016768,1.562368,2.881625,0.871343,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305696,0.000000,0,0,0.000000,0.017984,0.017984,1.915200,3.894747,0.898405,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305600,0.000000,0,0,0.000000,0.017440,0.017440,1.562400,2.840157,0.867316,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304768,0.000000,0,0,0.000000,0.018304,0.018304,2.342304,3.607294,0.820868,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305408,0.000000,0,0,0.000000,0.018272,0.018272,1.573760,2.742023,0.809957,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304896,0.000000,0,0,0.000000,0.016704,0.016704,2.460448,3.630268,0.824996,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302464,0.000000,0,0,0.000000,0.017728,0.017728,1.574624,2.823656,0.877265,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.317184,0.000000,0,0,0.000000,0.016384,0.016384,1.802592,3.030767,0.845665,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305792,0.000000,0,0,0.000000,0.017280,0.017280,1.983136,3.373634,0.883968,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304064,0.000000,0,0,0.000000,0.017440,0.017440,1.872128,3.278014,0.968056,shadows-on_gpu-frustum_lights-016_run-2.csv,82 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.116512,0.000000,0,0,0.000000,0.019712,0.019712,4.305664,6.209323,1.270386,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.115264,0.000000,0,0,0.000000,0.018848,0.018848,3.836352,5.546452,1.040142,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.108352,0.000000,0,0,0.000000,0.018112,0.018112,4.820064,6.637601,1.109222,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.108800,0.000000,0,0,0.000000,0.018272,0.018272,4.824896,6.393410,0.962335,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.108192,0.000000,0,0,0.000000,0.018752,0.018752,4.690784,6.608566,1.081199,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.112448,0.000000,0,0,0.000000,0.018624,0.018624,4.413312,6.058749,1.058286,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.115808,0.000000,0,0,0.000000,0.019040,0.019040,4.410208,6.696952,1.135181,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.110976,0.000000,0,0,0.000000,0.018752,0.018752,5.008128,6.645816,0.979618,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.130144,0.000000,0,0,0.000000,0.019520,0.019520,4.440960,6.125285,1.074407,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.101056,0.000000,0,0,0.000000,0.018432,0.018432,4.303072,6.347112,1.304089,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.103104,0.000000,0,0,0.000000,0.018432,0.018432,3.666368,5.754725,1.084807,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.111168,0.000000,0,0,0.000000,0.019456,0.019456,4.415936,6.013453,0.997853,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.102144,0.000000,0,0,0.000000,0.018432,0.018432,4.069216,5.811222,1.090527,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.106208,0.000000,0,0,0.000000,0.018176,0.018176,4.683232,6.378733,1.056133,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.105056,0.000000,0,0,0.000000,0.018528,0.018528,4.685440,6.608175,1.114943,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.103744,0.000000,0,0,0.000000,0.018432,0.018432,4.701376,6.574011,1.108000,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.114688,0.000000,0,0,0.000000,0.017184,0.017184,4.277152,5.969490,1.071922,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.106688,0.000000,0,0,0.000000,0.018432,0.018432,4.688160,6.253336,0.978526,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.102272,0.000000,0,0,0.000000,0.019392,0.019392,4.524000,6.287049,1.135692,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.114592,0.000000,0,0,0.000000,0.017376,0.017376,3.728256,5.312611,0.992061,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.104672,0.000000,0,0,0.000000,0.018432,0.018432,3.955136,5.514162,1.069678,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.115584,0.000000,0,0,0.000000,0.018432,0.018432,4.175392,5.888297,1.135933,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.115392,0.000000,0,0,0.000000,0.018656,0.018656,4.820288,6.515070,1.072453,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.102400,0.000000,0,0,0.000000,0.018688,0.018688,4.364672,5.954653,1.008773,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.101536,0.000000,0,0,0.000000,0.018816,0.018816,4.382656,6.142136,0.941005,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.104096,0.000000,0,0,0.000000,0.018080,0.018080,4.498624,6.173345,0.998874,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.110176,0.000000,0,0,0.000000,0.018464,0.018464,3.597248,5.276744,1.009173,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.109472,0.000000,0,0,0.000000,0.017920,0.017920,4.023648,5.671458,1.120574,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.102144,0.000000,0,0,0.000000,0.018304,0.018304,3.778208,5.975972,1.114231,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.110816,0.000000,0,0,0.000000,0.018464,0.018464,4.345952,6.032239,1.094685,shadows-on_gpu-frustum_lights-128_run-2.csv,83 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031360,0.004864,0,0,0.000000,0.000000,0.000000,2.034176,3.409341,0.855103,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030912,0.005664,0,0,0.000000,0.000000,0.000000,1.969760,3.623576,0.910568,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030464,0.005632,0,0,0.000000,0.000000,0.000000,1.750848,3.142227,0.810669,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031648,0.005664,0,0,0.000000,0.000000,0.000000,1.536032,3.019094,0.857878,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030304,0.005824,0,0,0.000000,0.000000,0.000000,1.429920,2.657783,0.861755,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031264,0.006688,0,0,0.000000,0.000000,0.000000,1.907232,3.098925,0.872576,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031168,0.005696,0,0,0.000000,0.000000,0.000000,2.047616,3.845854,0.922540,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031456,0.017056,0,0,0.000000,0.000000,0.000000,2.012288,3.352914,0.972144,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031008,0.005504,0,0,0.000000,0.000000,0.000000,2.053152,3.381990,0.840606,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031232,0.005664,0,0,0.000000,0.000000,0.000000,1.434880,2.695404,0.902422,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030720,0.005632,0,0,0.000000,0.000000,0.000000,2.567488,3.825676,0.801452,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030464,0.005760,0,0,0.000000,0.000000,0.000000,1.433408,2.748414,1.018120,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031040,0.005664,0,0,0.000000,0.000000,0.000000,1.986400,3.343497,0.845285,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030560,0.005728,0,0,0.000000,0.000000,0.000000,1.420224,2.728937,0.884248,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030880,0.005088,0,0,0.000000,0.000000,0.000000,1.540992,2.917112,0.871755,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030848,0.005728,0,0,0.000000,0.000000,0.000000,1.642016,2.939585,0.822111,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031072,0.005024,0,0,0.000000,0.000000,0.000000,1.973568,3.189006,0.910588,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031104,0.005632,0,0,0.000000,0.000000,0.000000,1.776096,3.121488,0.809157,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031584,0.005696,0,0,0.000000,0.000000,0.000000,1.989600,3.384084,1.033910,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030944,0.005856,0,0,0.000000,0.000000,0.000000,1.759424,3.150032,0.844162,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031456,0.005664,0,0,0.000000,0.000000,0.000000,1.429536,2.603331,0.876423,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030912,0.005664,0,0,0.000000,0.000000,0.000000,1.847744,3.191841,0.873548,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030624,0.005024,0,0,0.000000,0.000000,0.000000,1.416384,2.629369,0.865783,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031040,0.004992,0,0,0.000000,0.000000,0.000000,1.537760,3.104927,0.793948,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029824,0.005632,0,0,0.000000,0.000000,0.000000,1.430016,2.591538,0.799778,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031328,0.004832,0,0,0.000000,0.000000,0.000000,1.981760,3.239711,0.907351,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030880,0.004992,0,0,0.000000,0.000000,0.000000,1.652640,3.466890,1.129681,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031264,0.005504,0,0,0.000000,0.000000,0.000000,1.983744,3.437865,0.942648,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031040,0.005568,0,0,0.000000,0.000000,0.000000,1.417440,2.875834,0.947267,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030112,0.005632,0,0,0.000000,0.000000,0.000000,1.430752,2.825830,0.951395,shadows-on_gpu-occlusion_lights-000_run-2.csv,84 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.571744,0.005024,0,0,0.000000,0.018400,0.018400,2.247648,3.727572,0.884589,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570496,0.005760,0,0,0.000000,0.018208,0.018208,2.544960,4.019001,0.931246,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569792,0.005728,0,0,0.000000,0.017376,0.017376,2.604736,4.011016,0.883918,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.571520,0.006048,0,0,0.000000,0.018336,0.018336,2.521472,3.929773,0.960411,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.572736,0.005824,0,0,0.000000,0.018176,0.018176,2.461760,3.924163,0.912611,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.573824,0.006112,0,0,0.000000,0.018368,0.018368,2.096800,3.659793,0.974549,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.573952,0.005856,0,0,0.000000,0.018304,0.018304,1.998592,3.648352,0.973476,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568896,0.005728,0,0,0.000000,0.018240,0.018240,2.262016,3.801491,0.866004,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.571488,0.005472,0,0,0.000000,0.017312,0.017312,1.980800,3.408559,0.948669,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569952,0.005888,0,0,0.000000,0.017280,0.017280,2.545376,4.056071,0.880221,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.567904,0.005824,0,0,0.000000,0.017408,0.017408,1.982720,3.448465,0.979007,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570080,0.005568,0,0,0.000000,0.018272,0.018272,2.246528,3.800750,0.955413,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570080,0.005920,0,0,0.000000,0.018432,0.018432,2.521696,4.120412,1.012921,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568608,0.005984,0,0,0.000000,0.018720,0.018720,2.321504,4.746043,1.798041,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568960,0.005024,0,0,0.000000,0.018336,0.018336,2.080096,3.862817,1.141122,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568160,0.005760,0,0,0.000000,0.018368,0.018368,1.979168,3.431723,0.988104,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.567488,0.005760,0,0,0.000000,0.018336,0.018336,2.386208,3.845133,0.859030,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569408,0.006016,0,0,0.000000,0.017408,0.017408,1.983680,3.381138,0.948749,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568608,0.006080,0,0,0.000000,0.018464,0.018464,2.231040,3.880189,1.002290,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569504,0.017408,0,0,0.000000,0.018432,0.018432,2.539808,4.037406,0.940594,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569696,0.005440,0,0,0.000000,0.018432,0.018432,2.609952,4.025213,0.901881,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570048,0.005408,0,0,0.000000,0.018176,0.018176,2.532128,3.993253,1.024312,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570368,0.004992,0,0,0.000000,0.018432,0.018432,2.300160,3.714116,0.884959,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568544,0.005088,0,0,0.000000,0.018368,0.018368,2.085120,3.521502,0.883015,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.567616,0.005728,0,0,0.000000,0.026720,0.026720,2.006496,3.349178,0.908924,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.566688,0.005760,0,0,0.000000,0.017792,0.017792,2.079616,3.540508,0.902792,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568896,0.005760,0,0,0.000000,0.017824,0.017824,1.972992,3.490514,0.982002,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.567392,0.005760,0,0,0.000000,0.018272,0.018272,2.096832,3.517355,0.880721,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568352,0.005824,0,0,0.000000,0.018432,0.018432,1.972768,3.346472,0.929824,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.565856,0.005984,0,0,0.000000,0.016672,0.016672,2.106624,3.598318,0.851526,shadows-on_gpu-occlusion_lights-032_run-2.csv,85 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122496,0.005056,0,0,0.000000,0.018016,0.018016,1.639872,3.209103,1.050571,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.123264,0.005728,0,0,0.000000,0.017056,0.017056,1.669632,3.239130,0.976742,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121632,0.004928,0,0,0.000000,0.018336,0.018336,1.685408,3.642911,1.145871,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.120864,0.005120,0,0,0.000000,0.017536,0.017536,1.869888,3.472881,0.966584,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121600,0.005120,0,0,0.000000,0.018432,0.018432,1.692608,3.305174,1.053667,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122016,0.005248,0,0,0.000000,0.018080,0.018080,1.859968,3.478631,0.935644,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121920,0.005824,0,0,0.000000,0.018432,0.018432,1.642816,3.382380,1.003072,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122816,0.004768,0,0,0.000000,0.017824,0.017824,1.734176,3.291999,1.028620,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122592,0.005792,0,0,0.000000,0.017824,0.017824,1.711936,3.663601,0.944922,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121952,0.005504,0,0,0.000000,0.018240,0.018240,1.819776,3.496055,0.994035,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121568,0.005824,0,0,0.000000,0.018432,0.018432,1.717344,3.226556,0.951344,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121184,0.005728,0,0,0.000000,0.016480,0.016480,1.761568,3.428878,0.991420,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122176,0.005760,0,0,0.000000,0.017056,0.017056,1.684128,3.591775,1.095056,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121120,0.005760,0,0,0.000000,0.016736,0.016736,1.860480,3.393781,0.908043,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.123072,0.004928,0,0,0.000000,0.017504,0.017504,1.694016,3.398992,1.053848,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121568,0.005760,0,0,0.000000,0.026528,0.026528,1.890048,3.489773,0.983024,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122240,0.005920,0,0,0.000000,0.016832,0.016832,1.717792,3.359877,1.031385,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122144,0.005728,0,0,0.000000,0.017568,0.017568,1.867840,3.346312,0.879950,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122400,0.006048,0,0,0.000000,0.017248,0.017248,1.526944,2.775235,0.924814,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122208,0.005760,0,0,0.000000,0.024288,0.024288,1.815104,3.041086,0.825728,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121920,0.005824,0,0,0.000000,0.018112,0.018112,2.093696,3.534918,1.027308,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121952,0.004704,0,0,0.000000,0.018048,0.018048,2.142272,3.604459,0.859952,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122464,0.005696,0,0,0.000000,0.017920,0.017920,2.095584,3.432154,0.956334,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121184,0.005888,0,0,0.000000,0.016512,0.016512,2.141152,3.582568,0.833522,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.123552,0.005696,0,0,0.000000,0.017152,0.017152,2.090208,3.526512,1.032598,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122144,0.005952,0,0,0.000000,0.017984,0.017984,1.858560,3.642911,0.971763,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122976,0.005664,0,0,0.000000,0.017280,0.017280,2.076704,3.736168,1.060420,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.123136,0.005536,0,0,0.000000,0.017248,0.017248,1.822176,3.458344,0.962055,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122208,0.005760,0,0,0.000000,0.018272,0.018272,1.687360,3.745805,1.101327,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121248,0.005120,0,0,0.000000,0.016704,0.016704,1.819424,3.476908,0.975941,shadows-on_gpu-occlusion_lights-004_run-2.csv,86 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.086656,0.005696,0,0,0.000000,0.018208,0.018208,2.488192,4.073995,1.071772,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.081472,0.005760,0,0,0.000000,0.018400,0.018400,3.124992,4.458310,0.755826,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090656,0.005728,0,0,0.000000,0.018336,0.018336,3.316768,4.750872,0.984166,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.085824,0.005728,0,0,0.000000,0.026944,0.026944,2.801728,4.366998,0.891863,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.089536,0.004928,0,0,0.000000,0.018464,0.018464,3.421120,4.728149,0.750817,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090784,0.005696,0,0,0.000000,0.019296,0.019296,3.308672,4.680749,0.986351,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.093216,0.005536,0,0,0.000000,0.018528,0.018528,2.858144,4.574670,0.842078,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090240,0.005696,0,0,0.000000,0.018656,0.018656,3.411488,4.687802,0.719377,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.086752,0.005728,0,0,0.000000,0.018432,0.018432,3.302112,4.771621,1.059339,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090976,0.005472,0,0,0.000000,0.018464,0.018464,2.973728,4.352289,0.866956,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090112,0.005984,0,0,0.000000,0.018432,0.018432,3.128576,5.155986,1.403678,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.093408,0.005856,0,0,0.000000,0.018432,0.018432,3.293824,5.057290,0.972715,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.089696,0.005568,0,0,0.000000,0.018272,0.018272,3.514208,4.957031,0.876804,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.087168,0.005216,0,0,0.000000,0.019424,0.019424,3.377056,4.825803,0.906129,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090560,0.004864,0,0,0.000000,0.018688,0.018688,3.565344,4.934478,0.815518,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.095104,0.005120,0,0,0.000000,0.018112,0.018112,3.327392,4.669187,0.908434,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.088928,0.005664,0,0,0.000000,0.018592,0.018592,2.493312,4.172360,0.814236,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.086304,0.005728,0,0,0.000000,0.018432,0.018432,3.557440,4.814000,0.723916,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090432,0.005440,0,0,0.000000,0.018432,0.018432,3.062752,4.393457,0.913533,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090976,0.005952,0,0,0.000000,0.018368,0.018368,2.883680,4.766822,1.079596,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.088960,0.004928,0,0,0.000000,0.018272,0.018272,3.399776,5.094861,0.911099,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.089984,0.004864,0,0,0.000000,0.018560,0.018560,3.058432,4.567626,1.020225,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.093312,0.005696,0,0,0.000000,0.018464,0.018464,2.995360,4.538351,0.988625,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090752,0.005312,0,0,0.000000,0.019360,0.019360,3.116544,4.668776,0.949641,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.088960,0.005984,0,0,0.000000,0.018752,0.018752,3.313952,4.860959,1.117147,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090528,0.005696,0,0,0.000000,0.018816,0.018816,2.493664,4.167110,0.971192,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.082656,0.005760,0,0,0.000000,0.018592,0.018592,3.558560,5.184901,0.999616,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.087584,0.005664,0,0,0.000000,0.018240,0.018240,3.296320,4.922645,1.036304,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.091008,0.005984,0,0,0.000000,0.024128,0.024128,2.820096,4.431149,1.005807,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.086368,0.006080,0,0,0.000000,0.018624,0.018624,3.145088,4.584107,0.858109,shadows-on_gpu-occlusion_lights-064_run-2.csv,87 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.305408,0.004864,0,0,0.000000,0.017184,0.017184,1.705920,3.039123,0.859802,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304480,0.005728,0,0,0.000000,0.017056,0.017056,1.821856,3.691723,0.886643,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.305376,0.005728,0,0,0.000000,0.017376,0.017376,1.706560,3.256503,0.958358,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303712,0.005824,0,0,0.000000,0.018240,0.018240,1.862240,4.101276,1.274194,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304608,0.004960,0,0,0.000000,0.017312,0.017312,2.036928,3.464325,0.857487,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303456,0.005984,0,0,0.000000,0.017024,0.017024,1.844928,3.280899,0.878057,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304544,0.005024,0,0,0.000000,0.018432,0.018432,1.704288,3.087574,0.804407,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303136,0.005760,0,0,0.000000,0.018240,0.018240,1.864544,3.313460,0.890580,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304640,0.005792,0,0,0.000000,0.018272,0.018272,2.000832,3.476848,0.810940,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304288,0.005696,0,0,0.000000,0.024256,0.024256,1.886912,3.362222,0.894237,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303520,0.004960,0,0,0.000000,0.017152,0.017152,1.848512,3.360469,0.849773,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304448,0.005728,0,0,0.000000,0.018304,0.018304,1.862656,3.764791,0.941677,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304928,0.005728,0,0,0.000000,0.017632,0.017632,1.705792,3.110156,0.883767,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.305696,0.005344,0,0,0.000000,0.018112,0.018112,1.823840,3.994185,0.930075,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303776,0.005568,0,0,0.000000,0.018432,0.018432,1.999680,3.505272,0.918643,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303264,0.006016,0,0,0.000000,0.017216,0.017216,1.843008,3.426994,0.883577,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303872,0.005632,0,0,0.000000,0.018432,0.018432,1.853600,3.261382,0.862006,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303104,0.005472,0,0,0.000000,0.018016,0.018016,1.818976,3.302660,0.884689,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.318720,0.005696,0,0,0.000000,0.018336,0.018336,1.719872,3.100679,0.861786,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.315328,0.005408,0,0,0.000000,0.017056,0.017056,1.875584,3.483892,0.968157,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.305504,0.005344,0,0,0.000000,0.018432,0.018432,1.854112,3.848069,0.841989,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304256,0.005824,0,0,0.000000,0.018080,0.018080,1.821920,3.284546,0.900739,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303840,0.005664,0,0,0.000000,0.018432,0.018432,1.704128,3.294495,0.878908,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.301600,0.005728,0,0,0.000000,0.017088,0.017088,1.868896,3.683960,1.084206,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302976,0.005760,0,0,0.000000,0.018080,0.018080,1.981568,3.694850,0.889749,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304192,0.005760,0,0,0.000000,0.017952,0.017952,1.819648,3.385526,1.009935,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303040,0.004736,0,0,0.000000,0.018240,0.018240,1.913120,3.480936,0.884418,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303584,0.005504,0,0,0.000000,0.017408,0.017408,1.819872,3.350430,0.985178,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303072,0.005440,0,0,0.000000,0.016736,0.016736,1.914080,3.344248,0.828633,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302944,0.005568,0,0,0.000000,0.017920,0.017920,1.819872,3.414040,1.038299,shadows-on_gpu-occlusion_lights-016_run-2.csv,88 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.123488,0.004832,0,0,0.000000,0.019712,0.019712,4.833728,6.402207,0.894999,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.117728,0.005760,0,0,0.000000,0.019072,0.019072,4.363808,5.903296,0.896461,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.109088,0.005760,0,0,0.000000,0.018336,0.018336,4.451392,5.980401,0.948749,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.118784,0.005824,0,0,0.000000,0.018624,0.018624,4.712832,6.288041,0.943490,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.118592,0.004864,0,0,0.000000,0.018944,0.018944,4.330656,5.757891,0.931077,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.116928,0.005536,0,0,0.000000,0.019104,0.019104,4.564384,6.117409,0.972074,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.110464,0.005728,0,0,0.000000,0.019040,0.019040,4.371456,6.500242,1.320771,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.110080,0.014592,0,0,0.000000,0.018624,0.018624,4.579424,6.765141,1.205875,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.118112,0.005728,0,0,0.000000,0.018816,0.018816,4.557376,6.753069,1.294362,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.110784,0.004992,0,0,0.000000,0.018560,0.018560,4.552256,6.838500,1.438493,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.110400,0.005760,0,0,0.000000,0.018784,0.018784,4.543616,6.923299,1.418105,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.109536,0.005792,0,0,0.000000,0.018528,0.018528,4.544480,6.844049,1.310873,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.100160,0.005888,0,0,0.000000,0.018592,0.018592,4.522368,6.904084,1.399149,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.102912,0.005856,0,0,0.000000,0.018944,0.018944,4.533280,6.834341,1.351029,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.104704,0.005792,0,0,0.000000,0.019040,0.019040,4.539200,6.627010,1.231193,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.107168,0.005152,0,0,0.000000,0.019616,0.019616,4.426784,6.698034,0.981761,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.107328,0.005440,0,0,0.000000,0.019712,0.019712,4.830208,6.401275,0.969138,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.106240,0.005760,0,0,0.000000,0.019264,0.019264,4.855872,6.704076,1.221404,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.110848,0.005344,0,0,0.000000,0.019008,0.019008,4.862496,6.850813,1.170979,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.109216,0.005952,0,0,0.000000,0.018432,0.018432,4.831520,6.825665,1.188923,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.100704,0.005792,0,0,0.000000,0.019744,0.019744,4.806784,7.020733,1.342682,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.105600,0.005440,0,0,0.000000,0.018432,0.018432,4.963744,6.723954,1.001219,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.102112,0.005824,0,0,0.000000,0.019808,0.019808,3.906624,5.583091,1.132436,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.106112,0.005792,0,0,0.000000,0.019168,0.019168,4.752864,6.555826,1.066902,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.103296,0.005536,0,0,0.000000,0.018624,0.018624,3.792384,5.350413,0.900869,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.113920,0.005472,0,0,0.000000,0.018432,0.018432,4.307968,5.722605,0.925235,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.105280,0.005824,0,0,0.000000,0.018816,0.018816,4.561760,6.055282,0.911980,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.110784,0.005760,0,0,0.000000,0.019008,0.019008,4.906400,7.020503,1.322885,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.104864,0.005824,0,0,0.000000,0.019328,0.019328,4.689984,6.609848,0.960932,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.102304,0.005568,0,0,0.000000,0.018592,0.018592,4.312512,6.118311,0.982062,shadows-on_gpu-occlusion_lights-128_run-2.csv,89 +0,on,direct,direct,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.844448,3.090270,0.813294,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032928,0.000000,0,0,0.000000,0.000000,0.000000,1.846400,3.149491,0.869190,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032672,0.000000,0,0,0.000000,0.000000,0.000000,1.264352,2.528069,0.843250,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032576,0.000000,0,0,0.000000,0.000000,0.000000,1.258464,2.476802,0.872145,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032928,0.000000,0,0,0.000000,0.000000,0.000000,1.384448,2.676889,0.889819,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.033024,0.000000,0,0,0.000000,0.000000,0.000000,1.882464,3.183305,0.843611,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032832,0.000000,0,0,0.000000,0.000000,0.000000,1.837344,3.181080,0.852508,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.844192,3.064039,0.792765,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.813664,3.124965,0.858570,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032800,0.000000,0,0,0.000000,0.000000,0.000000,1.258592,2.528048,0.875932,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032864,0.000000,0,0,0.000000,0.000000,0.000000,1.262912,2.410287,0.820388,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032704,0.000000,0,0,0.000000,0.000000,0.000000,1.427808,2.960825,0.879679,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,1.530272,2.782038,0.811801,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032992,0.000000,0,0,0.000000,0.000000,0.000000,1.810624,3.167534,0.893977,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.392576,2.813778,0.880180,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.258176,2.513031,0.909436,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.385056,2.760698,0.934783,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.763936,3.229832,0.849453,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.382048,3.259870,0.898375,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.848704,3.174528,0.861575,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.824096,3.158418,0.896682,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.258208,2.562895,0.873999,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.257792,2.473767,0.866976,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.381888,2.825490,0.907832,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.880960,3.274116,0.936416,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.839072,3.123853,0.925176,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.529984,2.961136,0.953579,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.808672,3.317518,0.935625,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032640,0.000000,0,0,0.000000,0.000000,0.000000,1.258720,2.714189,1.032478,shadows-on_direct_lights-000_run-3.csv,90 +0,on,direct,direct,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032544,0.000000,0,0,0.000000,0.000000,0.000000,1.410208,2.844445,0.909886,shadows-on_direct_lights-000_run-3.csv,90 +32,on,direct,direct,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.570624,0.000000,0,0,0.000000,0.018336,0.018336,2.239136,3.589321,0.874851,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.573120,0.000000,0,0,0.000000,0.018368,0.018368,1.948544,3.427225,0.918182,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.568864,0.000000,0,0,0.000000,0.018208,0.018208,2.032864,3.539266,0.922440,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.576416,0.000000,0,0,0.000000,0.018432,0.018432,1.959008,4.139338,1.530897,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.571392,0.000000,0,0,0.000000,0.018432,0.018432,1.954624,3.512716,0.955723,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.570496,0.000000,0,0,0.000000,0.017440,0.017440,1.959680,3.417777,0.860202,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.571136,0.000000,0,0,0.000000,0.018592,0.018592,2.358368,3.974838,0.883226,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569856,0.000000,0,0,0.000000,0.018240,0.018240,1.826368,3.169088,0.835636,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567680,0.000000,0,0,0.000000,0.018208,0.018208,2.371744,4.117436,1.148497,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569216,0.000000,0,0,0.000000,0.018176,0.018176,2.422304,4.020163,0.842720,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.570624,0.000000,0,0,0.000000,0.018432,0.018432,2.025472,3.897622,1.173964,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.570976,0.000000,0,0,0.000000,0.018176,0.018176,2.416512,4.240098,1.197599,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569504,0.000000,0,0,0.000000,0.017984,0.017984,1.808672,3.415573,1.018591,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569376,0.000000,0,0,0.000000,0.018656,0.018656,1.808832,3.605311,1.190115,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.570112,0.000000,0,0,0.000000,0.019488,0.019488,1.810944,3.415002,1.009214,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.571424,0.000000,0,0,0.000000,0.018400,0.018400,1.812800,3.376108,1.097260,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569344,0.000000,0,0,0.000000,0.017376,0.017376,2.047552,3.749944,1.008703,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569632,0.000000,0,0,0.000000,0.017824,0.017824,1.808576,3.424690,1.136163,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.568064,0.000000,0,0,0.000000,0.018016,0.018016,1.808864,3.495524,1.051373,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569344,0.000000,0,0,0.000000,0.018080,0.018080,1.807936,3.564764,1.231013,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569344,0.000000,0,0,0.000000,0.018688,0.018688,1.810528,3.590723,1.152434,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569120,0.000000,0,0,0.000000,0.018176,0.018176,2.357024,4.099853,1.195986,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.568704,0.000000,0,0,0.000000,0.017472,0.017472,2.149536,3.831177,0.996139,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569120,0.000000,0,0,0.000000,0.018432,0.018432,2.016608,4.198960,1.271188,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.577536,0.000000,0,0,0.000000,0.018432,0.018432,2.426720,4.251790,1.187770,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.570720,0.000000,0,0,0.000000,0.018272,0.018272,2.031392,3.748611,1.027609,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569056,0.000000,0,0,0.000000,0.017248,0.017248,1.807584,3.257685,0.980439,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.571072,0.000000,0,0,0.000000,0.018208,0.018208,1.810432,3.384484,1.032688,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.571968,0.000000,0,0,0.000000,0.017952,0.017952,1.812128,3.603247,1.130894,shadows-on_direct_lights-032_run-3.csv,91 +32,on,direct,direct,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569664,0.000000,0,0,0.000000,0.018016,0.018016,1.809632,3.444086,1.078494,shadows-on_direct_lights-032_run-3.csv,91 +4,on,direct,direct,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126944,0.000000,0,0,0.000000,0.016512,0.016512,1.591776,3.054572,0.892984,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126720,0.000000,0,0,0.000000,0.016832,0.016832,1.667296,3.196089,0.908634,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126112,0.000000,0,0,0.000000,0.016736,0.016736,1.947392,3.369065,0.910308,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125120,0.000000,0,0,0.000000,0.017984,0.017984,1.710240,3.090510,0.829495,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126976,0.000000,0,0,0.000000,0.016800,0.016800,1.920864,3.414711,0.931196,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126080,0.000000,0,0,0.000000,0.016768,0.016768,1.382016,2.808207,0.879930,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125856,0.000000,0,0,0.000000,0.017504,0.017504,2.162848,3.777124,0.945414,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125696,0.000000,0,0,0.000000,0.017664,0.017664,1.365440,2.779994,0.910166,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126048,0.000000,0,0,0.000000,0.017056,0.017056,1.509504,2.889079,0.900128,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126016,0.000000,0,0,0.000000,0.016800,0.016800,1.373152,2.717246,0.857367,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126208,0.000000,0,0,0.000000,0.016768,0.016768,1.942688,3.300887,0.925225,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124992,0.000000,0,0,0.000000,0.018176,0.018176,1.546656,3.347485,1.033970,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.137216,0.000000,0,0,0.000000,0.016864,0.016864,1.654720,3.302891,1.005276,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126400,0.000000,0,0,0.000000,0.018016,0.018016,1.688544,3.693306,0.880871,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126816,0.000000,0,0,0.000000,0.016960,0.016960,1.944224,3.573100,1.046494,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126272,0.000000,0,0,0.000000,0.017216,0.017216,1.499616,3.016110,0.950032,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126240,0.000000,0,0,0.000000,0.017056,0.017056,1.999776,3.614097,1.061563,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126208,0.000000,0,0,0.000000,0.016768,0.016768,1.581760,3.385847,1.034491,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126656,0.000000,0,0,0.000000,0.016768,0.016768,1.983712,3.558964,1.011338,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126752,0.000000,0,0,0.000000,0.016416,0.016416,1.480256,2.818277,0.946195,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125344,0.000000,0,0,0.000000,0.017568,0.017568,1.520160,3.053390,1.052605,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125696,0.000000,0,0,0.000000,0.017472,0.017472,1.921888,3.526161,1.069026,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125664,0.000000,0,0,0.000000,0.017472,0.017472,1.734144,3.197893,0.930555,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126496,0.000000,0,0,0.000000,0.017984,0.017984,1.916800,3.504971,1.081190,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126176,0.000000,0,0,0.000000,0.016864,0.016864,1.365312,2.953020,1.016637,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126304,0.000000,0,0,0.000000,0.017216,0.017216,1.517344,2.943763,0.940373,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125696,0.000000,0,0,0.000000,0.017664,0.017664,1.502144,2.984800,0.993665,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125984,0.000000,0,0,0.000000,0.018080,0.018080,1.626304,3.565736,1.035674,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125856,0.000000,0,0,0.000000,0.017504,0.017504,1.510624,2.948050,0.978666,shadows-on_direct_lights-004_run-3.csv,92 +4,on,direct,direct,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.151328,0.000000,0,0,0.000000,0.018016,0.018016,1.660608,3.122340,0.971442,shadows-on_direct_lights-004_run-3.csv,92 +64,on,direct,direct,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.084736,0.000000,0,0,0.000000,0.017184,0.017184,3.180992,4.704795,0.964258,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.085056,0.000000,0,0,0.000000,0.018432,0.018432,2.743040,4.353061,1.053066,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.082144,0.000000,0,0,0.000000,0.017792,0.017792,3.343840,4.926062,0.902242,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.085472,0.000000,0,0,0.000000,0.018272,0.018272,2.900608,4.294992,0.861445,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.085344,0.000000,0,0,0.000000,0.016992,0.016992,2.743328,4.304940,1.018431,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.087968,0.000000,0,0,0.000000,0.017984,0.017984,3.633056,5.095161,0.862828,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.087904,0.000000,0,0,0.000000,0.018016,0.018016,3.178944,5.163339,1.060931,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.084480,0.000000,0,0,0.000000,0.018432,0.018432,2.729984,4.288229,0.935465,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.083936,0.000000,0,0,0.000000,0.017888,0.017888,3.130656,4.636075,0.930325,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.087424,0.000000,0,0,0.000000,0.017248,0.017248,3.064448,4.565943,0.966063,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.092832,0.000000,0,0,0.000000,0.018432,0.018432,2.737792,4.550995,1.104664,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.093632,0.000000,0,0,0.000000,0.017888,0.017888,2.884896,4.502293,1.007601,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.090528,0.000000,0,0,0.000000,0.017504,0.017504,2.943808,4.614364,1.038439,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.085632,0.000000,0,0,0.000000,0.018240,0.018240,2.731232,5.976012,1.224029,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.086496,0.000000,0,0,0.000000,0.017152,0.017152,2.794880,5.117042,1.149980,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.089056,0.000000,0,0,0.000000,0.017376,0.017376,3.624544,5.378015,0.987162,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.093696,0.000000,0,0,0.000000,0.018112,0.018112,3.080544,4.592653,0.904977,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.088672,0.000000,0,0,0.000000,0.018272,0.018272,2.619712,4.241391,0.991290,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.091616,0.000000,0,0,0.000000,0.017696,0.017696,3.128160,4.761351,1.087571,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.088320,0.000000,0,0,0.000000,0.017696,0.017696,3.066624,4.497263,0.899376,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.087488,0.000000,0,0,0.000000,0.018432,0.018432,2.663008,4.068986,0.862757,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.086752,0.000000,0,0,0.000000,0.018208,0.018208,2.878048,4.544793,0.933190,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.089248,0.000000,0,0,0.000000,0.018240,0.018240,3.098400,4.424897,0.812643,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.086592,0.000000,0,0,0.000000,0.018368,0.018368,2.732448,4.112858,0.862347,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.095008,0.000000,0,0,0.000000,0.018176,0.018176,3.464864,4.836844,0.895399,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.088864,0.000000,0,0,0.000000,0.018336,0.018336,2.830272,4.118609,0.879569,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.089216,0.000000,0,0,0.000000,0.018048,0.018048,3.131904,4.509997,0.850975,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.088928,0.000000,0,0,0.000000,0.018336,0.018336,3.641760,5.047000,0.875451,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.088000,0.000000,0,0,0.000000,0.018080,0.018080,2.900480,4.246621,0.841738,shadows-on_direct_lights-064_run-3.csv,93 +64,on,direct,direct,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.088288,0.000000,0,0,0.000000,0.017696,0.017696,3.131264,4.608072,0.948510,shadows-on_direct_lights-064_run-3.csv,93 +16,on,direct,direct,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310848,0.000000,0,0,0.000000,0.018208,0.018208,1.744416,3.449417,1.094454,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.312096,0.000000,0,0,0.000000,0.017728,0.017728,1.886464,3.380927,0.906460,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.313184,0.000000,0,0,0.000000,0.016960,0.016960,1.676288,3.356372,1.155229,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.321216,0.000000,0,0,0.000000,0.017376,0.017376,1.759424,3.228901,0.896611,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311296,0.000000,0,0,0.000000,0.016864,0.016864,1.666336,3.427074,0.993895,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311104,0.000000,0,0,0.000000,0.017728,0.017728,1.713728,3.182112,0.941285,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311360,0.000000,0,0,0.000000,0.018368,0.018368,1.748064,3.562169,1.035433,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311232,0.000000,0,0,0.000000,0.016480,0.016480,1.908992,3.367943,0.935715,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311296,0.000000,0,0,0.000000,0.017248,0.017248,1.740928,3.629957,1.132476,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.312512,0.000000,0,0,0.000000,0.018240,0.018240,1.899744,3.375057,0.941356,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311904,0.000000,0,0,0.000000,0.017952,0.017952,1.742112,3.628344,1.049349,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310464,0.000000,0,0,0.000000,0.018272,0.018272,1.566368,3.010248,0.921508,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311296,0.000000,0,0,0.000000,0.017824,0.017824,2.264192,3.949130,1.076741,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311936,0.000000,0,0,0.000000,0.017888,0.017888,1.712384,3.402107,1.065029,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.313440,0.000000,0,0,0.000000,0.018336,0.018336,1.873408,4.034761,1.305663,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311072,0.000000,0,0,0.000000,0.016864,0.016864,1.550688,3.092424,0.970701,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310624,0.000000,0,0,0.000000,0.018112,0.018112,2.095904,3.726409,1.066561,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.312704,0.000000,0,0,0.000000,0.017312,0.017312,2.196480,3.779189,1.034581,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310272,0.000000,0,0,0.000000,0.017696,0.017696,1.559936,2.986333,0.936977,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311136,0.000000,0,0,0.000000,0.016800,0.016800,1.833824,3.327567,0.969619,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311296,0.000000,0,0,0.000000,0.017248,0.017248,1.661536,3.215286,0.989587,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311232,0.000000,0,0,0.000000,0.017152,0.017152,1.718368,3.231385,0.980239,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311168,0.000000,0,0,0.000000,0.017344,0.017344,2.098336,3.672878,1.037687,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311680,0.000000,0,0,0.000000,0.018048,0.018048,1.903712,3.472039,1.102089,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311296,0.000000,0,0,0.000000,0.018368,0.018368,1.760768,3.553092,0.995679,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.312960,0.000000,0,0,0.000000,0.016896,0.016896,1.858720,3.299594,0.904546,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310560,0.000000,0,0,0.000000,0.018080,0.018080,1.661664,3.234562,0.888586,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311296,0.000000,0,0,0.000000,0.017216,0.017216,1.780096,3.060433,0.846758,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309984,0.000000,0,0,0.000000,0.017920,0.017920,1.737920,3.618946,1.045171,shadows-on_direct_lights-016_run-3.csv,94 +16,on,direct,direct,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311232,0.000000,0,0,0.000000,0.018144,0.018144,1.882752,3.406897,0.933150,shadows-on_direct_lights-016_run-3.csv,94 +128,on,direct,direct,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.123520,0.000000,0,0,0.000000,0.017504,0.017504,4.568032,6.416454,1.227336,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.131328,0.000000,0,0,0.000000,0.018432,0.018432,4.446304,6.234680,1.200705,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.127584,0.000000,0,0,0.000000,0.017600,0.017600,4.566880,6.340510,1.165930,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.125824,0.000000,0,0,0.000000,0.018368,0.018368,3.786944,5.811743,1.284663,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.128640,0.000000,0,0,0.000000,0.018048,0.018048,3.985280,5.733505,0.982644,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.129920,0.000000,0,0,0.000000,0.018432,0.018432,4.038432,5.434921,0.843511,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.121120,0.000000,0,0,0.000000,0.017088,0.017088,4.196000,6.101910,1.173824,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.121888,0.000000,0,0,0.000000,0.018624,0.018624,4.422112,6.529386,0.932569,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.124704,0.000000,0,0,0.000000,0.018432,0.018432,4.582176,6.713394,1.211686,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.122368,0.000000,0,0,0.000000,0.018208,0.018208,4.573472,6.543663,1.220462,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.132480,0.000000,0,0,0.000000,0.018752,0.018752,4.578432,6.476948,1.201667,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.125408,0.000000,0,0,0.000000,0.018336,0.018336,4.575040,6.490082,1.199303,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.123520,0.000000,0,0,0.000000,0.030976,0.030976,4.465408,6.622762,1.416913,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.125472,0.000000,0,0,0.000000,0.018432,0.018432,4.677856,6.775241,1.166019,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.135936,0.000000,0,0,0.000000,0.018560,0.018560,4.572800,6.480835,1.152865,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.121728,0.000000,0,0,0.000000,0.018560,0.018560,4.563232,6.453724,1.134971,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.141408,0.000000,0,0,0.000000,0.017568,0.017568,4.125824,6.031377,1.144780,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.110176,0.000000,0,0,0.000000,0.018304,0.018304,4.091232,5.966725,1.108651,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.107744,0.000000,0,0,0.000000,0.018400,0.018400,4.099744,6.053028,1.093853,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.115328,0.000000,0,0,0.000000,0.018240,0.018240,4.178528,6.069960,1.305032,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.121344,0.000000,0,0,0.000000,0.018432,0.018432,4.409024,6.757918,1.460085,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.112960,0.000000,0,0,0.000000,0.018400,0.018400,4.352864,6.330141,0.955101,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.113440,0.000000,0,0,0.000000,0.018336,0.018336,4.688544,6.533714,1.323306,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.115040,0.000000,0,0,0.000000,0.017632,0.017632,4.565088,6.746516,1.306775,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.110272,0.000000,0,0,0.000000,0.018720,0.018720,4.314816,6.319501,1.242424,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.109216,0.000000,0,0,0.000000,0.018752,0.018752,4.543072,6.242835,0.927840,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.123776,0.000000,0,0,0.000000,0.018432,0.018432,4.673152,6.763017,1.397958,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.115648,0.000000,0,0,0.000000,0.019680,0.019680,4.550112,6.853798,1.381476,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.118048,0.000000,0,0,0.000000,0.018016,0.018016,4.545600,6.875379,1.372609,shadows-on_direct_lights-128_run-3.csv,95 +128,on,direct,direct,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.123968,0.000000,0,0,0.000000,0.018336,0.018336,4.554016,6.873586,1.397736,shadows-on_direct_lights-128_run-3.csv,95 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030176,0.000000,0,0,0.000000,0.000000,0.000000,1.648736,3.122119,1.016928,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031072,0.000000,0,0,0.000000,0.000000,0.000000,1.828352,3.533385,0.944912,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031392,0.000000,0,0,0.000000,0.000000,0.000000,1.619488,3.081803,0.933551,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031584,0.000000,0,0,0.000000,0.000000,0.000000,1.945856,3.276070,0.985619,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031168,0.000000,0,0,0.000000,0.000000,0.000000,1.519968,3.010649,0.958848,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031488,0.000000,0,0,0.000000,0.000000,0.000000,1.544160,3.284125,1.244808,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031456,0.000000,0,0,0.000000,0.000000,0.000000,1.290336,2.841499,0.933581,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.042496,0.000000,0,0,0.000000,0.000000,0.000000,1.288320,2.631684,0.953699,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031424,0.000000,0,0,0.000000,0.000000,0.000000,1.466976,3.417116,1.179535,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031328,0.000000,0,0,0.000000,0.000000,0.000000,1.285888,2.969271,1.212617,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031264,0.000000,0,0,0.000000,0.000000,0.000000,2.159712,3.636299,0.991811,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030592,0.000000,0,0,0.000000,0.000000,0.000000,1.613568,3.061685,0.913714,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031040,0.000000,0,0,0.000000,0.000000,0.000000,1.828800,3.366480,1.078033,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.042752,0.000000,0,0,0.000000,0.000000,0.000000,1.526752,3.268115,1.120173,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031872,0.000000,0,0,0.000000,0.000000,0.000000,1.938176,3.372722,0.963007,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031168,0.000000,0,0,0.000000,0.000000,0.000000,1.286720,2.617056,0.922680,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031424,0.000000,0,0,0.000000,0.000000,0.000000,1.536064,2.960996,0.956845,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031584,0.000000,0,0,0.000000,0.000000,0.000000,1.274496,2.670377,0.956715,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030944,0.000000,0,0,0.000000,0.000000,0.000000,1.433632,2.818106,0.919103,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031168,0.000000,0,0,0.000000,0.000000,0.000000,1.825152,3.393220,1.105536,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031008,0.000000,0,0,0.000000,0.000000,0.000000,1.518976,3.007463,0.942478,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031392,0.000000,0,0,0.000000,0.000000,0.000000,1.829184,3.355840,1.066662,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031552,0.000000,0,0,0.000000,0.000000,0.000000,1.580544,3.286329,1.118209,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031872,0.000000,0,0,0.000000,0.000000,0.000000,1.934656,3.516674,1.088393,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031552,0.000000,0,0,0.000000,0.000000,0.000000,1.284864,2.794631,1.069958,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031136,0.000000,0,0,0.000000,0.000000,0.000000,1.539744,3.137248,1.095136,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031264,0.000000,0,0,0.000000,0.000000,0.000000,1.444704,4.816155,2.904739,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031200,0.000000,0,0,0.000000,0.000000,0.000000,1.827328,3.442213,1.090427,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031136,0.000000,0,0,0.000000,0.000000,0.000000,1.274304,2.707307,0.973246,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031552,0.000000,0,0,0.000000,0.000000,0.000000,1.909792,3.452582,1.086990,shadows-on_gpu-frustum_lights-000_run-3.csv,96 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.570976,0.000000,0,0,0.000000,0.018432,0.018432,1.842144,3.289705,0.887594,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567584,0.000000,0,0,0.000000,0.018432,0.018432,2.093504,3.528055,0.933130,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.568032,0.000000,0,0,0.000000,0.018336,0.018336,1.979136,3.373053,0.864501,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569216,0.000000,0,0,0.000000,0.018464,0.018464,2.495232,3.928010,0.879399,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569568,0.000000,0,0,0.000000,0.017952,0.017952,1.856896,3.200407,0.875562,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569888,0.000000,0,0,0.000000,0.017728,0.017728,2.551264,3.891210,0.778027,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.568992,0.000000,0,0,0.000000,0.017408,0.017408,1.977792,3.682576,0.938540,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.568704,0.000000,0,0,0.000000,0.018432,0.018432,2.546976,3.987301,0.869650,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.570784,0.000000,0,0,0.000000,0.017440,0.017440,2.137216,3.628044,0.912651,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569600,0.000000,0,0,0.000000,0.018432,0.018432,2.374624,3.832138,0.907552,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.571168,0.000000,0,0,0.000000,0.018432,0.018432,2.125792,3.619998,0.919063,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567520,0.000000,0,0,0.000000,0.018432,0.018432,2.012512,3.478271,0.876663,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.572640,0.000000,0,0,0.000000,0.017920,0.017920,2.126400,3.586946,0.905017,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567712,0.000000,0,0,0.000000,0.018432,0.018432,1.999968,3.443366,0.897773,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.571136,0.000000,0,0,0.000000,0.018432,0.018432,2.125216,3.608998,0.926458,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569792,0.000000,0,0,0.000000,0.018336,0.018336,1.939840,3.426924,0.912191,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.568736,0.000000,0,0,0.000000,0.017952,0.017952,2.156800,3.794557,0.913403,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569632,0.000000,0,0,0.000000,0.018592,0.018592,1.985536,3.696293,1.083304,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569536,0.000000,0,0,0.000000,0.018432,0.018432,2.106144,3.538264,0.893646,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569984,0.000000,0,0,0.000000,0.018368,0.018368,2.137472,3.707965,1.048818,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.566464,0.000000,0,0,0.000000,0.018624,0.018624,2.491296,3.913121,0.870002,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569184,0.000000,0,0,0.000000,0.018112,0.018112,1.833408,3.287672,0.991661,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567744,0.000000,0,0,0.000000,0.018304,0.018304,2.776288,4.303928,0.893164,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569568,0.000000,0,0,0.000000,0.018432,0.018432,1.841856,3.397819,0.877606,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.568224,0.000000,0,0,0.000000,0.018432,0.018432,2.378592,4.070919,1.001910,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.570944,0.000000,0,0,0.000000,0.018432,0.018432,1.842496,3.246304,0.904516,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.570816,0.000000,0,0,0.000000,0.018144,0.018144,2.388192,3.880169,0.881262,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.571104,0.000000,0,0,0.000000,0.018432,0.018432,1.845376,3.256072,0.913033,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.573600,0.000000,0,0,0.000000,0.018432,0.018432,2.376576,3.837368,0.882205,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.576704,0.000000,0,0,0.000000,0.018016,0.018016,1.835712,3.347374,0.934593,shadows-on_gpu-frustum_lights-032_run-3.csv,97 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122496,0.000000,0,0,0.000000,0.017536,0.017536,1.727296,3.074970,0.932720,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123264,0.000000,0,0,0.000000,0.018112,0.018112,1.935424,3.807111,1.361068,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123296,0.000000,0,0,0.000000,0.017696,0.017696,1.719040,3.227158,0.949541,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122528,0.000000,0,0,0.000000,0.017184,0.017184,1.572128,3.802332,1.421632,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123424,0.000000,0,0,0.000000,0.018240,0.018240,1.511840,3.168106,1.015807,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123488,0.000000,0,0,0.000000,0.018208,0.018208,1.936064,3.771684,1.343604,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122528,0.000000,0,0,0.000000,0.017184,0.017184,1.710720,3.438446,0.915978,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122784,0.000000,0,0,0.000000,0.018304,0.018304,1.496224,3.287852,1.260467,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122336,0.000000,0,0,0.000000,0.016992,0.016992,1.731520,3.271451,1.008302,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123296,0.000000,0,0,0.000000,0.018272,0.018272,1.574272,3.849942,1.305512,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122752,0.000000,0,0,0.000000,0.018240,0.018240,1.677600,3.192172,0.902442,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123488,0.000000,0,0,0.000000,0.017952,0.017952,1.573760,3.482620,1.208319,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122432,0.000000,0,0,0.000000,0.016704,0.016704,1.676896,3.232588,0.931668,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122944,0.000000,0,0,0.000000,0.018272,0.018272,1.934912,3.604750,1.183804,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.144928,0.000000,0,0,0.000000,0.018208,0.018208,1.737632,3.160432,0.883867,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123296,0.000000,0,0,0.000000,0.017856,0.017856,1.945696,3.677026,1.176740,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122304,0.000000,0,0,0.000000,0.016992,0.016992,1.673600,3.187182,0.917771,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122240,0.000000,0,0,0.000000,0.017632,0.017632,1.934720,3.645627,1.205755,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122688,0.000000,0,0,0.000000,0.018048,0.018048,1.693088,3.269096,1.008893,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.124384,0.000000,0,0,0.000000,0.017024,0.017024,1.935168,3.786342,1.343184,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.145728,0.000000,0,0,0.000000,0.018336,0.018336,1.740448,3.241544,0.947507,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123296,0.000000,0,0,0.000000,0.017216,0.017216,1.571936,3.630679,1.313969,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.151680,0.000000,0,0,0.000000,0.018304,0.018304,1.741760,3.361440,1.077202,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123040,0.000000,0,0,0.000000,0.017088,0.017088,1.935584,3.719275,1.243185,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123712,0.000000,0,0,0.000000,0.020704,0.020704,1.745824,3.101891,0.862727,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122912,0.000000,0,0,0.000000,0.016800,0.016800,1.493984,3.374135,1.306635,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122432,0.000000,0,0,0.000000,0.017088,0.017088,1.729824,3.092263,0.881663,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122592,0.000000,0,0,0.000000,0.017120,0.017120,1.572160,3.587137,1.245479,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122496,0.000000,0,0,0.000000,0.017088,0.017088,1.600416,3.189065,0.909535,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123424,0.000000,0,0,0.000000,0.017888,0.017888,1.932288,3.367192,0.948539,shadows-on_gpu-frustum_lights-004_run-3.csv,98 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.086240,0.000000,0,0,0.000000,0.018432,0.018432,2.348864,3.440289,0.772767,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.084512,0.000000,0,0,0.000000,0.018240,0.018240,2.345184,3.350070,0.748963,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.086848,0.000000,0,0,0.000000,0.017120,0.017120,2.346688,3.347845,0.745747,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.088384,0.000000,0,0,0.000000,0.018240,0.018240,2.348928,3.513408,0.903053,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.093728,0.000000,0,0,0.000000,0.018080,0.018080,3.169248,4.952321,1.275486,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.089216,0.000000,0,0,0.000000,0.018400,0.018400,3.552128,5.034045,0.901901,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.089984,0.000000,0,0,0.000000,0.018624,0.018624,2.857920,4.543050,0.871334,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.096160,0.000000,0,0,0.000000,0.018656,0.018656,3.162784,4.955978,1.233667,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.087424,0.000000,0,0,0.000000,0.018432,0.018432,3.678816,5.291652,0.948820,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.093984,0.000000,0,0,0.000000,0.019040,0.019040,2.586752,4.059518,0.883045,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.087104,0.000000,0,0,0.000000,0.018432,0.018432,2.751104,4.358882,0.811901,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.094144,0.000000,0,0,0.000000,0.018496,0.018496,3.429056,4.781810,0.827260,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.088608,0.000000,0,0,0.000000,0.018112,0.018112,2.592064,4.040783,0.874840,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.088608,0.000000,0,0,0.000000,0.018656,0.018656,3.143680,4.741113,0.994576,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.096544,0.000000,0,0,0.000000,0.018656,0.018656,3.550688,5.029677,0.901490,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.098688,0.000000,0,0,0.000000,0.019872,0.019872,2.661920,4.137244,0.862107,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.086944,0.000000,0,0,0.000000,0.018560,0.018560,3.143200,4.828408,1.168034,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.093856,0.000000,0,0,0.000000,0.018432,0.018432,3.546080,5.596556,1.134880,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.091616,0.000000,0,0,0.000000,0.018304,0.018304,2.639648,4.622699,1.197780,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.095360,0.000000,0,0,0.000000,0.018240,0.018240,2.651200,4.393157,1.106437,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.089024,0.000000,0,0,0.000000,0.018432,0.018432,3.554752,5.461312,1.106187,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.086880,0.000000,0,0,0.000000,0.018432,0.018432,3.542080,5.375049,1.118089,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.090400,0.000000,0,0,0.000000,0.018528,0.018528,2.911936,4.827817,1.181259,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.088800,0.000000,0,0,0.000000,0.018432,0.018432,2.748128,4.580901,1.176359,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.083840,0.000000,0,0,0.000000,0.019200,0.019200,3.648352,5.597077,1.215803,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.089536,0.000000,0,0,0.000000,0.018720,0.018720,2.637728,4.708551,1.276137,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.087936,0.000000,0,0,0.000000,0.018656,0.018656,2.359808,4.265236,1.230031,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.087648,0.000000,0,0,0.000000,0.018432,0.018432,3.317664,5.324704,1.302406,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.086784,0.000000,0,0,0.000000,0.018432,0.018432,3.537632,5.389937,1.143437,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.085824,0.000000,0,0,0.000000,0.018336,0.018336,2.825280,4.484008,1.128659,shadows-on_gpu-frustum_lights-064_run-3.csv,99 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.303872,0.000000,0,0,0.000000,0.018304,0.018304,1.727072,3.275920,0.946175,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.303104,0.000000,0,0,0.000000,0.018112,0.018112,1.893792,3.228149,0.844443,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.303520,0.000000,0,0,0.000000,0.018208,0.018208,1.726176,3.486607,0.938300,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.308000,0.000000,0,0,0.000000,0.018016,0.018016,1.899040,3.311416,0.915587,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305120,0.000000,0,0,0.000000,0.017056,0.017056,2.114528,3.547542,0.954360,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.308032,0.000000,0,0,0.000000,0.017312,0.017312,1.888160,3.278394,0.858921,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304448,0.000000,0,0,0.000000,0.018112,0.018112,1.751456,3.686214,0.962726,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.311744,0.000000,0,0,0.000000,0.018272,0.018272,1.904448,3.258937,0.868548,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304576,0.000000,0,0,0.000000,0.016960,0.016960,2.126208,3.574483,0.971242,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305856,0.000000,0,0,0.000000,0.017536,0.017536,1.917920,3.365248,0.953448,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304032,0.000000,0,0,0.000000,0.017600,0.017600,2.113056,3.603718,0.985258,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.314880,0.000000,0,0,0.000000,0.016768,0.016768,1.913152,3.288884,0.886292,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304768,0.000000,0,0,0.000000,0.017952,0.017952,2.113440,3.585524,0.956784,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.303840,0.000000,0,0,0.000000,0.018208,0.018208,1.906624,3.307860,0.911780,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.303328,0.000000,0,0,0.000000,0.018272,0.018272,1.726912,3.661948,1.039571,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.310432,0.000000,0,0,0.000000,0.017632,0.017632,1.901024,3.248387,0.864170,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304672,0.000000,0,0,0.000000,0.018432,0.018432,2.114336,3.516302,0.914045,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.317920,0.000000,0,0,0.000000,0.018048,0.018048,1.911904,3.259388,0.869360,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305088,0.000000,0,0,0.000000,0.017856,0.017856,2.113056,3.457873,0.905428,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.321568,0.000000,0,0,0.000000,0.018144,0.018144,1.945632,3.263846,0.864521,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.303552,0.000000,0,0,0.000000,0.017344,0.017344,2.114944,3.537633,0.921157,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.315584,0.000000,0,0,0.000000,0.017472,0.017472,1.929664,3.270690,0.892473,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.303712,0.000000,0,0,0.000000,0.017920,0.017920,2.283104,3.509079,0.905989,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304800,0.000000,0,0,0.000000,0.016864,0.016864,1.925120,3.192763,0.828172,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.303392,0.000000,0,0,0.000000,0.018176,0.018176,2.282944,3.543434,0.914274,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302976,0.000000,0,0,0.000000,0.017344,0.017344,1.921536,3.281921,0.863830,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.306592,0.000000,0,0,0.000000,0.018144,0.018144,2.290784,3.524268,0.891832,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304352,0.000000,0,0,0.000000,0.017440,0.017440,1.895776,3.306407,0.881533,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304832,0.000000,0,0,0.000000,0.017984,0.017984,2.287328,3.664933,0.918172,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.307104,0.000000,0,0,0.000000,0.017792,0.017792,1.930656,3.272393,0.904917,shadows-on_gpu-frustum_lights-016_run-3.csv,100 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.109440,0.000000,0,0,0.000000,0.018528,0.018528,3.941856,5.626483,0.975320,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.112320,0.000000,0,0,0.000000,0.018272,0.018272,4.119232,5.771146,1.012059,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.116896,0.000000,0,0,0.000000,0.018208,0.018208,4.556640,6.328327,0.991350,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.113920,0.000000,0,0,0.000000,0.018720,0.018720,4.753248,6.426793,0.948660,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.115712,0.000000,0,0,0.000000,0.018368,0.018368,4.532704,6.122969,0.985038,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.112192,0.000000,0,0,0.000000,0.018432,0.018432,4.894656,6.610810,0.993885,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.112544,0.000000,0,0,0.000000,0.018432,0.018432,4.661632,6.536620,1.036154,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.120448,0.000000,0,0,0.000000,0.018208,0.018208,4.905632,6.587015,0.981742,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.114112,0.000000,0,0,0.000000,0.018912,0.018912,4.576896,6.214091,0.974669,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.113920,0.000000,0,0,0.000000,0.018432,0.018432,4.579392,6.131986,0.920075,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.111136,0.000000,0,0,0.000000,0.017536,0.017536,3.709568,5.260433,0.943961,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.107712,0.000000,0,0,0.000000,0.018432,0.018432,3.800608,5.481630,1.024132,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.111840,0.000000,0,0,0.000000,0.018304,0.018304,4.332224,5.926809,1.004946,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.111712,0.000000,0,0,0.000000,0.018432,0.018432,4.560864,6.229241,1.017479,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.109312,0.000000,0,0,0.000000,0.018432,0.018432,4.561632,5.997974,0.885801,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.115520,0.000000,0,0,0.000000,0.018432,0.018432,4.567552,5.954542,0.842159,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.101440,0.000000,0,0,0.000000,0.018848,0.018848,3.923360,5.255974,0.852748,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.099392,0.000000,0,0,0.000000,0.018336,0.018336,3.789696,5.454419,1.113520,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.108032,0.000000,0,0,0.000000,0.018400,0.018400,4.178720,6.294864,1.130493,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.102080,0.000000,0,0,0.000000,0.018240,0.018240,4.324544,6.207429,1.151242,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.117568,0.000000,0,0,0.000000,0.018240,0.018240,4.395136,6.199213,1.131885,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.097792,0.000000,0,0,0.000000,0.018240,0.018240,4.553664,6.459825,1.204502,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.105696,0.000000,0,0,0.000000,0.018880,0.018880,4.398592,6.168376,1.016007,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.104160,0.000000,0,0,0.000000,0.018976,0.018976,4.533280,6.275888,1.011868,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.108288,0.000000,0,0,0.000000,0.017568,0.017568,3.366560,4.893571,0.979157,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.103744,0.000000,0,0,0.000000,0.018432,0.018432,4.324192,5.893397,0.940354,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.098048,0.000000,0,0,0.000000,0.017984,0.017984,4.049600,5.439540,0.910127,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.108000,0.000000,0,0,0.000000,0.018368,0.018368,4.520032,6.069710,0.936707,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.110208,0.000000,0,0,0.000000,0.017920,0.017920,4.391360,5.946738,0.941206,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.099232,0.000000,0,0,0.000000,0.018304,0.018304,4.676896,6.338536,0.897613,shadows-on_gpu-frustum_lights-128_run-3.csv,101 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030752,0.005728,0,0,0.000000,0.000000,0.000000,1.427392,2.746851,0.880120,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030272,0.005696,0,0,0.000000,0.000000,0.000000,1.968384,3.383984,0.999094,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031040,0.004896,0,0,0.000000,0.000000,0.000000,1.436288,2.845177,0.938320,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031648,0.004896,0,0,0.000000,0.000000,0.000000,1.977120,3.377451,0.906711,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030848,0.005856,0,0,0.000000,0.000000,0.000000,1.426272,2.888418,1.008803,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030944,0.005344,0,0,0.000000,0.000000,0.000000,1.417088,2.674445,0.846237,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030656,0.005696,0,0,0.000000,0.000000,0.000000,1.983872,3.513879,0.830125,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031392,0.005344,0,0,0.000000,0.000000,0.000000,1.420608,2.679935,0.886062,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030976,0.004960,0,0,0.000000,0.000000,0.000000,1.534976,2.887527,0.887053,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030560,0.005696,0,0,0.000000,0.000000,0.000000,1.450912,2.766599,0.933060,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030144,0.005248,0,0,0.000000,0.000000,0.000000,1.980608,3.342786,0.998523,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031296,0.005504,0,0,0.000000,0.000000,0.000000,1.788192,3.179848,0.863990,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031328,0.005728,0,0,0.000000,0.000000,0.000000,1.968192,3.279857,0.949311,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030880,0.005696,0,0,0.000000,0.000000,0.000000,1.760608,3.120927,0.890379,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031424,0.005536,0,0,0.000000,0.000000,0.000000,1.419296,2.600546,0.943910,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031072,0.005184,0,0,0.000000,0.000000,0.000000,1.835840,3.292140,0.928772,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031040,0.005600,0,0,0.000000,0.000000,0.000000,1.428000,2.656581,0.823854,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030048,0.005664,0,0,0.000000,0.000000,0.000000,1.817408,3.670554,0.844934,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030912,0.005920,0,0,0.000000,0.000000,0.000000,1.655520,3.522034,1.274905,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030464,0.005760,0,0,0.000000,0.000000,0.000000,1.532800,3.300355,1.191007,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030016,0.005696,0,0,0.000000,0.000000,0.000000,1.440672,3.180300,1.217376,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031168,0.005216,0,0,0.000000,0.000000,0.000000,1.817824,4.004423,1.233267,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030144,0.005696,0,0,0.000000,0.000000,0.000000,1.662304,3.548874,1.218759,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029952,0.005696,0,0,0.000000,0.000000,0.000000,1.814592,3.670283,1.211826,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030400,0.005152,0,0,0.000000,0.000000,0.000000,1.659872,3.464986,1.190486,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031008,0.004832,0,0,0.000000,0.000000,0.000000,1.677952,3.435531,1.161631,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031008,0.005632,0,0,0.000000,0.000000,0.000000,1.668448,3.505632,1.172651,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030784,0.005792,0,0,0.000000,0.000000,0.000000,1.681984,3.490524,1.248605,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031136,0.009632,0,0,0.000000,0.000000,0.000000,1.743200,3.455628,1.206666,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031040,0.005888,0,0,0.000000,0.000000,0.000000,1.680768,3.415392,1.190245,shadows-on_gpu-occlusion_lights-000_run-3.csv,102 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.567040,0.006112,0,0,0.000000,0.017696,0.017696,2.243296,3.727802,0.945744,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569184,0.005728,0,0,0.000000,0.018432,0.018432,2.690560,4.128538,0.890360,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.571840,0.005696,0,0,0.000000,0.018400,0.018400,2.008160,3.417175,0.889337,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569568,0.005664,0,0,0.000000,0.018432,0.018432,2.521312,4.018891,0.955893,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569152,0.005792,0,0,0.000000,0.018272,0.018272,1.983328,3.396026,0.930455,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569632,0.006016,0,0,0.000000,0.018432,0.018432,2.083776,4.007850,0.873597,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570336,0.005440,0,0,0.000000,0.018368,0.018368,2.176960,3.992040,0.944031,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569344,0.004960,0,0,0.000000,0.018432,0.018432,2.231744,3.852747,1.042717,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569184,0.005664,0,0,0.000000,0.017152,0.017152,2.115712,3.545729,0.897644,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570688,0.005984,0,0,0.000000,0.018144,0.018144,2.409024,3.942086,0.964299,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569888,0.004832,0,0,0.000000,0.018240,0.018240,2.685024,4.132164,0.897453,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.566400,0.005696,0,0,0.000000,0.018400,0.018400,2.146208,3.671936,0.928130,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.566176,0.005376,0,0,0.000000,0.018176,0.018176,2.532800,4.112267,0.980379,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570496,0.005504,0,0,0.000000,0.018624,0.018624,1.988608,3.566477,1.021367,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570240,0.006176,0,0,0.000000,0.018432,0.018432,2.436288,4.421470,1.145471,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.571840,0.004896,0,0,0.000000,0.018432,0.018432,2.306784,3.765293,0.904396,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.571168,0.005312,0,0,0.000000,0.018432,0.018432,2.410720,3.985889,0.988545,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.572736,0.005696,0,0,0.000000,0.018560,0.018560,2.763072,4.374181,0.994906,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.573056,0.004704,0,0,0.000000,0.017792,0.017792,2.307296,3.828983,0.992633,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.572032,0.006016,0,0,0.000000,0.018432,0.018432,1.989024,3.311367,0.958047,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568544,0.005344,0,0,0.000000,0.018560,0.018560,1.980480,3.458424,0.963126,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568192,0.006016,0,0,0.000000,0.018368,0.018368,2.102528,4.020664,0.979928,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.573760,0.006208,0,0,0.000000,0.018464,0.018464,2.283872,3.835374,0.944311,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570144,0.005440,0,0,0.000000,0.018176,0.018176,2.572640,4.124991,0.966924,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.573280,0.005792,0,0,0.000000,0.018432,0.018432,1.984032,3.460137,0.967946,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.574656,0.005760,0,0,0.000000,0.018336,0.018336,2.234752,3.794288,0.966393,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570880,0.006080,0,0,0.000000,0.018240,0.018240,2.524608,4.177580,1.074436,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570560,0.005344,0,0,0.000000,0.018400,0.018400,2.313312,4.151852,1.231754,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568448,0.005728,0,0,0.000000,0.018208,0.018208,2.133728,4.089023,1.049449,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.571008,0.005760,0,0,0.000000,0.018240,0.018240,2.207936,4.137024,1.206025,shadows-on_gpu-occlusion_lights-032_run-3.csv,103 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122656,0.004736,0,0,0.000000,0.017536,0.017536,1.883168,3.317177,0.915376,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122944,0.004896,0,0,0.000000,0.017856,0.017856,1.791680,3.382681,1.030954,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122944,0.005952,0,0,0.000000,0.017120,0.017120,1.535648,2.857390,0.885300,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121472,0.005632,0,0,0.000000,0.018112,0.018112,1.689696,3.117711,0.917891,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122272,0.005696,0,0,0.000000,0.016800,0.016800,1.872256,3.328810,0.901110,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122432,0.005824,0,0,0.000000,0.018304,0.018304,1.693696,3.662859,0.952256,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122208,0.005632,0,0,0.000000,0.017696,0.017696,1.878016,3.723113,0.881673,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122912,0.004736,0,0,0.000000,0.017888,0.017888,1.642400,3.068468,0.851877,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.123264,0.005056,0,0,0.000000,0.017056,0.017056,1.547392,2.874322,0.878968,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122048,0.006080,0,0,0.000000,0.016448,0.016448,2.080448,3.455618,0.966523,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122592,0.004992,0,0,0.000000,0.017920,0.017920,1.825056,3.457322,0.963197,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.123936,0.005824,0,0,0.000000,0.016896,0.016896,2.087040,3.725097,1.046815,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122624,0.005664,0,0,0.000000,0.018112,0.018112,1.876640,3.469525,1.022018,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.123808,0.005984,0,0,0.000000,0.017888,0.017888,1.711296,3.827981,1.036766,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121952,0.004992,0,0,0.000000,0.018432,0.018432,1.866624,3.543234,1.022568,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122688,0.005248,0,0,0.000000,0.016640,0.016640,1.716992,3.349588,1.064739,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121856,0.005696,0,0,0.000000,0.017280,0.017280,1.906272,3.469945,1.033760,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122112,0.005664,0,0,0.000000,0.018144,0.018144,1.693312,3.290116,1.015847,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121984,0.017504,0,0,0.000000,0.017632,0.017632,1.858944,3.590813,0.972344,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.123232,0.005632,0,0,0.000000,0.017312,0.017312,2.072448,3.719827,0.962366,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.123904,0.005504,0,0,0.000000,0.017888,0.017888,1.850752,3.556549,0.953949,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121984,0.005952,0,0,0.000000,0.018272,0.018272,1.642016,3.227798,1.016828,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.147328,0.005600,0,0,0.000000,0.016928,0.016928,1.717728,3.286680,1.060170,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122464,0.004832,0,0,0.000000,0.017952,0.017952,2.045760,3.776374,0.939081,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122560,0.005664,0,0,0.000000,0.017184,0.017184,1.868352,3.582919,0.943760,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.123200,0.005120,0,0,0.000000,0.017088,0.017088,1.794208,3.235513,0.888707,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122208,0.005696,0,0,0.000000,0.018112,0.018112,1.545504,3.167105,0.958278,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121792,0.006016,0,0,0.000000,0.017344,0.017344,2.046720,3.592156,0.976271,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122912,0.005696,0,0,0.000000,0.017408,0.017408,1.901792,3.347164,0.912220,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121824,0.005408,0,0,0.000000,0.018176,0.018176,1.641152,3.067837,0.874319,shadows-on_gpu-occlusion_lights-004_run-3.csv,104 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090048,0.005632,0,0,0.000000,0.018432,0.018432,3.083008,4.411692,0.862988,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.088032,0.005696,0,0,0.000000,0.018432,0.018432,3.177280,4.651865,0.893796,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090528,0.004864,0,0,0.000000,0.018688,0.018688,3.047008,4.537579,0.951124,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.089888,0.005760,0,0,0.000000,0.018432,0.018432,2.828704,4.487815,1.005697,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.093280,0.005760,0,0,0.000000,0.017472,0.017472,3.178784,4.637017,0.886693,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.095776,0.005792,0,0,0.000000,0.018464,0.018464,3.628416,5.079502,0.870021,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.089600,0.005824,0,0,0.000000,0.019488,0.019488,2.796896,4.621788,0.938079,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.086400,0.005184,0,0,0.000000,0.018368,0.018368,3.064416,4.523803,0.894737,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.088512,0.005696,0,0,0.000000,0.018560,0.018560,3.754336,5.134515,0.841037,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.095008,0.006080,0,0,0.000000,0.018752,0.018752,2.986912,4.417132,0.917861,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.093216,0.005024,0,0,0.000000,0.018432,0.018432,3.381088,4.827306,0.899116,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.091776,0.005696,0,0,0.000000,0.018688,0.018688,3.301760,4.600999,0.891191,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.095456,0.005984,0,0,0.000000,0.018528,0.018528,3.430080,5.427207,1.158315,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.086400,0.005088,0,0,0.000000,0.019584,0.019584,2.989632,4.741213,1.133357,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.084320,0.005344,0,0,0.000000,0.018432,0.018432,2.919104,4.732437,1.153175,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.086336,0.005760,0,0,0.000000,0.018432,0.018432,3.389888,5.412760,1.171931,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.085952,0.005088,0,0,0.000000,0.018432,0.018432,3.253984,4.712759,0.976111,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.087872,0.005696,0,0,0.000000,0.018560,0.018560,3.261920,5.066237,1.168344,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.083712,0.005184,0,0,0.000000,0.018432,0.018432,3.282208,4.807990,0.988605,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.087680,0.006048,0,0,0.000000,0.018720,0.018720,2.490176,4.041794,0.975530,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.088192,0.005664,0,0,0.000000,0.017376,0.017376,3.264480,4.710566,0.969740,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.088192,0.005024,0,0,0.000000,0.018368,0.018368,3.293920,4.654360,0.861435,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.086880,0.005728,0,0,0.000000,0.018432,0.018432,2.500960,3.868106,0.893345,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.086656,0.004864,0,0,0.000000,0.018432,0.018432,3.502304,5.120379,0.935625,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.085664,0.005856,0,0,0.000000,0.019552,0.019552,3.286496,4.764257,0.919895,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.087232,0.005632,0,0,0.000000,0.019488,0.019488,2.807712,4.257190,0.952967,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.084896,0.005472,0,0,0.000000,0.018624,0.018624,3.247392,4.812548,1.115174,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.083424,0.005952,0,0,0.000000,0.018624,0.018624,3.926560,5.284488,0.936356,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.087648,0.005792,0,0,0.000000,0.018496,0.018496,3.438464,5.296511,1.290203,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090368,0.005824,0,0,0.000000,0.018496,0.018496,3.285856,4.676261,0.864069,shadows-on_gpu-occlusion_lights-064_run-3.csv,105 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303968,0.005696,0,0,0.000000,0.018304,0.018304,1.817344,3.479483,0.992823,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303168,0.005824,0,0,0.000000,0.016928,0.016928,1.851584,3.410493,0.897834,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303616,0.005792,0,0,0.000000,0.017408,0.017408,1.822048,3.289756,0.916749,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303520,0.005824,0,0,0.000000,0.016864,0.016864,1.718496,3.067466,0.870973,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302944,0.005472,0,0,0.000000,0.017728,0.017728,1.881696,3.403611,0.956725,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302816,0.005120,0,0,0.000000,0.017856,0.017856,2.041152,3.550277,0.870182,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303264,0.005664,0,0,0.000000,0.017312,0.017312,1.822464,3.475496,0.918603,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303040,0.005760,0,0,0.000000,0.017920,0.017920,1.719392,3.189797,0.934753,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303264,0.005632,0,0,0.000000,0.017312,0.017312,1.860800,3.837358,1.058888,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303392,0.005920,0,0,0.000000,0.016608,0.016608,2.051232,3.635117,0.932008,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303712,0.005696,0,0,0.000000,0.018272,0.018272,2.123392,3.816319,0.955192,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302592,0.005728,0,0,0.000000,0.017952,0.017952,1.717952,3.670313,1.298840,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.305056,0.005984,0,0,0.000000,0.017024,0.017024,2.118208,4.021776,1.130783,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303456,0.006112,0,0,0.000000,0.018432,0.018432,2.274496,4.150138,1.130843,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304928,0.005824,0,0,0.000000,0.017920,0.017920,1.718688,3.550377,1.209411,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303840,0.005504,0,0,0.000000,0.017696,0.017696,2.383744,4.198680,1.122858,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.308544,0.005152,0,0,0.000000,0.017920,0.017920,2.002880,3.908994,1.104443,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303488,0.005664,0,0,0.000000,0.018432,0.018432,2.096096,3.959219,1.163765,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303264,0.005088,0,0,0.000000,0.017536,0.017536,1.860160,3.612945,1.118880,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303808,0.005088,0,0,0.000000,0.017408,0.017408,2.121344,3.898363,1.095477,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.310976,0.005728,0,0,0.000000,0.017952,0.017952,1.713856,3.436563,1.096088,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304800,0.004992,0,0,0.000000,0.017856,0.017856,1.706816,3.633845,1.082923,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.313920,0.005024,0,0,0.000000,0.018272,0.018272,1.858080,3.534858,1.075759,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.305536,0.006048,0,0,0.000000,0.018272,0.018272,1.971072,3.797924,1.119001,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.306272,0.005792,0,0,0.000000,0.018144,0.018144,2.264288,4.187649,1.160689,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304928,0.005728,0,0,0.000000,0.017920,0.017920,1.718240,3.518056,1.168283,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304864,0.004832,0,0,0.000000,0.018432,0.018432,1.875648,4.230720,0.959119,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.312928,0.006080,0,0,0.000000,0.017824,0.017824,1.736288,3.258316,0.988785,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304704,0.005760,0,0,0.000000,0.017952,0.017952,2.031936,3.774159,1.137045,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304832,0.005248,0,0,0.000000,0.017792,0.017792,2.073440,3.928320,1.222296,shadows-on_gpu-occlusion_lights-016_run-3.csv,106 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,0,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.117248,0.006016,0,0,0.000000,0.018560,0.018560,3.973024,5.556221,0.876012,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,1,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.118688,0.005856,0,0,0.000000,0.018592,0.018592,4.499552,5.867077,0.867637,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,2,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.112000,0.005728,0,0,0.000000,0.018496,0.018496,4.709504,6.445248,0.881242,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,3,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.122752,0.005440,0,0,0.000000,0.018912,0.018912,3.938368,5.762581,0.949921,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,4,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.143072,0.005760,0,0,0.000000,0.018304,0.018304,4.806816,6.262634,0.864641,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,5,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.116544,0.005536,0,0,0.000000,0.018848,0.018848,4.309952,5.774483,0.871994,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,6,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.117216,0.005984,0,0,0.000000,0.024384,0.024384,4.094944,6.106299,1.153617,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,7,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.111520,0.005792,0,0,0.000000,0.019200,0.019200,4.562464,6.609096,1.123950,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,8,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.109024,0.006048,0,0,0.000000,0.018592,0.018592,4.555840,6.583769,1.124812,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,9,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.115968,0.005312,0,0,0.000000,0.019360,0.019360,4.002528,5.906171,1.140111,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,10,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.116736,0.005760,0,0,0.000000,0.019776,0.019776,4.464000,6.257644,1.095707,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,11,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.114080,0.005152,0,0,0.000000,0.019008,0.019008,4.285376,5.775945,0.810168,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,12,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.120384,0.005632,0,0,0.000000,0.018432,0.018432,4.313536,5.699902,0.932930,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,13,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.109184,0.005216,0,0,0.000000,0.019264,0.019264,4.498656,5.931148,0.869189,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,14,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.102368,0.005728,0,0,0.000000,0.019040,0.019040,4.297024,5.834285,0.934923,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,15,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.103616,0.005376,0,0,0.000000,0.018432,0.018432,4.374080,6.000168,0.956504,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,16,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.102848,0.005728,0,0,0.000000,0.018976,0.018976,3.986400,5.535011,0.842700,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,17,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.103040,0.005728,0,0,0.000000,0.019712,0.019712,4.465728,5.764784,0.855985,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,18,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.111008,0.005728,0,0,0.000000,0.018560,0.018560,4.695296,6.603235,0.923662,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,19,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.105120,0.005024,0,0,0.000000,0.018432,0.018432,4.297152,5.845376,1.094915,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,20,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.108224,0.005024,0,0,0.000000,0.018560,0.018560,4.317952,5.820168,0.865022,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,21,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.111648,0.005216,0,0,0.000000,0.018432,0.018432,4.308608,6.133270,1.016587,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,22,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.102720,0.005152,0,0,0.000000,0.019616,0.019616,4.427424,6.024173,0.942498,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,23,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.103264,0.005856,0,0,0.000000,0.018496,0.018496,4.548928,6.176561,0.944371,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,24,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.109952,0.005504,0,0,0.000000,0.018784,0.018784,3.995872,5.383595,0.841498,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,25,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.107232,0.005120,0,0,0.000000,0.018592,0.018592,4.559776,6.061233,0.921939,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,26,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.099520,0.005024,0,0,0.000000,0.017408,0.017408,4.292640,5.961285,1.221614,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,27,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.103936,0.005792,0,0,0.000000,0.019104,0.019104,4.582176,6.463983,1.226103,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,28,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.106752,0.005184,0,0,0.000000,0.019808,0.019808,4.948384,6.703054,1.146362,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,29,NVIDIA GeForce RTX 2080 Ti,NVIDIA-595.84,05906054cf5c4f6a9346ce0b4c507f256566e43e,1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.112576,0.006432,0,0,0.000000,0.018432,0.018432,4.333312,5.942760,1.038028,shadows-on_gpu-occlusion_lights-128_run-3.csv,107 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-000_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-000_run-1.csv new file mode 100644 index 0000000..6552bc5 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-000_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +0,off,direct,direct,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.042720,0.000000,0,0,0.000000,0.000000,0.000000,1.876992,3.437374,0.867045 +0,off,direct,direct,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.043232,0.000000,0,0,0.000000,0.000000,0.000000,1.619744,3.056145,0.919003 +0,off,direct,direct,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.042816,0.000000,0,0,0.000000,0.000000,0.000000,1.426656,2.896103,0.928371 +0,off,direct,direct,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.043008,0.000000,0,0,0.000000,0.000000,0.000000,1.283168,2.488985,0.839734 +0,off,direct,direct,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.043008,0.000000,0,0,0.000000,0.000000,0.000000,1.985408,3.396046,0.881824 +0,off,direct,direct,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.043008,0.000000,0,0,0.000000,0.000000,0.000000,1.675296,3.175410,0.867135 +0,off,direct,direct,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.041984,0.000000,0,0,0.000000,0.000000,0.000000,1.975488,3.623485,0.868097 +0,off,direct,direct,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.053408,0.000000,0,0,0.000000,0.000000,0.000000,1.731168,3.258186,0.947778 +0,off,direct,direct,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.042432,0.000000,0,0,0.000000,0.000000,0.000000,1.978560,3.713905,0.938290 +0,off,direct,direct,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.042048,0.000000,0,0,0.000000,0.000000,0.000000,1.698304,3.213362,0.914815 +0,off,direct,direct,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.040960,0.000000,0,0,0.000000,0.000000,0.000000,1.980032,3.657840,0.940374 +0,off,direct,direct,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.041152,0.000000,0,0,0.000000,0.000000,0.000000,1.708544,3.258066,0.897763 +0,off,direct,direct,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.041472,0.000000,0,0,0.000000,0.000000,0.000000,1.976288,3.680272,0.964629 +0,off,direct,direct,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.041088,0.000000,0,0,0.000000,0.000000,0.000000,1.655936,3.253267,0.913954 +0,off,direct,direct,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.040960,0.000000,0,0,0.000000,0.000000,0.000000,1.973856,3.628074,0.954210 +0,off,direct,direct,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.040960,0.000000,0,0,0.000000,0.000000,0.000000,1.717760,3.249700,0.931908 +0,off,direct,direct,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.041312,0.000000,0,0,0.000000,0.000000,0.000000,1.976096,3.640647,0.942829 +0,off,direct,direct,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.042400,0.000000,0,0,0.000000,0.000000,0.000000,1.705472,3.315394,0.983264 +0,off,direct,direct,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.042560,0.000000,0,0,0.000000,0.000000,0.000000,1.975168,3.751006,0.961344 +0,off,direct,direct,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.041824,0.000000,0,0,0.000000,0.000000,0.000000,1.663584,3.279496,0.933470 +0,off,direct,direct,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.041600,0.000000,0,0,0.000000,0.000000,0.000000,1.978272,3.477780,0.955402 +0,off,direct,direct,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.041440,0.000000,0,0,0.000000,0.000000,0.000000,1.683616,3.248187,0.928963 +0,off,direct,direct,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.041632,0.000000,0,0,0.000000,0.000000,0.000000,1.967904,3.571296,0.955192 +0,off,direct,direct,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.034112,0.000000,0,0,0.000000,0.000000,0.000000,1.594112,3.049602,0.884638 +0,off,direct,direct,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.034560,0.000000,0,0,0.000000,0.000000,0.000000,2.005920,3.193354,0.871875 +0,off,direct,direct,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.034272,0.000000,0,0,0.000000,0.000000,0.000000,1.615808,3.041237,0.933161 +0,off,direct,direct,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.033376,0.000000,0,0,0.000000,0.000000,0.000000,1.532480,2.809229,0.912091 +0,off,direct,direct,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032832,0.000000,0,0,0.000000,0.000000,0.000000,1.400672,2.853783,0.937428 +0,off,direct,direct,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.033440,0.000000,0,0,0.000000,0.000000,0.000000,1.271584,2.653926,0.936566 +0,off,direct,direct,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.033088,0.000000,0,0,0.000000,0.000000,0.000000,1.825824,3.237567,0.954350 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-000_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-000_run-2.csv new file mode 100644 index 0000000..12ae5f5 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-000_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +0,off,direct,direct,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032512,0.000000,0,0,0.000000,0.000000,0.000000,1.874432,3.160221,0.793267 +0,off,direct,direct,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032576,0.000000,0,0,0.000000,0.000000,0.000000,1.803168,3.024014,0.899197 +0,off,direct,direct,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.586784,2.895261,0.782336 +0,off,direct,direct,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,1.259552,2.402813,0.814957 +0,off,direct,direct,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032640,0.000000,0,0,0.000000,0.000000,0.000000,1.421440,2.760928,0.902893 +0,off,direct,direct,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.881408,3.192302,0.870913 +0,off,direct,direct,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032512,0.000000,0,0,0.000000,0.000000,0.000000,1.835456,3.244540,0.894066 +0,off,direct,direct,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032608,0.000000,0,0,0.000000,0.000000,0.000000,1.538176,2.865155,0.860473 +0,off,direct,direct,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.031584,0.000000,0,0,0.000000,0.000000,0.000000,1.806144,3.073958,0.831658 +0,off,direct,direct,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032448,0.000000,0,0,0.000000,0.000000,0.000000,1.401920,2.806413,0.896011 +0,off,direct,direct,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032544,0.000000,0,0,0.000000,0.000000,0.000000,1.261440,2.479207,0.880500 +0,off,direct,direct,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032448,0.000000,0,0,0.000000,0.000000,0.000000,1.816224,3.616041,0.891602 +0,off,direct,direct,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.031744,0.000000,0,0,0.000000,0.000000,0.000000,1.259392,2.837322,1.001048 +0,off,direct,direct,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,1.429440,3.439308,0.863669 +0,off,direct,direct,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032512,0.000000,0,0,0.000000,0.000000,0.000000,1.532224,3.089858,1.091419 +0,off,direct,direct,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032608,0.000000,0,0,0.000000,0.000000,0.000000,2.000512,3.751927,1.237905 +0,off,direct,direct,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032256,0.000000,0,0,0.000000,0.000000,0.000000,1.781472,3.194797,0.911750 +0,off,direct,direct,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032320,0.000000,0,0,0.000000,0.000000,0.000000,1.731936,3.303742,0.927149 +0,off,direct,direct,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032448,0.000000,0,0,0.000000,0.000000,0.000000,1.539808,2.832473,0.827761 +0,off,direct,direct,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.033024,0.000000,0,0,0.000000,0.000000,0.000000,2.157088,3.317568,0.810158 +0,off,direct,direct,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032448,0.000000,0,0,0.000000,0.000000,0.000000,1.261088,2.566431,0.907492 +0,off,direct,direct,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032384,0.000000,0,0,0.000000,0.000000,0.000000,1.550304,2.878549,0.845124 +0,off,direct,direct,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032352,0.000000,0,0,0.000000,0.000000,0.000000,1.377344,2.691447,0.866504 +0,off,direct,direct,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032544,0.000000,0,0,0.000000,0.000000,0.000000,1.534528,2.805281,0.809938 +0,off,direct,direct,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032384,0.000000,0,0,0.000000,0.000000,0.000000,1.997728,3.289875,0.853290 +0,off,direct,direct,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032576,0.000000,0,0,0.000000,0.000000,0.000000,1.260320,2.508291,0.829956 +0,off,direct,direct,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032672,0.000000,0,0,0.000000,0.000000,0.000000,1.464320,2.750168,0.826940 +0,off,direct,direct,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032352,0.000000,0,0,0.000000,0.000000,0.000000,1.370208,2.754586,0.906660 +0,off,direct,direct,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032288,0.000000,0,0,0.000000,0.000000,0.000000,1.527968,2.800964,0.828132 +0,off,direct,direct,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.031424,0.000000,0,0,0.000000,0.000000,0.000000,2.001184,3.274015,0.827401 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-000_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-000_run-3.csv new file mode 100644 index 0000000..8c982bf --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-000_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +0,off,direct,direct,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.036864,0.000000,0,0,0.000000,0.000000,0.000000,1.827808,3.159429,0.982203 +0,off,direct,direct,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032928,0.000000,0,0,0.000000,0.000000,0.000000,1.272672,2.726924,0.937990 +0,off,direct,direct,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032448,0.000000,0,0,0.000000,0.000000,0.000000,1.264352,2.596909,0.929994 +0,off,direct,direct,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032512,0.000000,0,0,0.000000,0.000000,0.000000,1.678752,3.199375,0.916940 +0,off,direct,direct,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032416,0.000000,0,0,0.000000,0.000000,0.000000,1.401248,2.827293,0.952207 +0,off,direct,direct,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.417184,3.206067,0.967936 +0,off,direct,direct,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.257888,2.906583,0.968878 +0,off,direct,direct,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.809472,3.213732,0.967815 +0,off,direct,direct,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,1.562848,3.144602,0.885340 +0,off,direct,direct,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032896,0.000000,0,0,0.000000,0.000000,0.000000,1.832096,3.308711,1.038639 +0,off,direct,direct,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032640,0.000000,0,0,0.000000,0.000000,0.000000,1.267392,2.891765,1.004775 +0,off,direct,direct,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032512,0.000000,0,0,0.000000,0.000000,0.000000,1.758912,3.804456,0.906560 +0,off,direct,direct,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,1.855808,3.325272,0.916178 +0,off,direct,direct,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032224,0.000000,0,0,0.000000,0.000000,0.000000,1.418208,2.835649,0.888906 +0,off,direct,direct,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032448,0.000000,0,0,0.000000,0.000000,0.000000,1.678304,3.140915,0.971643 +0,off,direct,direct,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032352,0.000000,0,0,0.000000,0.000000,0.000000,1.462656,2.871246,0.891512 +0,off,direct,direct,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,1.447424,2.857219,0.960843 +0,off,direct,direct,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.031648,0.000000,0,0,0.000000,0.000000,0.000000,1.833728,3.192933,0.876263 +0,off,direct,direct,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032544,0.000000,0,0,0.000000,0.000000,0.000000,1.832928,3.234882,0.960171 +0,off,direct,direct,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.033024,0.000000,0,0,0.000000,0.000000,0.000000,1.273280,2.975954,1.074006 +0,off,direct,direct,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032416,0.000000,0,0,0.000000,0.000000,0.000000,1.823392,3.426353,1.118590 +0,off,direct,direct,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032704,0.000000,0,0,0.000000,0.000000,0.000000,1.899200,3.225745,0.849242 +0,off,direct,direct,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.272704,2.393375,0.895679 +0,off,direct,direct,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.518816,2.862991,0.899888 +0,off,direct,direct,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032352,0.000000,0,0,0.000000,0.000000,0.000000,1.274144,2.469879,0.861455 +0,off,direct,direct,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.031648,0.000000,0,0,0.000000,0.000000,0.000000,1.820832,3.174939,1.029862 +0,off,direct,direct,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032704,0.000000,0,0,0.000000,0.000000,0.000000,1.907008,3.193954,0.821330 +0,off,direct,direct,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032352,0.000000,0,0,0.000000,0.000000,0.000000,1.818368,3.130525,0.978806 +0,off,direct,direct,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032544,0.000000,0,0,0.000000,0.000000,0.000000,1.871520,3.215786,0.824345 +0,off,direct,direct,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032512,0.000000,0,0,0.000000,0.000000,0.000000,1.268192,2.396781,0.872726 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-004_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-004_run-1.csv new file mode 100644 index 0000000..adc8296 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-004_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +4,off,direct,direct,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089824,0.000000,0,0,0.000000,0.000000,0.000000,2.019968,3.509270,0.867647 +4,off,direct,direct,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089664,0.000000,0,0,0.000000,0.000000,0.000000,1.444672,2.917483,0.912421 +4,off,direct,direct,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089888,0.000000,0,0,0.000000,0.000000,0.000000,2.026432,3.444718,0.855865 +4,off,direct,direct,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089216,0.000000,0,0,0.000000,0.000000,0.000000,1.341504,2.765066,0.938751 +4,off,direct,direct,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089856,0.000000,0,0,0.000000,0.000000,0.000000,2.252448,3.504340,0.846186 +4,off,direct,direct,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088896,0.000000,0,0,0.000000,0.000000,0.000000,1.328384,2.630141,0.921568 +4,off,direct,direct,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088736,0.000000,0,0,0.000000,0.000000,0.000000,1.579072,3.055854,0.898364 +4,off,direct,direct,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089824,0.000000,0,0,0.000000,0.000000,0.000000,1.611744,3.205657,1.117338 +4,off,direct,direct,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.315456,2.683111,0.937589 +4,off,direct,direct,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089664,0.000000,0,0,0.000000,0.000000,0.000000,2.082752,3.654694,1.053357 +4,off,direct,direct,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089856,0.000000,0,0,0.000000,0.000000,0.000000,1.328864,2.629741,0.911470 +4,off,direct,direct,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089408,0.000000,0,0,0.000000,0.000000,0.000000,2.203744,3.618075,0.820567 +4,off,direct,direct,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089760,0.000000,0,0,0.000000,0.000000,0.000000,1.349888,2.731723,0.930875 +4,off,direct,direct,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088672,0.000000,0,0,0.000000,0.000000,0.000000,1.734912,3.056797,0.958508 +4,off,direct,direct,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090016,0.000000,0,0,0.000000,0.000000,0.000000,1.478144,2.877448,0.934011 +4,off,direct,direct,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.319680,2.538298,0.948750 +4,off,direct,direct,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089952,0.000000,0,0,0.000000,0.000000,0.000000,1.660960,3.719907,1.414649 +4,off,direct,direct,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.325184,2.679664,0.931006 +4,off,direct,direct,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089792,0.000000,0,0,0.000000,0.000000,0.000000,2.080992,3.777476,1.187130 +4,off,direct,direct,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.091168,0.000000,0,0,0.000000,0.000000,0.000000,1.326272,2.669816,0.902042 +4,off,direct,direct,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,2.079872,3.944380,1.125894 +4,off,direct,direct,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.326464,2.713228,0.943309 +4,off,direct,direct,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.858688,3.471338,0.862427 +4,off,direct,direct,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089824,0.000000,0,0,0.000000,0.000000,0.000000,1.326688,2.687860,0.927679 +4,off,direct,direct,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,2.198240,4.208158,0.895068 +4,off,direct,direct,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.320736,2.670467,0.918493 +4,off,direct,direct,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089760,0.000000,0,0,0.000000,0.000000,0.000000,2.029664,3.325112,0.833182 +4,off,direct,direct,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089952,0.000000,0,0,0.000000,0.000000,0.000000,1.314624,2.651211,0.940825 +4,off,direct,direct,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088544,0.000000,0,0,0.000000,0.000000,0.000000,1.523680,2.914357,0.943780 +4,off,direct,direct,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089888,0.000000,0,0,0.000000,0.000000,0.000000,1.425696,3.067456,1.119311 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-004_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-004_run-2.csv new file mode 100644 index 0000000..a788402 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-004_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +4,off,direct,direct,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089824,0.000000,0,0,0.000000,0.000000,0.000000,1.316352,2.630411,0.920807 +4,off,direct,direct,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.462144,2.738596,0.819276 +4,off,direct,direct,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090048,0.000000,0,0,0.000000,0.000000,0.000000,1.323936,2.443178,0.797344 +4,off,direct,direct,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088672,0.000000,0,0,0.000000,0.000000,0.000000,1.431264,2.973829,0.989186 +4,off,direct,direct,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088576,0.000000,0,0,0.000000,0.000000,0.000000,2.019552,3.383503,0.883497 +4,off,direct,direct,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089888,0.000000,0,0,0.000000,0.000000,0.000000,1.332064,2.620293,0.891652 +4,off,direct,direct,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089664,0.000000,0,0,0.000000,0.000000,0.000000,1.314688,2.716003,0.876443 +4,off,direct,direct,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089152,0.000000,0,0,0.000000,0.000000,0.000000,1.459328,2.988587,1.047336 +4,off,direct,direct,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089600,0.000000,0,0,0.000000,0.000000,0.000000,1.899040,3.206128,0.828213 +4,off,direct,direct,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088992,0.000000,0,0,0.000000,0.000000,0.000000,1.433216,2.882838,1.002982 +4,off,direct,direct,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088928,0.000000,0,0,0.000000,0.000000,0.000000,1.920960,3.228279,0.828193 +4,off,direct,direct,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090080,0.000000,0,0,0.000000,0.000000,0.000000,1.857696,3.161513,0.947577 +4,off,direct,direct,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.548512,2.956827,0.896290 +4,off,direct,direct,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088928,0.000000,0,0,0.000000,0.000000,0.000000,1.857312,3.232307,0.933150 +4,off,direct,direct,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088928,0.000000,0,0,0.000000,0.000000,0.000000,1.315840,2.754406,1.014453 +4,off,direct,direct,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088672,0.000000,0,0,0.000000,0.000000,0.000000,1.804128,3.303451,0.866425 +4,off,direct,direct,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088608,0.000000,0,0,0.000000,0.000000,0.000000,1.460352,3.242907,1.227435 +4,off,direct,direct,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089408,0.000000,0,0,0.000000,0.000000,0.000000,1.912544,3.153218,0.898214 +4,off,direct,direct,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089952,0.000000,0,0,0.000000,0.000000,0.000000,1.465856,3.007102,1.034752 +4,off,direct,direct,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089984,0.000000,0,0,0.000000,0.000000,0.000000,1.918944,3.521863,0.965792 +4,off,direct,direct,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088864,0.000000,0,0,0.000000,0.000000,0.000000,1.810624,3.270038,1.008753 +4,off,direct,direct,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088576,0.000000,0,0,0.000000,0.000000,0.000000,1.836800,3.224512,0.888316 +4,off,direct,direct,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088960,0.000000,0,0,0.000000,0.000000,0.000000,1.490688,3.322528,1.095667 +4,off,direct,direct,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089984,0.000000,0,0,0.000000,0.000000,0.000000,1.333664,2.736522,0.909867 +4,off,direct,direct,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088704,0.000000,0,0,0.000000,0.000000,0.000000,2.187680,3.536471,0.891692 +4,off,direct,direct,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089920,0.000000,0,0,0.000000,0.000000,0.000000,1.324288,2.665197,0.932920 +4,off,direct,direct,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090016,0.000000,0,0,0.000000,0.000000,0.000000,1.642784,2.976205,0.881533 +4,off,direct,direct,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089664,0.000000,0,0,0.000000,0.000000,0.000000,1.427616,2.889009,1.005186 +4,off,direct,direct,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089824,0.000000,0,0,0.000000,0.000000,0.000000,1.918240,4.148215,1.120944 +4,off,direct,direct,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.789824,3.280729,0.984027 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-004_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-004_run-3.csv new file mode 100644 index 0000000..2fad2ba --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-004_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +4,off,direct,direct,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089728,0.000000,0,0,0.000000,0.000000,0.000000,1.598048,3.132689,0.915457 +4,off,direct,direct,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089632,0.000000,0,0,0.000000,0.000000,0.000000,1.863776,3.411044,0.958147 +4,off,direct,direct,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089920,0.000000,0,0,0.000000,0.000000,0.000000,1.620000,3.240272,0.895589 +4,off,direct,direct,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089920,0.000000,0,0,0.000000,0.000000,0.000000,1.876480,3.315413,0.976792 +4,off,direct,direct,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.657728,3.244049,0.859361 +4,off,direct,direct,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.795616,3.075962,0.957496 +4,off,direct,direct,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089088,0.000000,0,0,0.000000,0.000000,0.000000,1.737664,3.253767,0.839754 +4,off,direct,direct,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089856,0.000000,0,0,0.000000,0.000000,0.000000,1.323776,2.584415,0.907031 +4,off,direct,direct,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090016,0.000000,0,0,0.000000,0.000000,0.000000,1.451104,3.082765,0.973186 +4,off,direct,direct,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.314240,3.402288,1.058978 +4,off,direct,direct,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088832,0.000000,0,0,0.000000,0.000000,0.000000,1.503872,3.030206,1.061212 +4,off,direct,direct,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090080,0.000000,0,0,0.000000,0.000000,0.000000,1.936672,3.516082,1.086970 +4,off,direct,direct,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089760,0.000000,0,0,0.000000,0.000000,0.000000,1.471936,3.009096,1.052496 +4,off,direct,direct,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089856,0.000000,0,0,0.000000,0.000000,0.000000,1.646144,3.790410,1.434166 +4,off,direct,direct,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088736,0.000000,0,0,0.000000,0.000000,0.000000,1.472480,3.249790,1.118269 +4,off,direct,direct,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089536,0.000000,0,0,0.000000,0.000000,0.000000,1.316224,3.097984,1.146984 +4,off,direct,direct,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090016,0.000000,0,0,0.000000,0.000000,0.000000,1.859808,3.406375,1.025374 +4,off,direct,direct,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088928,0.000000,0,0,0.000000,0.000000,0.000000,1.649536,3.293482,1.049911 +4,off,direct,direct,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.095680,0.000000,0,0,0.000000,0.000000,0.000000,1.873600,3.354347,1.121606 +4,off,direct,direct,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090144,0.000000,0,0,0.000000,0.000000,0.000000,1.661600,3.005580,0.862236 +4,off,direct,direct,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090016,0.000000,0,0,0.000000,0.000000,0.000000,1.878272,3.242326,1.044400 +4,off,direct,direct,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089824,0.000000,0,0,0.000000,0.000000,0.000000,1.943616,3.366621,0.933701 +4,off,direct,direct,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.088864,0.000000,0,0,0.000000,0.000000,0.000000,1.873664,3.155843,0.961133 +4,off,direct,direct,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.090112,0.000000,0,0,0.000000,0.000000,0.000000,1.576480,3.006912,0.964980 +4,off,direct,direct,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089952,0.000000,0,0,0.000000,0.000000,0.000000,1.315584,2.687489,0.997231 +4,off,direct,direct,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089952,0.000000,0,0,0.000000,0.000000,0.000000,1.451552,2.988807,1.009775 +4,off,direct,direct,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089952,0.000000,0,0,0.000000,0.000000,0.000000,1.654048,3.111208,0.995577 +4,off,direct,direct,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089792,0.000000,0,0,0.000000,0.000000,0.000000,1.427648,3.292130,1.043087 +4,off,direct,direct,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089600,0.000000,0,0,0.000000,0.000000,0.000000,1.656032,3.078717,0.965861 +4,off,direct,direct,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,10,59570496,0.089920,0.000000,0,0,0.000000,0.000000,0.000000,1.872000,3.287641,1.071491 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-016_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-016_run-1.csv new file mode 100644 index 0000000..d1e2969 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-016_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +16,off,direct,direct,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277888,0.000000,0,0,0.000000,0.000000,0.000000,2.150816,3.486216,0.868097 +16,off,direct,direct,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280256,0.000000,0,0,0.000000,0.000000,0.000000,1.522848,3.008825,1.062585 +16,off,direct,direct,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279552,0.000000,0,0,0.000000,0.000000,0.000000,1.504000,2.728326,0.914294 +16,off,direct,direct,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278400,0.000000,0,0,0.000000,0.000000,0.000000,1.655968,3.501936,0.918141 +16,off,direct,direct,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279936,0.000000,0,0,0.000000,0.000000,0.000000,1.504576,2.914077,0.949522 +16,off,direct,direct,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.276480,0.000000,0,0,0.000000,0.000000,0.000000,1.655584,3.645677,1.025405 +16,off,direct,direct,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,1.833408,3.816128,1.252943 +16,off,direct,direct,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277440,0.000000,0,0,0.000000,0.000000,0.000000,2.077568,3.485885,0.937809 +16,off,direct,direct,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,1.844768,3.144511,0.860363 +16,off,direct,direct,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277152,0.000000,0,0,0.000000,0.000000,0.000000,1.613504,3.050755,1.020004 +16,off,direct,direct,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277824,0.000000,0,0,0.000000,0.000000,0.000000,1.826912,3.130485,0.872475 +16,off,direct,direct,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278656,0.000000,0,0,0.000000,0.000000,0.000000,2.052192,3.419951,0.919274 +16,off,direct,direct,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277376,0.000000,0,0,0.000000,0.000000,0.000000,1.783136,3.229202,0.911860 +16,off,direct,direct,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277632,0.000000,0,0,0.000000,0.000000,0.000000,2.053632,3.426373,0.920166 +16,off,direct,direct,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277600,0.000000,0,0,0.000000,0.000000,0.000000,1.787392,3.177464,0.847108 +16,off,direct,direct,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278016,0.000000,0,0,0.000000,0.000000,0.000000,2.044608,3.381659,0.878747 +16,off,direct,direct,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277760,0.000000,0,0,0.000000,0.000000,0.000000,1.513504,3.052959,1.007401 +16,off,direct,direct,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277728,0.000000,0,0,0.000000,0.000000,0.000000,2.374112,3.676795,0.798115 +16,off,direct,direct,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277824,0.000000,0,0,0.000000,0.000000,0.000000,1.515168,2.892767,0.947197 +16,off,direct,direct,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277216,0.000000,0,0,0.000000,0.000000,0.000000,2.380960,3.729545,0.863629 +16,off,direct,direct,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,1.526176,2.998997,0.968988 +16,off,direct,direct,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278176,0.000000,0,0,0.000000,0.000000,0.000000,2.217024,3.662920,0.942348 +16,off,direct,direct,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277312,0.000000,0,0,0.000000,0.000000,0.000000,1.527840,2.870164,0.884709 +16,off,direct,direct,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,1.992352,3.729475,1.260207 +16,off,direct,direct,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279520,0.000000,0,0,0.000000,0.000000,0.000000,1.666816,4.326321,1.252623 +16,off,direct,direct,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.276480,0.000000,0,0,0.000000,0.000000,0.000000,2.210944,3.582067,0.872545 +16,off,direct,direct,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277824,0.000000,0,0,0.000000,0.000000,0.000000,1.515616,2.904800,0.908583 +16,off,direct,direct,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278656,0.000000,0,0,0.000000,0.000000,0.000000,2.442400,3.933800,0.807914 +16,off,direct,direct,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.276832,0.000000,0,0,0.000000,0.000000,0.000000,1.518272,2.936179,0.934503 +16,off,direct,direct,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278112,0.000000,0,0,0.000000,0.000000,0.000000,2.219072,3.575134,0.856285 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-016_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-016_run-2.csv new file mode 100644 index 0000000..7f6581d --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-016_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +16,off,direct,direct,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,2.045344,3.275389,0.793587 +16,off,direct,direct,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279168,0.000000,0,0,0.000000,0.000000,0.000000,1.522112,2.772309,0.870221 +16,off,direct,direct,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278368,0.000000,0,0,0.000000,0.000000,0.000000,2.047424,3.360739,0.879539 +16,off,direct,direct,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,1.523424,2.849806,0.948299 +16,off,direct,direct,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279872,0.000000,0,0,0.000000,0.000000,0.000000,2.396160,3.923351,0.943800 +16,off,direct,direct,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278176,0.000000,0,0,0.000000,0.000000,0.000000,1.504224,3.059491,1.137075 +16,off,direct,direct,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279136,0.000000,0,0,0.000000,0.000000,0.000000,2.427264,3.996929,0.904797 +16,off,direct,direct,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279040,0.000000,0,0,0.000000,0.000000,0.000000,1.507584,3.041307,1.133248 +16,off,direct,direct,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278272,0.000000,0,0,0.000000,0.000000,0.000000,2.390112,3.805889,0.884569 +16,off,direct,direct,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278816,0.000000,0,0,0.000000,0.000000,0.000000,1.506368,2.975623,1.084987 +16,off,direct,direct,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279488,0.000000,0,0,0.000000,0.000000,0.000000,2.490336,3.932709,0.977605 +16,off,direct,direct,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,1.504640,3.227037,1.281176 +16,off,direct,direct,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,2.048032,3.712102,0.880691 +16,off,direct,direct,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277344,0.000000,0,0,0.000000,0.000000,0.000000,1.504512,2.968018,1.087401 +16,off,direct,direct,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278752,0.000000,0,0,0.000000,0.000000,0.000000,2.110720,3.313741,0.868959 +16,off,direct,direct,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,1.652224,3.243939,1.061261 +16,off,direct,direct,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278336,0.000000,0,0,0.000000,0.000000,0.000000,2.002720,3.488450,0.898304 +16,off,direct,direct,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,1.653728,3.151174,1.058015 +16,off,direct,direct,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279008,0.000000,0,0,0.000000,0.000000,0.000000,2.116000,3.606623,1.105205 +16,off,direct,direct,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278400,0.000000,0,0,0.000000,0.000000,0.000000,1.514400,2.936699,1.035012 +16,off,direct,direct,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278784,0.000000,0,0,0.000000,0.000000,0.000000,2.110784,3.411966,0.931267 +16,off,direct,direct,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.276544,0.000000,0,0,0.000000,0.000000,0.000000,1.657728,3.225113,0.959981 +16,off,direct,direct,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278400,0.000000,0,0,0.000000,0.000000,0.000000,1.519808,2.857230,0.995067 +16,off,direct,direct,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277888,0.000000,0,0,0.000000,0.000000,0.000000,1.666464,3.563031,1.025123 +16,off,direct,direct,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,1.516288,2.971835,0.912161 +16,off,direct,direct,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277216,0.000000,0,0,0.000000,0.000000,0.000000,2.046688,3.279206,0.790160 +16,off,direct,direct,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277568,0.000000,0,0,0.000000,0.000000,0.000000,1.508224,2.836300,0.895239 +16,off,direct,direct,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278592,0.000000,0,0,0.000000,0.000000,0.000000,2.210752,3.511785,0.840796 +16,off,direct,direct,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277984,0.000000,0,0,0.000000,0.000000,0.000000,1.523456,2.903137,0.980499 +16,off,direct,direct,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.277952,0.000000,0,0,0.000000,0.000000,0.000000,2.445440,3.827530,0.900098 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-016_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-016_run-3.csv new file mode 100644 index 0000000..03d43a8 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-016_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +16,off,direct,direct,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280384,0.000000,0,0,0.000000,0.000000,0.000000,1.505664,3.137659,1.111486 +16,off,direct,direct,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279008,0.000000,0,0,0.000000,0.000000,0.000000,1.655744,3.116989,1.010767 +16,off,direct,direct,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279744,0.000000,0,0,0.000000,0.000000,0.000000,1.620800,3.174698,1.058546 +16,off,direct,direct,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278720,0.000000,0,0,0.000000,0.000000,0.000000,1.837024,3.350330,1.048027 +16,off,direct,direct,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280576,0.000000,0,0,0.000000,0.000000,0.000000,1.704576,3.267564,1.109353 +16,off,direct,direct,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278528,0.000000,0,0,0.000000,0.000000,0.000000,1.813824,3.636640,0.965111 +16,off,direct,direct,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.278880,0.000000,0,0,0.000000,0.000000,0.000000,1.665152,3.478752,1.140982 +16,off,direct,direct,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280928,0.000000,0,0,0.000000,0.000000,0.000000,1.841984,3.608266,1.050732 +16,off,direct,direct,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280576,0.000000,0,0,0.000000,0.000000,0.000000,1.668800,3.306988,1.093332 +16,off,direct,direct,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280576,0.000000,0,0,0.000000,0.000000,0.000000,1.836832,3.612575,1.071992 +16,off,direct,direct,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.281888,0.000000,0,0,0.000000,0.000000,0.000000,1.625056,3.507757,1.358352 +16,off,direct,direct,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280192,0.000000,0,0,0.000000,0.000000,0.000000,1.834560,3.273445,0.993564 +16,off,direct,direct,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280352,0.000000,0,0,0.000000,0.000000,0.000000,1.675648,3.283634,1.117639 +16,off,direct,direct,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280544,0.000000,0,0,0.000000,0.000000,0.000000,1.833408,3.412968,0.899617 +16,off,direct,direct,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280320,0.000000,0,0,0.000000,0.000000,0.000000,1.696352,3.208743,1.058336 +16,off,direct,direct,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.282240,0.000000,0,0,0.000000,0.000000,0.000000,1.794976,3.610240,0.979427 +16,off,direct,direct,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280576,0.000000,0,0,0.000000,0.000000,0.000000,1.704864,3.340381,1.027287 +16,off,direct,direct,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280832,0.000000,0,0,0.000000,0.000000,0.000000,1.831968,3.531572,0.907291 +16,off,direct,direct,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280608,0.000000,0,0,0.000000,0.000000,0.000000,1.693344,3.546350,1.189113 +16,off,direct,direct,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.282624,0.000000,0,0,0.000000,0.000000,0.000000,1.740160,3.806740,1.167552 +16,off,direct,direct,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.282016,0.000000,0,0,0.000000,0.000000,0.000000,1.694176,3.721209,1.501482 +16,off,direct,direct,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.282016,0.000000,0,0,0.000000,0.000000,0.000000,1.802240,3.598668,1.196137 +16,off,direct,direct,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280576,0.000000,0,0,0.000000,0.000000,0.000000,1.645472,3.692616,1.402886 +16,off,direct,direct,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.281888,0.000000,0,0,0.000000,0.000000,0.000000,1.506880,3.581927,1.494499 +16,off,direct,direct,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280832,0.000000,0,0,0.000000,0.000000,0.000000,1.618752,3.267443,1.122026 +16,off,direct,direct,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280128,0.000000,0,0,0.000000,0.000000,0.000000,1.652992,3.069661,0.960962 +16,off,direct,direct,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.281152,0.000000,0,0,0.000000,0.000000,0.000000,1.640160,3.371279,1.224460 +16,off,direct,direct,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280576,0.000000,0,0,0.000000,0.000000,0.000000,1.838464,3.241645,0.949140 +16,off,direct,direct,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.279744,0.000000,0,0,0.000000,0.000000,0.000000,1.505152,3.273786,1.307627 +16,off,direct,direct,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,10,59571456,0.280960,0.000000,0,0,0.000000,0.000000,0.000000,1.834784,3.529217,1.253635 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-032_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-032_run-1.csv new file mode 100644 index 0000000..34701be --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-032_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +32,off,direct,direct,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.556160,0.000000,0,0,0.000000,0.000000,0.000000,3.000768,4.491944,0.997992 +32,off,direct,direct,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.555008,0.000000,0,0,0.000000,0.000000,0.000000,2.689568,4.121755,0.928241 +32,off,direct,direct,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.554944,0.000000,0,0,0.000000,0.000000,0.000000,2.143808,3.513928,0.885681 +32,off,direct,direct,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.556832,0.000000,0,0,0.000000,0.000000,0.000000,2.348832,4.024942,1.220382 +32,off,direct,direct,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.555776,0.000000,0,0,0.000000,0.000000,0.000000,2.133344,3.459767,0.849663 +32,off,direct,direct,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.555008,0.000000,0,0,0.000000,0.000000,0.000000,1.981280,3.660465,1.219370 +32,off,direct,direct,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.564864,0.000000,0,0,0.000000,0.000000,0.000000,2.015328,3.744934,0.873878 +32,off,direct,direct,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.552960,0.000000,0,0,0.000000,0.000000,0.000000,1.920512,3.444587,0.921438 +32,off,direct,direct,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.555008,0.000000,0,0,0.000000,0.000000,0.000000,2.000352,3.294835,0.860523 +32,off,direct,direct,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.555008,0.000000,0,0,0.000000,0.000000,0.000000,1.929984,3.528346,0.950352 +32,off,direct,direct,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.555776,0.000000,0,0,0.000000,0.000000,0.000000,2.129568,3.389404,0.915156 +32,off,direct,direct,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536320,0.000000,0,0,0.000000,0.000000,0.000000,1.887456,3.451821,0.933571 +32,off,direct,direct,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.537600,0.000000,0,0,0.000000,0.000000,0.000000,1.770080,3.064832,0.937979 +32,off,direct,direct,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536512,0.000000,0,0,0.000000,0.000000,0.000000,1.865344,3.565426,1.038489 +32,off,direct,direct,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.535840,0.000000,0,0,0.000000,0.000000,0.000000,2.110528,3.604069,1.043879 +32,off,direct,direct,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534688,0.000000,0,0,0.000000,0.000000,0.000000,1.863200,3.313470,0.984738 +32,off,direct,direct,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536192,0.000000,0,0,0.000000,0.000000,0.000000,2.116576,3.513327,0.937037 +32,off,direct,direct,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534720,0.000000,0,0,0.000000,0.000000,0.000000,1.864000,3.448826,1.072483 +32,off,direct,direct,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536576,0.000000,0,0,0.000000,0.000000,0.000000,2.057856,3.719416,1.085217 +32,off,direct,direct,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536512,0.000000,0,0,0.000000,0.000000,0.000000,1.864352,3.466830,1.110916 +32,off,direct,direct,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534848,0.000000,0,0,0.000000,0.000000,0.000000,2.087072,3.734545,1.069637 +32,off,direct,direct,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536352,0.000000,0,0,0.000000,0.000000,0.000000,1.908352,3.648823,1.119972 +32,off,direct,direct,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536128,0.000000,0,0,0.000000,0.000000,0.000000,2.101600,3.610771,1.133248 +32,off,direct,direct,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.535808,0.000000,0,0,0.000000,0.000000,0.000000,1.900640,3.790189,1.266539 +32,off,direct,direct,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536256,0.000000,0,0,0.000000,0.000000,0.000000,2.376832,3.742860,0.971663 +32,off,direct,direct,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534528,0.000000,0,0,0.000000,0.000000,0.000000,1.913824,3.457753,1.049209 +32,off,direct,direct,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536384,0.000000,0,0,0.000000,0.000000,0.000000,2.543008,3.939281,0.930986 +32,off,direct,direct,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.537280,0.000000,0,0,0.000000,0.000000,0.000000,1.762048,3.097903,0.940794 +32,off,direct,direct,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.537504,0.000000,0,0,0.000000,0.000000,0.000000,2.471392,4.030773,1.011858 +32,off,direct,direct,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534400,0.000000,0,0,0.000000,0.000000,0.000000,1.892480,3.477078,1.046755 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-032_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-032_run-2.csv new file mode 100644 index 0000000..dabc95b --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-032_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +32,off,direct,direct,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.533728,0.000000,0,0,0.000000,0.000000,0.000000,1.773312,3.166132,0.966723 +32,off,direct,direct,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.532480,0.000000,0,0,0.000000,0.000000,0.000000,1.760032,3.024585,0.888105 +32,off,direct,direct,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.532384,0.000000,0,0,0.000000,0.000000,0.000000,1.760000,3.047999,0.897032 +32,off,direct,direct,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534848,0.000000,0,0,0.000000,0.000000,0.000000,1.761376,3.190288,0.872736 +32,off,direct,direct,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.532480,0.000000,0,0,0.000000,0.000000,0.000000,1.759648,3.067617,0.921528 +32,off,direct,direct,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.537024,0.000000,0,0,0.000000,0.000000,0.000000,2.354624,3.648061,0.848160 +32,off,direct,direct,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534592,0.000000,0,0,0.000000,0.000000,0.000000,1.761952,3.248378,0.904736 +32,off,direct,direct,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.535840,0.000000,0,0,0.000000,0.000000,0.000000,2.386464,3.698276,0.965041 +32,off,direct,direct,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534752,0.000000,0,0,0.000000,0.000000,0.000000,1.875840,3.295667,0.918994 +32,off,direct,direct,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534688,0.000000,0,0,0.000000,0.000000,0.000000,2.364576,3.889166,1.032889 +32,off,direct,direct,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534528,0.000000,0,0,0.000000,0.000000,0.000000,1.761728,3.159129,0.978967 +32,off,direct,direct,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534240,0.000000,0,0,0.000000,0.000000,0.000000,2.357856,3.675463,0.921869 +32,off,direct,direct,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534528,0.000000,0,0,0.000000,0.000000,0.000000,1.761920,3.226185,1.041644 +32,off,direct,direct,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.533280,0.000000,0,0,0.000000,0.000000,0.000000,2.364896,3.771033,1.031566 +32,off,direct,direct,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534144,0.000000,0,0,0.000000,0.000000,0.000000,1.761184,3.170480,0.993403 +32,off,direct,direct,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534176,0.000000,0,0,0.000000,0.000000,0.000000,1.758592,3.499581,0.952217 +32,off,direct,direct,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.532928,0.000000,0,0,0.000000,0.000000,0.000000,1.759840,3.129093,0.957696 +32,off,direct,direct,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.533760,0.000000,0,0,0.000000,0.000000,0.000000,2.247232,4.074345,1.151783 +32,off,direct,direct,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.531392,0.000000,0,0,0.000000,0.000000,0.000000,1.759552,3.199385,0.986771 +32,off,direct,direct,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534080,0.000000,0,0,0.000000,0.000000,0.000000,2.365824,3.762828,1.014193 +32,off,direct,direct,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.533728,0.000000,0,0,0.000000,0.000000,0.000000,1.760576,3.174027,0.983876 +32,off,direct,direct,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534400,0.000000,0,0,0.000000,0.000000,0.000000,2.045152,3.670864,0.991240 +32,off,direct,direct,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.535776,0.000000,0,0,0.000000,0.000000,0.000000,1.762432,3.184387,0.987242 +32,off,direct,direct,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.532480,0.000000,0,0,0.000000,0.000000,0.000000,2.043616,3.681244,0.960652 +32,off,direct,direct,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.534528,0.000000,0,0,0.000000,0.000000,0.000000,1.762080,3.249629,1.053768 +32,off,direct,direct,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.532608,0.000000,0,0,0.000000,0.000000,0.000000,2.044672,3.621000,0.949210 +32,off,direct,direct,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536576,0.000000,0,0,0.000000,0.000000,0.000000,1.763744,3.270099,1.047706 +32,off,direct,direct,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536288,0.000000,0,0,0.000000,0.000000,0.000000,2.084064,3.657750,0.947657 +32,off,direct,direct,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538592,0.000000,0,0,0.000000,0.000000,0.000000,1.898368,3.479914,1.063466 +32,off,direct,direct,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536064,0.000000,0,0,0.000000,0.000000,0.000000,1.962400,3.409271,0.944882 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-032_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-032_run-3.csv new file mode 100644 index 0000000..e8e1acd --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-032_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +32,off,direct,direct,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.540256,0.000000,0,0,0.000000,0.000000,0.000000,2.331680,3.768118,0.989236 +32,off,direct,direct,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.542528,0.000000,0,0,0.000000,0.000000,0.000000,2.333376,4.133547,1.037817 +32,off,direct,direct,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.539488,0.000000,0,0,0.000000,0.000000,0.000000,1.921856,3.782415,0.970461 +32,off,direct,direct,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.539520,0.000000,0,0,0.000000,0.000000,0.000000,1.764512,3.205547,1.046424 +32,off,direct,direct,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538784,0.000000,0,0,0.000000,0.000000,0.000000,1.925760,3.745164,0.956694 +32,off,direct,direct,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.540672,0.000000,0,0,0.000000,0.000000,0.000000,1.765024,3.203693,1.051694 +32,off,direct,direct,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.539552,0.000000,0,0,0.000000,0.000000,0.000000,1.922208,3.744032,0.977183 +32,off,direct,direct,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.539104,0.000000,0,0,0.000000,0.000000,0.000000,1.764896,3.121348,0.952827 +32,off,direct,direct,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538624,0.000000,0,0,0.000000,0.000000,0.000000,1.923040,3.875891,0.961133 +32,off,direct,direct,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538400,0.000000,0,0,0.000000,0.000000,0.000000,1.986816,3.370538,0.875561 +32,off,direct,direct,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538624,0.000000,0,0,0.000000,0.000000,0.000000,1.953280,3.406025,0.962375 +32,off,direct,direct,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.542336,0.000000,0,0,0.000000,0.000000,0.000000,1.766368,3.107311,0.917911 +32,off,direct,direct,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538592,0.000000,0,0,0.000000,0.000000,0.000000,1.877184,4.369482,1.473179 +32,off,direct,direct,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.541312,0.000000,0,0,0.000000,0.000000,0.000000,1.982144,3.386287,0.884739 +32,off,direct,direct,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.540064,0.000000,0,0,0.000000,0.000000,0.000000,1.902720,3.517956,1.045361 +32,off,direct,direct,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.539808,0.000000,0,0,0.000000,0.000000,0.000000,1.969216,3.352233,0.896281 +32,off,direct,direct,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.541024,0.000000,0,0,0.000000,0.000000,0.000000,1.880032,3.465207,1.144238 +32,off,direct,direct,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.540160,0.000000,0,0,0.000000,0.000000,0.000000,1.972384,3.383241,0.943179 +32,off,direct,direct,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.540160,0.000000,0,0,0.000000,0.000000,0.000000,1.878688,3.432535,1.061182 +32,off,direct,direct,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.537152,0.000000,0,0,0.000000,0.000000,0.000000,1.968928,3.493850,0.911981 +32,off,direct,direct,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538624,0.000000,0,0,0.000000,0.000000,0.000000,1.900000,3.493960,1.044139 +32,off,direct,direct,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538912,0.000000,0,0,0.000000,0.000000,0.000000,1.907808,3.241494,0.859021 +32,off,direct,direct,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.539200,0.000000,0,0,0.000000,0.000000,0.000000,1.877344,3.254439,0.869730 +32,off,direct,direct,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538016,0.000000,0,0,0.000000,0.000000,0.000000,1.969024,3.355109,0.956594 +32,off,direct,direct,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538304,0.000000,0,0,0.000000,0.000000,0.000000,1.927232,3.377080,0.945774 +32,off,direct,direct,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536896,0.000000,0,0,0.000000,0.000000,0.000000,1.987808,3.432255,0.900879 +32,off,direct,direct,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.536448,0.000000,0,0,0.000000,0.000000,0.000000,1.950848,3.460508,0.959470 +32,off,direct,direct,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538624,0.000000,0,0,0.000000,0.000000,0.000000,1.763200,3.110408,0.924884 +32,off,direct,direct,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.537408,0.000000,0,0,0.000000,0.000000,0.000000,1.875072,3.696653,0.865352 +32,off,direct,direct,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,10,59572736,0.538464,0.000000,0,0,0.000000,0.000000,0.000000,2.105216,3.462051,0.899166 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-064_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-064_run-1.csv new file mode 100644 index 0000000..8cd3da1 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-064_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +64,off,direct,direct,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.048704,0.000000,0,0,0.000000,0.000000,0.000000,2.678784,4.077471,0.900839 +64,off,direct,direct,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.046336,0.000000,0,0,0.000000,0.000000,0.000000,3.558272,4.775638,0.881523 +64,off,direct,direct,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.043744,0.000000,0,0,0.000000,0.000000,0.000000,2.281696,3.512296,0.874269 +64,off,direct,direct,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.043776,0.000000,0,0,0.000000,0.000000,0.000000,3.456160,4.976517,0.882595 +64,off,direct,direct,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.038624,0.000000,0,0,0.000000,0.000000,0.000000,2.833696,4.188200,0.897914 +64,off,direct,direct,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.041536,0.000000,0,0,0.000000,0.000000,0.000000,2.565088,3.876772,0.971973 +64,off,direct,direct,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.046528,0.000000,0,0,0.000000,0.000000,0.000000,4.601184,6.137387,0.889508 +64,off,direct,direct,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.041024,0.000000,0,0,0.000000,0.000000,0.000000,3.201056,4.738568,1.018892 +64,off,direct,direct,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.041632,0.000000,0,0,0.000000,0.000000,0.000000,2.276704,3.732240,0.965421 +64,off,direct,direct,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.043680,0.000000,0,0,0.000000,0.000000,0.000000,3.218112,4.890305,1.173153 +64,off,direct,direct,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.042752,0.000000,0,0,0.000000,0.000000,0.000000,3.474912,4.867301,0.928021 +64,off,direct,direct,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.044480,0.000000,0,0,0.000000,0.000000,0.000000,2.274592,3.817752,1.029462 +64,off,direct,direct,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.048576,0.000000,0,0,0.000000,0.000000,0.000000,3.467392,5.166866,1.124261 +64,off,direct,direct,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.045344,0.000000,0,0,0.000000,0.000000,0.000000,3.564224,5.153161,1.040773 +64,off,direct,direct,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.042464,0.000000,0,0,0.000000,0.000000,0.000000,2.276512,3.790490,1.056453 +64,off,direct,direct,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.042848,0.000000,0,0,0.000000,0.000000,0.000000,3.402464,4.846773,0.925225 +64,off,direct,direct,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.042432,0.000000,0,0,0.000000,0.000000,0.000000,3.446560,4.816416,0.856185 +64,off,direct,direct,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.037312,0.000000,0,0,0.000000,0.000000,0.000000,2.271680,3.662569,0.991770 +64,off,direct,direct,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.041312,0.000000,0,0,0.000000,0.000000,0.000000,3.463680,5.169772,1.045382 +64,off,direct,direct,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.039712,0.000000,0,0,0.000000,0.000000,0.000000,3.548448,4.892899,0.842449 +64,off,direct,direct,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.039392,0.000000,0,0,0.000000,0.000000,0.000000,2.280160,3.529798,0.873087 +64,off,direct,direct,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.038048,0.000000,0,0,0.000000,0.000000,0.000000,3.446240,4.856952,0.768980 +64,off,direct,direct,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.039456,0.000000,0,0,0.000000,0.000000,0.000000,2.556736,3.874649,0.826239 +64,off,direct,direct,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.040352,0.000000,0,0,0.000000,0.000000,0.000000,2.686624,4.203348,0.892323 +64,off,direct,direct,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.039968,0.000000,0,0,0.000000,0.000000,0.000000,3.325600,4.781620,0.826289 +64,off,direct,direct,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.042432,0.000000,0,0,0.000000,0.000000,0.000000,2.279424,3.568711,0.904045 +64,off,direct,direct,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.038880,0.000000,0,0,0.000000,0.000000,0.000000,3.217344,5.272816,1.560052 +64,off,direct,direct,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.042912,0.000000,0,0,0.000000,0.000000,0.000000,3.107872,4.719903,0.954611 +64,off,direct,direct,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.038720,0.000000,0,0,0.000000,0.000000,0.000000,2.299168,3.594811,0.843782 +64,off,direct,direct,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.038336,0.000000,0,0,0.000000,0.000000,0.000000,3.215648,4.487003,0.829555 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-064_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-064_run-2.csv new file mode 100644 index 0000000..0d6b35c --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-064_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +64,off,direct,direct,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.041152,0.000000,0,0,0.000000,0.000000,0.000000,2.605856,3.952305,0.887544 +64,off,direct,direct,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.041568,0.000000,0,0,0.000000,0.000000,0.000000,3.046688,4.581422,1.056343 +64,off,direct,direct,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.042208,0.000000,0,0,0.000000,0.000000,0.000000,3.007232,4.540314,1.021637 +64,off,direct,direct,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.043552,0.000000,0,0,0.000000,0.000000,0.000000,2.841536,4.429295,1.036225 +64,off,direct,direct,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.038336,0.000000,0,0,0.000000,0.000000,0.000000,3.043968,4.487515,0.962696 +64,off,direct,direct,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.042432,0.000000,0,0,0.000000,0.000000,0.000000,3.020640,4.497163,0.986621 +64,off,direct,direct,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.040384,0.000000,0,0,0.000000,0.000000,0.000000,2.570304,4.211995,1.013753 +64,off,direct,direct,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.045920,0.000000,0,0,0.000000,0.000000,0.000000,3.385568,5.401859,1.455866 +64,off,direct,direct,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.043424,0.000000,0,0,0.000000,0.000000,0.000000,3.907456,5.808747,1.259426 +64,off,direct,direct,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.044768,0.000000,0,0,0.000000,0.000000,0.000000,2.285056,4.213387,1.383791 +64,off,direct,direct,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.044928,0.000000,0,0,0.000000,0.000000,0.000000,3.066496,5.390388,1.659531 +64,off,direct,direct,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.042080,0.000000,0,0,0.000000,0.000000,0.000000,3.272064,5.374899,1.202829 +64,off,direct,direct,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.042144,0.000000,0,0,0.000000,0.000000,0.000000,3.120928,4.881698,1.153306 +64,off,direct,direct,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.044576,0.000000,0,0,0.000000,0.000000,0.000000,2.829184,4.755641,1.348694 +64,off,direct,direct,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.048896,0.000000,0,0,0.000000,0.000000,0.000000,3.084544,5.181985,1.510520 +64,off,direct,direct,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.043264,0.000000,0,0,0.000000,0.000000,0.000000,3.202432,5.411228,1.487866 +64,off,direct,direct,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.046528,0.000000,0,0,0.000000,0.000000,0.000000,2.989504,5.070615,1.423324 +64,off,direct,direct,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.047264,0.000000,0,0,0.000000,0.000000,0.000000,2.737984,4.816455,1.459113 +64,off,direct,direct,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.041632,0.000000,0,0,0.000000,0.000000,0.000000,3.064256,5.191172,1.426701 +64,off,direct,direct,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.045024,0.000000,0,0,0.000000,0.000000,0.000000,3.443296,5.467503,1.171119 +64,off,direct,direct,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.042240,0.000000,0,0,0.000000,0.000000,0.000000,2.883488,4.491332,1.016698 +64,off,direct,direct,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.045440,0.000000,0,0,0.000000,0.000000,0.000000,2.670432,4.440035,1.051584 +64,off,direct,direct,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.048288,0.000000,0,0,0.000000,0.000000,0.000000,3.945600,5.692768,1.218319 +64,off,direct,direct,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.046112,0.000000,0,0,0.000000,0.000000,0.000000,2.836448,4.430868,0.997362 +64,off,direct,direct,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.044032,0.000000,0,0,0.000000,0.000000,0.000000,2.557184,4.081619,1.054559 +64,off,direct,direct,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.048416,0.000000,0,0,0.000000,0.000000,0.000000,3.826304,5.271995,0.950784 +64,off,direct,direct,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.044768,0.000000,0,0,0.000000,0.000000,0.000000,2.993120,4.504857,1.004885 +64,off,direct,direct,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.036032,0.000000,0,0,0.000000,0.000000,0.000000,2.262304,3.840294,1.182050 +64,off,direct,direct,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.046496,0.000000,0,0,0.000000,0.000000,0.000000,3.745504,5.893938,1.315081 +64,off,direct,direct,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.044288,0.000000,0,0,0.000000,0.000000,0.000000,3.567456,5.111472,0.985649 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-064_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-064_run-3.csv new file mode 100644 index 0000000..771360c --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-064_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +64,off,direct,direct,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.048416,0.000000,0,0,0.000000,0.000000,0.000000,2.674976,4.280525,0.910919 +64,off,direct,direct,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.048736,0.000000,0,0,0.000000,0.000000,0.000000,3.296192,4.861370,1.099814 +64,off,direct,direct,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.047872,0.000000,0,0,0.000000,0.000000,0.000000,3.125664,4.788833,1.104834 +64,off,direct,direct,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.049504,0.000000,0,0,0.000000,0.000000,0.000000,2.681632,4.202017,0.981361 +64,off,direct,direct,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.047392,0.000000,0,0,0.000000,0.000000,0.000000,2.740864,3.978444,0.873879 +64,off,direct,direct,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.046528,0.000000,0,0,0.000000,0.000000,0.000000,2.289312,3.561438,0.981010 +64,off,direct,direct,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.046560,0.000000,0,0,0.000000,0.000000,0.000000,2.836192,4.732277,1.198381 +64,off,direct,direct,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.048480,0.000000,0,0,0.000000,0.000000,0.000000,2.898944,4.728018,1.120914 +64,off,direct,direct,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.049696,0.000000,0,0,0.000000,0.000000,0.000000,2.984288,4.387517,0.874730 +64,off,direct,direct,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.048928,0.000000,0,0,0.000000,0.000000,0.000000,3.184320,4.903320,1.236272 +64,off,direct,direct,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.047904,0.000000,0,0,0.000000,0.000000,0.000000,2.489472,4.116645,0.900388 +64,off,direct,direct,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.048576,0.000000,0,0,0.000000,0.000000,0.000000,2.718272,4.193230,0.975150 +64,off,direct,direct,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.047520,0.000000,0,0,0.000000,0.000000,0.000000,3.408608,4.827746,0.928883 +64,off,direct,direct,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.047840,0.000000,0,0,0.000000,0.000000,0.000000,2.896704,4.367328,0.908403 +64,off,direct,direct,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.049568,0.000000,0,0,0.000000,0.000000,0.000000,2.974880,4.957972,0.868538 +64,off,direct,direct,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.044928,0.000000,0,0,0.000000,0.000000,0.000000,3.179840,4.886508,0.979508 +64,off,direct,direct,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.049088,0.000000,0,0,0.000000,0.000000,0.000000,3.985120,5.720371,1.214190 +64,off,direct,direct,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.048480,0.000000,0,0,0.000000,0.000000,0.000000,2.703456,3.974247,0.862627 +64,off,direct,direct,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.050528,0.000000,0,0,0.000000,0.000000,0.000000,3.263968,5.037331,1.258434 +64,off,direct,direct,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.046080,0.000000,0,0,0.000000,0.000000,0.000000,2.557312,4.082932,0.941546 +64,off,direct,direct,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.046752,0.000000,0,0,0.000000,0.000000,0.000000,2.832928,4.328334,0.871815 +64,off,direct,direct,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.047328,0.000000,0,0,0.000000,0.000000,0.000000,3.128128,4.781930,1.130122 +64,off,direct,direct,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.055744,0.000000,0,0,0.000000,0.000000,0.000000,2.512704,4.399439,0.931217 +64,off,direct,direct,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.054976,0.000000,0,0,0.000000,0.000000,0.000000,2.993088,4.406412,0.901851 +64,off,direct,direct,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.054336,0.000000,0,0,0.000000,0.000000,0.000000,3.395872,4.827607,0.948991 +64,off,direct,direct,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.053504,0.000000,0,0,0.000000,0.000000,0.000000,2.507200,4.617289,1.492094 +64,off,direct,direct,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.049664,0.000000,0,0,0.000000,0.000000,0.000000,2.859456,4.421481,0.864581 +64,off,direct,direct,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.054976,0.000000,0,0,0.000000,0.000000,0.000000,3.424064,4.858925,1.065861 +64,off,direct,direct,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.053440,0.000000,0,0,0.000000,0.000000,0.000000,2.279104,4.410669,1.605448 +64,off,direct,direct,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,10,59575296,1.050496,0.000000,0,0,0.000000,0.000000,0.000000,2.982880,4.557908,0.888356 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-128_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-128_run-1.csv new file mode 100644 index 0000000..f4312ad --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-128_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +128,off,direct,direct,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.062944,0.000000,0,0,0.000000,0.000000,0.000000,4.489568,6.125404,1.061011 +128,off,direct,direct,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.060896,0.000000,0,0,0.000000,0.000000,0.000000,4.420832,6.375316,1.368792 +128,off,direct,direct,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.062976,0.000000,0,0,0.000000,0.000000,0.000000,4.452672,6.209944,1.231253 +128,off,direct,direct,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.065184,0.000000,0,0,0.000000,0.000000,0.000000,5.492288,7.248793,1.267131 +128,off,direct,direct,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.061408,0.000000,0,0,0.000000,0.000000,0.000000,4.467552,5.949362,0.972384 +128,off,direct,direct,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.068160,0.000000,0,0,0.000000,0.000000,0.000000,4.471136,6.183675,1.150019 +128,off,direct,direct,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.076512,0.000000,0,0,0.000000,0.000000,0.000000,3.899744,5.746960,1.111446 +128,off,direct,direct,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.061312,0.000000,0,0,0.000000,0.000000,0.000000,3.298944,4.922766,1.059679 +128,off,direct,direct,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.062144,0.000000,0,0,0.000000,0.000000,0.000000,4.249248,5.827072,0.980470 +128,off,direct,direct,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.068448,0.000000,0,0,0.000000,0.000000,0.000000,4.543520,6.065842,0.963838 +128,off,direct,direct,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.069248,0.000000,0,0,0.000000,0.000000,0.000000,4.471616,5.954883,0.975560 +128,off,direct,direct,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.067296,0.000000,0,0,0.000000,0.000000,0.000000,4.466368,5.861186,0.889478 +128,off,direct,direct,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.064224,0.000000,0,0,0.000000,0.000000,0.000000,3.590624,4.966839,0.899787 +128,off,direct,direct,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.062848,0.000000,0,0,0.000000,0.000000,0.000000,3.752768,5.202934,0.952847 +128,off,direct,direct,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.052512,0.000000,0,0,0.000000,0.000000,0.000000,4.594848,6.165119,1.021838 +128,off,direct,direct,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.060224,0.000000,0,0,0.000000,0.000000,0.000000,3.745792,5.084701,0.911259 +128,off,direct,direct,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.050048,0.000000,0,0,0.000000,0.000000,0.000000,4.244672,5.617887,0.948559 +128,off,direct,direct,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.050048,0.000000,0,0,0.000000,0.000000,0.000000,3.737824,5.116331,1.000437 +128,off,direct,direct,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.051616,0.000000,0,0,0.000000,0.000000,0.000000,3.737824,5.531003,1.128549 +128,off,direct,direct,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.056160,0.000000,0,0,0.000000,0.000000,0.000000,4.591520,6.216025,1.066071 +128,off,direct,direct,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.058240,0.000000,0,0,0.000000,0.000000,0.000000,4.457696,5.938102,0.927730 +128,off,direct,direct,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.054432,0.000000,0,0,0.000000,0.000000,0.000000,4.455424,5.862839,0.896561 +128,off,direct,direct,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.050688,0.000000,0,0,0.000000,0.000000,0.000000,3.591104,5.019178,0.930475 +128,off,direct,direct,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.056192,0.000000,0,0,0.000000,0.000000,0.000000,4.103520,5.602678,0.985228 +128,off,direct,direct,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.054144,0.000000,0,0,0.000000,0.000000,0.000000,4.464416,6.097882,1.047215 +128,off,direct,direct,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.056128,0.000000,0,0,0.000000,0.000000,0.000000,4.601888,6.145132,0.982043 +128,off,direct,direct,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.053760,0.000000,0,0,0.000000,0.000000,0.000000,4.581120,7.031805,1.057184 +128,off,direct,direct,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.054144,0.000000,0,0,0.000000,0.000000,0.000000,4.420480,6.310424,1.326883 +128,off,direct,direct,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.046272,0.000000,0,0,0.000000,0.000000,0.000000,5.592192,7.750781,1.371247 +128,off,direct,direct,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.052640,0.000000,0,0,0.000000,0.000000,0.000000,4.580896,6.733872,1.390934 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-128_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-128_run-2.csv new file mode 100644 index 0000000..d2cf09b --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-128_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +128,off,direct,direct,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.058208,0.000000,0,0,0.000000,0.000000,0.000000,4.434240,5.780353,0.852749 +128,off,direct,direct,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.062016,0.000000,0,0,0.000000,0.000000,0.000000,3.882944,5.269340,0.842209 +128,off,direct,direct,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.060832,0.000000,0,0,0.000000,0.000000,0.000000,3.584704,5.141549,1.044370 +128,off,direct,direct,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.060480,0.000000,0,0,0.000000,0.000000,0.000000,4.076000,5.691807,1.066041 +128,off,direct,direct,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.066400,0.000000,0,0,0.000000,0.000000,0.000000,4.623296,6.016349,0.838702 +128,off,direct,direct,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.058240,0.000000,0,0,0.000000,0.000000,0.000000,4.430880,5.963379,0.976512 +128,off,direct,direct,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.062176,0.000000,0,0,0.000000,0.000000,0.000000,4.540704,6.124052,0.856186 +128,off,direct,direct,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.054816,0.000000,0,0,0.000000,0.000000,0.000000,3.281728,4.671672,0.907783 +128,off,direct,direct,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.065088,0.000000,0,0,0.000000,0.000000,0.000000,4.121152,5.860275,1.226533 +128,off,direct,direct,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.062432,0.000000,0,0,0.000000,0.000000,0.000000,4.078496,5.917142,1.051744 +128,off,direct,direct,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.072032,0.000000,0,0,0.000000,0.000000,0.000000,4.608608,6.502305,1.272340 +128,off,direct,direct,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.064416,0.000000,0,0,0.000000,0.000000,0.000000,4.599392,6.763768,1.064338 +128,off,direct,direct,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.066208,0.000000,0,0,0.000000,0.000000,0.000000,5.633088,7.182428,1.008121 +128,off,direct,direct,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.064480,0.000000,0,0,0.000000,0.000000,0.000000,4.600576,6.614056,1.209982 +128,off,direct,direct,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.069120,0.000000,0,0,0.000000,0.000000,0.000000,4.739872,6.000429,0.802614 +128,off,direct,direct,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.056192,0.000000,0,0,0.000000,0.000000,0.000000,3.961728,5.325406,0.994425 +128,off,direct,direct,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.068128,0.000000,0,0,0.000000,0.000000,0.000000,4.033824,5.574696,0.963047 +128,off,direct,direct,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.060768,0.000000,0,0,0.000000,0.000000,0.000000,3.934624,5.486830,1.018391 +128,off,direct,direct,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.061312,0.000000,0,0,0.000000,0.000000,0.000000,4.076992,5.523108,0.907712 +128,off,direct,direct,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.056544,0.000000,0,0,0.000000,0.000000,0.000000,4.410496,5.896302,0.986160 +128,off,direct,direct,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.078496,0.000000,0,0,0.000000,0.000000,0.000000,4.306240,5.795241,0.922610 +128,off,direct,direct,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.088256,0.000000,0,0,0.000000,0.000000,0.000000,4.057344,5.520453,0.925826 +128,off,direct,direct,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.077536,0.000000,0,0,0.000000,0.000000,0.000000,3.957312,5.376392,0.937439 +128,off,direct,direct,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.078720,0.000000,0,0,0.000000,0.000000,0.000000,4.093408,5.838343,1.234098 +128,off,direct,direct,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.079040,0.000000,0,0,0.000000,0.000000,0.000000,4.467552,6.156984,1.154057 +128,off,direct,direct,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.081536,0.000000,0,0,0.000000,0.000000,0.000000,4.298784,5.739035,0.940133 +128,off,direct,direct,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.082304,0.000000,0,0,0.000000,0.000000,0.000000,4.708576,6.269576,1.012580 +128,off,direct,direct,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.081536,0.000000,0,0,0.000000,0.000000,0.000000,4.510240,5.907343,0.904857 +128,off,direct,direct,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.078144,0.000000,0,0,0.000000,0.000000,0.000000,4.396608,5.769082,0.858810 +128,off,direct,direct,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.077760,0.000000,0,0,0.000000,0.000000,0.000000,4.044928,5.418852,0.858700 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-128_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-128_run-3.csv new file mode 100644 index 0000000..fa2bf25 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_direct_lights-128_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +128,off,direct,direct,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.083872,0.000000,0,0,0.000000,0.000000,0.000000,4.217472,5.752461,0.962466 +128,off,direct,direct,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.086912,0.000000,0,0,0.000000,0.000000,0.000000,4.347808,5.820840,0.862978 +128,off,direct,direct,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.078560,0.000000,0,0,0.000000,0.000000,0.000000,4.031232,5.746189,1.250389 +128,off,direct,direct,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.078304,0.000000,0,0,0.000000,0.000000,0.000000,4.173472,5.755437,0.920356 +128,off,direct,direct,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.076672,0.000000,0,0,0.000000,0.000000,0.000000,3.764032,5.864301,1.101158 +128,off,direct,direct,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.082176,0.000000,0,0,0.000000,0.000000,0.000000,4.734432,6.187913,0.890149 +128,off,direct,direct,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.077984,0.000000,0,0,0.000000,0.000000,0.000000,4.098240,5.822764,0.960111 +128,off,direct,direct,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.077984,0.000000,0,0,0.000000,0.000000,0.000000,4.332480,5.814457,0.994776 +128,off,direct,direct,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.080768,0.000000,0,0,0.000000,0.000000,0.000000,4.637472,6.157064,0.910337 +128,off,direct,direct,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.072576,0.000000,0,0,0.000000,0.000000,0.000000,4.021152,6.021258,1.459433 +128,off,direct,direct,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.068608,0.000000,0,0,0.000000,0.000000,0.000000,3.896448,5.427137,0.916689 +128,off,direct,direct,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.079488,0.000000,0,0,0.000000,0.000000,0.000000,3.706208,5.549037,1.178082 +128,off,direct,direct,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.070688,0.000000,0,0,0.000000,0.000000,0.000000,4.263936,6.060011,1.161181 +128,off,direct,direct,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.075200,0.000000,0,0,0.000000,0.000000,0.000000,4.206624,6.154168,1.301936 +128,off,direct,direct,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.065248,0.000000,0,0,0.000000,0.000000,0.000000,4.313344,6.336854,1.294452 +128,off,direct,direct,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.070528,0.000000,0,0,0.000000,0.000000,0.000000,4.343936,5.883888,0.921989 +128,off,direct,direct,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.074336,0.000000,0,0,0.000000,0.000000,0.000000,4.022592,5.944043,1.391014 +128,off,direct,direct,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.072608,0.000000,0,0,0.000000,0.000000,0.000000,4.220032,6.725496,1.453322 +128,off,direct,direct,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.075712,0.000000,0,0,0.000000,0.000000,0.000000,3.578432,5.090883,0.931988 +128,off,direct,direct,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.068512,0.000000,0,0,0.000000,0.000000,0.000000,4.081152,5.591317,1.001138 +128,off,direct,direct,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.071776,0.000000,0,0,0.000000,0.000000,0.000000,4.322432,5.816602,0.950363 +128,off,direct,direct,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.078720,0.000000,0,0,0.000000,0.000000,0.000000,4.315872,5.831179,0.911850 +128,off,direct,direct,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.068384,0.000000,0,0,0.000000,0.000000,0.000000,4.603232,6.282290,1.077633 +128,off,direct,direct,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.069024,0.000000,0,0,0.000000,0.000000,0.000000,4.018656,5.597709,0.946676 +128,off,direct,direct,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.080640,0.000000,0,0,0.000000,0.000000,0.000000,4.209824,5.840497,1.099684 +128,off,direct,direct,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.066432,0.000000,0,0,0.000000,0.000000,0.000000,3.983680,5.928122,0.923041 +128,off,direct,direct,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.068352,0.000000,0,0,0.000000,0.000000,0.000000,4.083552,5.787307,1.078134 +128,off,direct,direct,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.076704,0.000000,0,0,0.000000,0.000000,0.000000,4.283008,5.913825,0.860734 +128,off,direct,direct,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.074624,0.000000,0,0,0.000000,0.000000,0.000000,4.322944,6.459014,1.288430 +128,off,direct,direct,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,10,59580416,2.074592,0.000000,0,0,0.000000,0.000000,0.000000,4.612320,6.359997,0.939663 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-000_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-000_run-1.csv new file mode 100644 index 0000000..0e06938 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-000_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +0,off,gpu-frustum,gpu-frustum,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030848,0.000000,0,0,0.000000,0.000000,0.000000,1.822240,3.180379,0.892874 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031040,0.000000,0,0,0.000000,0.000000,0.000000,1.608288,3.303611,0.971623 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030688,0.000000,0,0,0.000000,0.000000,0.000000,1.821120,3.270229,0.898465 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.037344,0.000000,0,0,0.000000,0.000000,0.000000,1.324992,2.864994,0.994586 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031168,0.000000,0,0,0.000000,0.000000,0.000000,2.214304,3.625288,0.838071 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030080,0.000000,0,0,0.000000,0.000000,0.000000,1.289088,2.677711,0.862507 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030112,0.000000,0,0,0.000000,0.000000,0.000000,1.702720,3.284175,0.839423 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030144,0.000000,0,0,0.000000,0.000000,0.000000,1.411136,3.504410,1.301364 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030304,0.000000,0,0,0.000000,0.000000,0.000000,1.761472,3.177964,0.884569 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030656,0.000000,0,0,0.000000,0.000000,0.000000,1.408544,2.884120,0.902743 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031360,0.000000,0,0,0.000000,0.000000,0.000000,1.273696,2.707978,1.024352 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030432,0.000000,0,0,0.000000,0.000000,0.000000,1.821888,3.246363,0.980079 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.038336,0.000000,0,0,0.000000,0.000000,0.000000,1.289792,2.947189,1.239037 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030656,0.000000,0,0,0.000000,0.000000,0.000000,1.824288,4.070308,1.483398 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030720,0.000000,0,0,0.000000,0.000000,0.000000,1.274592,2.987786,1.212908 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030912,0.000000,0,0,0.000000,0.000000,0.000000,2.151328,3.731909,1.041244 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030240,0.000000,0,0,0.000000,0.000000,0.000000,1.273536,2.827073,1.020375 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029984,0.000000,0,0,0.000000,0.000000,0.000000,1.990688,3.569984,1.020615 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030720,0.000000,0,0,0.000000,0.000000,0.000000,1.287936,2.717826,0.935194 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029920,0.000000,0,0,0.000000,0.000000,0.000000,1.535232,2.980522,0.894397 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031008,0.000000,0,0,0.000000,0.000000,0.000000,1.281952,2.637224,0.835215 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031360,0.000000,0,0,0.000000,0.000000,0.000000,1.601472,3.090700,1.176800 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031648,0.000000,0,0,0.000000,0.000000,0.000000,1.818656,3.369155,0.998223 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030912,0.000000,0,0,0.000000,0.000000,0.000000,1.394688,2.900812,0.916108 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030624,0.000000,0,0,0.000000,0.000000,0.000000,1.821216,3.146044,0.888997 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030880,0.000000,0,0,0.000000,0.000000,0.000000,1.288832,2.771398,1.025133 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030880,0.000000,0,0,0.000000,0.000000,0.000000,1.991456,3.331374,0.859702 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030848,0.000000,0,0,0.000000,0.000000,0.000000,1.621056,2.909158,0.849332 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029856,0.000000,0,0,0.000000,0.000000,0.000000,1.536032,2.785615,0.896381 +0,off,gpu-frustum,gpu-frustum,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029696,0.000000,0,0,0.000000,0.000000,0.000000,1.408640,2.989118,1.062625 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-000_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-000_run-2.csv new file mode 100644 index 0000000..b87bbcf --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-000_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +0,off,gpu-frustum,gpu-frustum,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030656,0.000000,0,0,0.000000,0.000000,0.000000,1.512480,2.874161,0.823183 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030944,0.000000,0,0,0.000000,0.000000,0.000000,1.823520,3.306157,0.836808 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030240,0.000000,0,0,0.000000,0.000000,0.000000,1.570944,2.970102,0.835546 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030880,0.000000,0,0,0.000000,0.000000,0.000000,1.904640,3.160803,0.797835 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030848,0.000000,0,0,0.000000,0.000000,0.000000,1.280960,2.502029,0.821048 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030528,0.000000,0,0,0.000000,0.000000,0.000000,1.285760,2.666289,0.960672 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030624,0.000000,0,0,0.000000,0.000000,0.000000,1.464544,3.461810,0.948419 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030784,0.000000,0,0,0.000000,0.000000,0.000000,1.622432,2.960915,0.874399 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030432,0.000000,0,0,0.000000,0.000000,0.000000,1.826208,3.138850,0.840446 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030720,0.000000,0,0,0.000000,0.000000,0.000000,1.569824,2.970704,0.850645 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031328,0.000000,0,0,0.000000,0.000000,0.000000,1.998240,3.286490,0.852638 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031232,0.000000,0,0,0.000000,0.000000,0.000000,1.619968,2.814629,0.787115 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031104,0.000000,0,0,0.000000,0.000000,0.000000,1.276864,2.347137,0.807113 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029888,0.000000,0,0,0.000000,0.000000,0.000000,1.464672,2.924657,0.822592 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029728,0.000000,0,0,0.000000,0.000000,0.000000,1.594688,2.949464,0.816510 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030976,0.000000,0,0,0.000000,0.000000,0.000000,1.824832,3.213912,0.854772 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029888,0.000000,0,0,0.000000,0.000000,0.000000,1.608960,3.046767,1.002992 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031328,0.000000,0,0,0.000000,0.000000,0.000000,1.934464,3.192612,0.914154 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030016,0.000000,0,0,0.000000,0.000000,0.000000,1.295296,2.517278,0.827380 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030688,0.000000,0,0,0.000000,0.000000,0.000000,1.287968,2.550221,0.853259 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030592,0.000000,0,0,0.000000,0.000000,0.000000,1.826304,3.093676,0.828443 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030400,0.000000,0,0,0.000000,0.000000,0.000000,1.602912,3.011180,0.827211 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030784,0.000000,0,0,0.000000,0.000000,0.000000,1.824352,3.225704,0.834093 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031040,0.000000,0,0,0.000000,0.000000,0.000000,1.631264,2.980552,0.903645 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031136,0.000000,0,0,0.000000,0.000000,0.000000,1.536320,2.675758,0.845335 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031008,0.000000,0,0,0.000000,0.000000,0.000000,1.412032,2.807576,0.908504 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030592,0.000000,0,0,0.000000,0.000000,0.000000,1.292512,2.571281,0.863228 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031008,0.000000,0,0,0.000000,0.000000,0.000000,1.823936,3.146896,0.862908 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.043808,0.000000,0,0,0.000000,0.000000,0.000000,1.643360,3.306597,1.071742 +0,off,gpu-frustum,gpu-frustum,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031200,0.000000,0,0,0.000000,0.000000,0.000000,1.822624,3.338177,0.989105 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-000_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-000_run-3.csv new file mode 100644 index 0000000..0c0bcac --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-000_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +0,off,gpu-frustum,gpu-frustum,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030848,0.000000,0,0,0.000000,0.000000,0.000000,1.825216,3.142477,0.867507 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030016,0.000000,0,0,0.000000,0.000000,0.000000,1.274176,2.683893,1.039661 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030720,0.000000,0,0,0.000000,0.000000,0.000000,1.600704,2.988106,0.897553 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030144,0.000000,0,0,0.000000,0.000000,0.000000,1.392448,2.752933,0.846908 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030848,0.000000,0,0,0.000000,0.000000,0.000000,1.839584,3.237026,0.885370 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030400,0.000000,0,0,0.000000,0.000000,0.000000,1.843360,3.151444,0.858940 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029632,0.000000,0,0,0.000000,0.000000,0.000000,1.546912,3.098885,0.889197 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030656,0.000000,0,0,0.000000,0.000000,0.000000,1.846304,3.127229,0.852709 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030176,0.000000,0,0,0.000000,0.000000,0.000000,1.273024,2.710653,0.980479 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030848,0.000000,0,0,0.000000,0.000000,0.000000,1.422048,2.771067,0.901791 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030688,0.000000,0,0,0.000000,0.000000,0.000000,1.411488,2.987224,0.985408 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030144,0.000000,0,0,0.000000,0.000000,0.000000,1.575424,3.252575,0.917772 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030464,0.000000,0,0,0.000000,0.000000,0.000000,1.475104,3.135003,1.016778 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030272,0.000000,0,0,0.000000,0.000000,0.000000,1.890944,3.278324,0.902282 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030976,0.000000,0,0,0.000000,0.000000,0.000000,1.833952,3.365799,1.165248 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031136,0.000000,0,0,0.000000,0.000000,0.000000,1.294976,2.883920,1.112498 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030880,0.000000,0,0,0.000000,0.000000,0.000000,1.838112,3.223520,0.920827 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029600,0.000000,0,0,0.000000,0.000000,0.000000,1.276672,2.681819,0.982003 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031008,0.000000,0,0,0.000000,0.000000,0.000000,1.482176,2.951297,0.937157 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029504,0.000000,0,0,0.000000,0.000000,0.000000,1.273056,2.607128,0.947106 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030944,0.000000,0,0,0.000000,0.000000,0.000000,1.545120,2.856247,0.957606 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030848,0.000000,0,0,0.000000,0.000000,0.000000,1.853824,3.210556,0.902542 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030272,0.000000,0,0,0.000000,0.000000,0.000000,1.560800,3.109035,1.078714 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030880,0.000000,0,0,0.000000,0.000000,0.000000,1.747904,3.126057,0.902903 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030176,0.000000,0,0,0.000000,0.000000,0.000000,1.464608,2.833745,1.006889 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030816,0.000000,0,0,0.000000,0.000000,0.000000,1.598208,3.281701,0.972484 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029504,0.000000,0,0,0.000000,0.000000,0.000000,1.411456,2.917874,1.025043 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030944,0.000000,0,0,0.000000,0.000000,0.000000,1.406112,2.873420,0.953398 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030272,0.000000,0,0,0.000000,0.000000,0.000000,1.409600,3.169469,0.905618 +0,off,gpu-frustum,gpu-frustum,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029728,0.000000,0,0,0.000000,0.000000,0.000000,1.549056,3.011160,1.004825 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-004_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-004_run-1.csv new file mode 100644 index 0000000..8a23d88 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-004_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +4,off,gpu-frustum,gpu-frustum,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087808,0.000000,0,0,0.000000,0.000000,0.000000,1.330912,2.513291,0.764482 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088224,0.000000,0,0,0.000000,0.000000,0.000000,1.332032,2.536164,0.867326 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087648,0.000000,0,0,0.000000,0.000000,0.000000,1.743360,2.907695,0.721601 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.089248,0.000000,0,0,0.000000,0.000000,0.000000,1.354848,2.704141,1.029442 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087904,0.000000,0,0,0.000000,0.000000,0.000000,2.097888,3.434368,0.818564 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087648,0.000000,0,0,0.000000,0.000000,0.000000,1.360000,2.712146,0.888857 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087744,0.000000,0,0,0.000000,0.000000,0.000000,2.215552,3.662519,0.820588 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087488,0.000000,0,0,0.000000,0.000000,0.000000,1.329888,2.635492,0.759853 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088096,0.000000,0,0,0.000000,0.000000,0.000000,1.330816,2.630942,0.978226 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088192,0.000000,0,0,0.000000,0.000000,0.000000,2.103776,3.600191,0.995137 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088352,0.000000,0,0,0.000000,0.000000,0.000000,1.557344,2.789342,0.815108 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088064,0.000000,0,0,0.000000,0.000000,0.000000,1.716256,2.951848,0.767548 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088352,0.000000,0,0,0.000000,0.000000,0.000000,1.351104,2.776637,0.998885 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087936,0.000000,0,0,0.000000,0.000000,0.000000,2.095232,3.556598,0.892153 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088000,0.000000,0,0,0.000000,0.000000,0.000000,1.340256,2.561171,0.841067 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087808,0.000000,0,0,0.000000,0.000000,0.000000,2.214368,3.564554,0.962215 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087968,0.000000,0,0,0.000000,0.000000,0.000000,1.330304,2.580017,0.808144 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088640,0.000000,0,0,0.000000,0.000000,0.000000,1.331904,2.646773,1.002100 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087520,0.000000,0,0,0.000000,0.000000,0.000000,1.717568,3.463222,0.871214 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088192,0.000000,0,0,0.000000,0.000000,0.000000,1.347328,2.784803,0.922290 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088064,0.000000,0,0,0.000000,0.000000,0.000000,1.790528,3.351061,0.844973 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088384,0.000000,0,0,0.000000,0.000000,0.000000,1.353728,2.742062,0.999615 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088256,0.000000,0,0,0.000000,0.000000,0.000000,2.108000,3.482329,0.907422 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088192,0.000000,0,0,0.000000,0.000000,0.000000,1.341344,3.314031,1.406844 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088256,0.000000,0,0,0.000000,0.000000,0.000000,2.103584,4.381956,1.469352 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087968,0.000000,0,0,0.000000,0.000000,0.000000,1.336576,3.397739,1.512313 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087456,0.000000,0,0,0.000000,0.000000,0.000000,1.512928,3.629917,0.880822 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087776,0.000000,0,0,0.000000,0.000000,0.000000,1.337568,3.016791,1.212968 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088256,0.000000,0,0,0.000000,0.000000,0.000000,2.035232,3.634586,0.860323 +4,off,gpu-frustum,gpu-frustum,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087680,0.000000,0,0,0.000000,0.000000,0.000000,1.351360,2.914688,1.035824 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-004_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-004_run-2.csv new file mode 100644 index 0000000..4164cc0 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-004_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +4,off,gpu-frustum,gpu-frustum,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.089088,0.000000,0,0,0.000000,0.000000,0.000000,2.045856,3.582648,0.846246 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088736,0.000000,0,0,0.000000,0.000000,0.000000,1.357440,2.728838,0.978035 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087872,0.000000,0,0,0.000000,0.000000,0.000000,2.405312,3.577268,0.830677 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088096,0.000000,0,0,0.000000,0.000000,0.000000,1.359968,2.574607,0.867917 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087808,0.000000,0,0,0.000000,0.000000,0.000000,1.627456,2.949414,0.941365 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.089248,0.000000,0,0,0.000000,0.000000,0.000000,1.336800,2.574236,0.850755 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088064,0.000000,0,0,0.000000,0.000000,0.000000,1.337952,3.353776,0.870472 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088416,0.000000,0,0,0.000000,0.000000,0.000000,1.338016,2.367115,0.784359 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088800,0.000000,0,0,0.000000,0.000000,0.000000,1.583072,2.769945,0.871304 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088128,0.000000,0,0,0.000000,0.000000,0.000000,1.472960,2.820050,0.900308 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087936,0.000000,0,0,0.000000,0.000000,0.000000,1.469824,2.719670,0.800500 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088800,0.000000,0,0,0.000000,0.000000,0.000000,1.334752,2.568224,0.991901 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088544,0.000000,0,0,0.000000,0.000000,0.000000,1.885280,3.310003,0.976973 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088064,0.000000,0,0,0.000000,0.000000,0.000000,1.343680,2.730741,0.977775 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088064,0.000000,0,0,0.000000,0.000000,0.000000,2.049472,3.434098,0.947478 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088512,0.000000,0,0,0.000000,0.000000,0.000000,1.617056,3.038171,0.908223 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088256,0.000000,0,0,0.000000,0.000000,0.000000,2.056736,3.486427,0.990428 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088256,0.000000,0,0,0.000000,0.000000,0.000000,1.335744,2.718839,0.984708 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.089056,0.000000,0,0,0.000000,0.000000,0.000000,1.602464,3.050484,0.976151 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.089312,0.000000,0,0,0.000000,0.000000,0.000000,1.334176,2.658355,0.972435 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.089600,0.000000,0,0,0.000000,0.000000,0.000000,1.454592,2.816693,1.060921 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088160,0.000000,0,0,0.000000,0.000000,0.000000,2.045248,4.107228,1.056102 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087552,0.000000,0,0,0.000000,0.000000,0.000000,1.340512,2.741762,1.013472 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088576,0.000000,0,0,0.000000,0.000000,0.000000,2.215072,3.613446,0.953118 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088128,0.000000,0,0,0.000000,0.000000,0.000000,1.347008,2.983678,0.971182 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087840,0.000000,0,0,0.000000,0.000000,0.000000,2.047616,3.515402,1.017449 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088672,0.000000,0,0,0.000000,0.000000,0.000000,1.660608,3.109626,0.909576 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088480,0.000000,0,0,0.000000,0.000000,0.000000,2.049952,3.489893,0.986081 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088416,0.000000,0,0,0.000000,0.000000,0.000000,1.697632,3.052187,0.864861 +4,off,gpu-frustum,gpu-frustum,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087968,0.000000,0,0,0.000000,0.000000,0.000000,1.996704,3.294945,0.953880 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-004_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-004_run-3.csv new file mode 100644 index 0000000..36e1a18 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-004_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +4,off,gpu-frustum,gpu-frustum,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088512,0.000000,0,0,0.000000,0.000000,0.000000,1.331200,2.876667,0.949271 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088352,0.000000,0,0,0.000000,0.000000,0.000000,1.906528,3.174649,0.916649 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088896,0.000000,0,0,0.000000,0.000000,0.000000,1.452512,2.882427,0.936877 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088032,0.000000,0,0,0.000000,0.000000,0.000000,1.871584,3.295987,0.945854 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088800,0.000000,0,0,0.000000,0.000000,0.000000,1.455648,3.435640,0.963959 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088512,0.000000,0,0,0.000000,0.000000,0.000000,1.605344,3.190008,1.075128 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087616,0.000000,0,0,0.000000,0.000000,0.000000,2.075808,3.808003,0.933150 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088128,0.000000,0,0,0.000000,0.000000,0.000000,1.607136,3.103575,1.051123 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088704,0.000000,0,0,0.000000,0.000000,0.000000,1.905952,3.325303,0.903464 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088512,0.000000,0,0,0.000000,0.000000,0.000000,1.348064,2.927822,1.122898 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.089632,0.000000,0,0,0.000000,0.000000,0.000000,2.048960,3.724876,1.125723 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088704,0.000000,0,0,0.000000,0.000000,0.000000,1.343808,3.012182,1.210764 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.089056,0.000000,0,0,0.000000,0.000000,0.000000,1.673312,3.428697,1.288140 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.089056,0.000000,0,0,0.000000,0.000000,0.000000,1.333280,2.825600,1.086530 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088320,0.000000,0,0,0.000000,0.000000,0.000000,1.677152,3.626822,1.494018 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087936,0.000000,0,0,0.000000,0.000000,0.000000,1.332608,2.955315,1.157403 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088576,0.000000,0,0,0.000000,0.000000,0.000000,1.332320,2.989138,0.999886 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088800,0.000000,0,0,0.000000,0.000000,0.000000,1.449568,3.908472,1.000547 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088704,0.000000,0,0,0.000000,0.000000,0.000000,1.674144,3.250001,1.085077 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088608,0.000000,0,0,0.000000,0.000000,0.000000,1.350336,2.669836,0.935485 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088256,0.000000,0,0,0.000000,0.000000,0.000000,1.595328,2.940336,0.999225 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088544,0.000000,0,0,0.000000,0.000000,0.000000,1.514304,3.356210,0.960713 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087488,0.000000,0,0,0.000000,0.000000,0.000000,1.596768,3.167525,1.084677 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088160,0.000000,0,0,0.000000,0.000000,0.000000,1.922976,3.710489,1.139169 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087808,0.000000,0,0,0.000000,0.000000,0.000000,1.348544,2.768983,0.987031 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088544,0.000000,0,0,0.000000,0.000000,0.000000,2.043648,3.571547,0.867667 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.087392,0.000000,0,0,0.000000,0.000000,0.000000,1.331136,2.869152,1.123158 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088640,0.000000,0,0,0.000000,0.000000,0.000000,1.651616,3.251763,1.120013 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088224,0.000000,0,0,0.000000,0.000000,0.000000,1.331552,2.965915,1.222877 +4,off,gpu-frustum,gpu-frustum,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,1,59549248,0.088384,0.000000,0,0,0.000000,0.000000,0.000000,1.333312,2.855396,1.045401 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-016_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-016_run-1.csv new file mode 100644 index 0000000..d4ea33b --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-016_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +16,off,gpu-frustum,gpu-frustum,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275456,0.000000,0,0,0.000000,0.000000,0.000000,2.057312,3.582017,1.048608 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.274912,0.000000,0,0,0.000000,0.000000,0.000000,1.859840,3.320063,0.926066 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275584,0.000000,0,0,0.000000,0.000000,0.000000,2.064352,3.362473,0.919514 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275712,0.000000,0,0,0.000000,0.000000,0.000000,1.535360,2.960714,0.937749 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.274560,0.000000,0,0,0.000000,0.000000,0.000000,2.063776,3.610520,1.031115 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275424,0.000000,0,0,0.000000,0.000000,0.000000,1.853760,3.175360,0.832671 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275328,0.000000,0,0,0.000000,0.000000,0.000000,2.063456,3.664423,1.016167 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276736,0.000000,0,0,0.000000,0.000000,0.000000,1.522624,2.882597,0.889047 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275968,0.000000,0,0,0.000000,0.000000,0.000000,1.659744,3.154821,0.916218 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276800,0.000000,0,0,0.000000,0.000000,0.000000,2.094752,3.461960,0.850534 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276096,0.000000,0,0,0.000000,0.000000,0.000000,1.517984,2.763833,0.869721 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275232,0.000000,0,0,0.000000,0.000000,0.000000,1.927904,3.378743,0.928271 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276096,0.000000,0,0,0.000000,0.000000,0.000000,1.533376,2.745719,0.858449 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.274720,0.000000,0,0,0.000000,0.000000,0.000000,1.702368,3.431082,1.042677 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275808,0.000000,0,0,0.000000,0.000000,0.000000,1.533152,3.033693,0.987162 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275680,0.000000,0,0,0.000000,0.000000,0.000000,3.084544,4.670470,1.051283 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276448,0.000000,0,0,0.000000,0.000000,0.000000,1.822784,3.222428,0.858098 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275520,0.000000,0,0,0.000000,0.000000,0.000000,1.907520,3.249780,0.864811 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275488,0.000000,0,0,0.000000,0.000000,0.000000,1.859904,3.291329,0.928271 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.274464,0.000000,0,0,0.000000,0.000000,0.000000,1.703648,3.183766,1.012790 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275552,0.000000,0,0,0.000000,0.000000,0.000000,1.880576,3.296237,0.896210 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275104,0.000000,0,0,0.000000,0.000000,0.000000,1.629632,3.469394,0.870682 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275328,0.000000,0,0,0.000000,0.000000,0.000000,1.863840,3.152737,0.845285 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276032,0.000000,0,0,0.000000,0.000000,0.000000,2.063616,3.435811,0.973667 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276032,0.000000,0,0,0.000000,0.000000,0.000000,1.533952,2.917383,0.912602 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276256,0.000000,0,0,0.000000,0.000000,0.000000,2.071552,3.612604,1.065360 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.274368,0.000000,0,0,0.000000,0.000000,0.000000,1.880448,3.285517,0.869890 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.273856,0.000000,0,0,0.000000,0.000000,0.000000,2.069952,3.393451,0.995558 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.274816,0.000000,0,0,0.000000,0.000000,0.000000,1.824640,3.284115,0.863439 +16,off,gpu-frustum,gpu-frustum,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275872,0.000000,0,0,0.000000,0.000000,0.000000,2.064064,3.483941,0.956254 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-016_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-016_run-2.csv new file mode 100644 index 0000000..16843fe --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-016_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +16,off,gpu-frustum,gpu-frustum,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277536,0.000000,0,0,0.000000,0.000000,0.000000,2.233376,3.578661,0.892794 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276480,0.000000,0,0,0.000000,0.000000,0.000000,1.861248,3.237216,0.910227 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277600,0.000000,0,0,0.000000,0.000000,0.000000,2.071200,3.486897,0.968067 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277248,0.000000,0,0,0.000000,0.000000,0.000000,1.745600,3.220155,0.898866 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276512,0.000000,0,0,0.000000,0.000000,0.000000,2.072576,3.485685,0.950433 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277312,0.000000,0,0,0.000000,0.000000,0.000000,1.861632,3.292871,0.934563 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276608,0.000000,0,0,0.000000,0.000000,0.000000,2.068736,3.767356,1.045623 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276480,0.000000,0,0,0.000000,0.000000,0.000000,1.807936,3.391076,0.988364 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276704,0.000000,0,0,0.000000,0.000000,0.000000,2.070752,3.552351,1.001158 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277632,0.000000,0,0,0.000000,0.000000,0.000000,1.527232,3.043171,1.054158 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276128,0.000000,0,0,0.000000,0.000000,0.000000,3.095968,4.594206,1.023550 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277056,0.000000,0,0,0.000000,0.000000,0.000000,1.729152,3.070182,0.872005 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277216,0.000000,0,0,0.000000,0.000000,0.000000,1.642080,3.001071,0.910317 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276608,0.000000,0,0,0.000000,0.000000,0.000000,1.526144,2.892085,0.983916 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276800,0.000000,0,0,0.000000,0.000000,0.000000,2.066400,3.610210,1.064057 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.285632,0.000000,0,0,0.000000,0.000000,0.000000,1.856096,3.255531,0.980600 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277344,0.000000,0,0,0.000000,0.000000,0.000000,2.072288,3.687285,1.134149 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276960,0.000000,0,0,0.000000,0.000000,0.000000,1.848960,3.324240,1.011067 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.278336,0.000000,0,0,0.000000,0.000000,0.000000,2.071808,3.728063,1.198491 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277568,0.000000,0,0,0.000000,0.000000,0.000000,1.856128,3.209855,0.932419 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277568,0.000000,0,0,0.000000,0.000000,0.000000,2.071648,3.711401,1.188412 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277152,0.000000,0,0,0.000000,0.000000,0.000000,1.856704,3.317217,1.036025 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276704,0.000000,0,0,0.000000,0.000000,0.000000,2.067968,3.662319,1.141874 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276864,0.000000,0,0,0.000000,0.000000,0.000000,1.832544,3.294244,0.930054 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277856,0.000000,0,0,0.000000,0.000000,0.000000,2.073632,3.770593,1.251401 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.278432,0.000000,0,0,0.000000,0.000000,0.000000,1.757696,3.275168,0.905107 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276992,0.000000,0,0,0.000000,0.000000,0.000000,2.067680,3.814265,1.281748 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277184,0.000000,0,0,0.000000,0.000000,0.000000,1.523936,2.953682,0.972655 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275072,0.000000,0,0,0.000000,0.000000,0.000000,2.071360,3.779990,1.248295 +16,off,gpu-frustum,gpu-frustum,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276192,0.000000,0,0,0.000000,0.000000,0.000000,1.855520,3.302098,0.988936 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-016_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-016_run-3.csv new file mode 100644 index 0000000..b3632b1 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-016_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +16,off,gpu-frustum,gpu-frustum,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276224,0.000000,0,0,0.000000,0.000000,0.000000,1.850464,3.371460,0.963358 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277024,0.000000,0,0,0.000000,0.000000,0.000000,2.069696,3.753460,1.189304 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277120,0.000000,0,0,0.000000,0.000000,0.000000,1.752608,3.524418,1.134940 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276736,0.000000,0,0,0.000000,0.000000,0.000000,2.071040,3.562039,0.947197 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277408,0.000000,0,0,0.000000,0.000000,0.000000,1.543296,2.923695,0.933100 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276256,0.000000,0,0,0.000000,0.000000,0.000000,2.067616,3.564744,1.050641 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.278464,0.000000,0,0,0.000000,0.000000,0.000000,1.875264,3.463233,0.861245 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276736,0.000000,0,0,0.000000,0.000000,0.000000,2.065696,3.636410,1.089255 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276768,0.000000,0,0,0.000000,0.000000,0.000000,1.867360,3.362061,1.007070 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.275552,0.000000,0,0,0.000000,0.000000,0.000000,2.067136,3.607946,1.053568 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277888,0.000000,0,0,0.000000,0.000000,0.000000,1.887392,3.265089,0.911860 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276416,0.000000,0,0,0.000000,0.000000,0.000000,2.067584,3.487568,0.980990 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276608,0.000000,0,0,0.000000,0.000000,0.000000,1.885216,3.217459,0.883035 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276896,0.000000,0,0,0.000000,0.000000,0.000000,2.072224,3.501244,1.006308 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276640,0.000000,0,0,0.000000,0.000000,0.000000,1.867744,3.204454,0.884599 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276640,0.000000,0,0,0.000000,0.000000,0.000000,2.070528,3.481587,0.981311 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276032,0.000000,0,0,0.000000,0.000000,0.000000,1.854528,3.270168,0.956294 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277760,0.000000,0,0,0.000000,0.000000,0.000000,2.071616,3.505222,0.994045 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276896,0.000000,0,0,0.000000,0.000000,0.000000,1.853568,3.243689,0.966904 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277696,0.000000,0,0,0.000000,0.000000,0.000000,2.068576,3.610730,1.063035 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277056,0.000000,0,0,0.000000,0.000000,0.000000,1.853184,3.525941,1.159988 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277664,0.000000,0,0,0.000000,0.000000,0.000000,2.076576,3.662459,1.085628 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277888,0.000000,0,0,0.000000,0.000000,0.000000,1.870752,3.247746,0.887363 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277632,0.000000,0,0,0.000000,0.000000,0.000000,2.069536,3.451881,0.955002 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276576,0.000000,0,0,0.000000,0.000000,0.000000,1.850464,3.199215,0.891462 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277120,0.000000,0,0,0.000000,0.000000,0.000000,2.073152,3.443195,0.946766 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276896,0.000000,0,0,0.000000,0.000000,0.000000,1.830816,3.215275,0.931627 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.277472,0.000000,0,0,0.000000,0.000000,0.000000,2.075680,3.562339,0.965040 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276768,0.000000,0,0,0.000000,0.000000,0.000000,1.851648,3.182594,0.896260 +16,off,gpu-frustum,gpu-frustum,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,1,59550208,0.276032,0.000000,0,0,0.000000,0.000000,0.000000,2.069600,3.701011,0.960783 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-032_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-032_run-1.csv new file mode 100644 index 0000000..c41d439 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-032_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +32,off,gpu-frustum,gpu-frustum,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.533792,0.000000,0,0,0.000000,0.000000,0.000000,1.787776,3.171543,0.934011 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.537280,0.000000,0,0,0.000000,0.000000,0.000000,2.133184,3.547121,0.923292 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.533568,0.000000,0,0,0.000000,0.000000,0.000000,1.773920,3.168697,0.956725 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.533216,0.000000,0,0,0.000000,0.000000,0.000000,1.884000,3.384464,0.977113 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.532224,0.000000,0,0,0.000000,0.000000,0.000000,1.776096,3.243138,1.004205 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536672,0.000000,0,0,0.000000,0.000000,0.000000,1.945792,3.350470,0.899307 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.533696,0.000000,0,0,0.000000,0.000000,0.000000,1.798720,3.437394,0.995527 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.534208,0.000000,0,0,0.000000,0.000000,0.000000,2.388064,3.843259,0.955663 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.534176,0.000000,0,0,0.000000,0.000000,0.000000,1.776384,3.146696,0.919635 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.533600,0.000000,0,0,0.000000,0.000000,0.000000,1.930304,3.519028,1.040092 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.532352,0.000000,0,0,0.000000,0.000000,0.000000,2.776480,4.248294,0.973196 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.533440,0.000000,0,0,0.000000,0.000000,0.000000,2.033824,3.644966,1.115615 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.535040,0.000000,0,0,0.000000,0.000000,0.000000,1.779488,3.107882,0.957937 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.533344,0.000000,0,0,0.000000,0.000000,0.000000,1.886400,3.287561,0.929604 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.534528,0.000000,0,0,0.000000,0.000000,0.000000,2.061824,3.514820,0.891031 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.535040,0.000000,0,0,0.000000,0.000000,0.000000,2.165024,3.450509,0.838842 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.532384,0.000000,0,0,0.000000,0.000000,0.000000,1.775488,3.091501,0.897764 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536064,0.000000,0,0,0.000000,0.000000,0.000000,1.943968,3.258877,0.867997 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.533632,0.000000,0,0,0.000000,0.000000,0.000000,1.774912,3.193995,0.883256 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.532992,0.000000,0,0,0.000000,0.000000,0.000000,1.966816,3.483490,0.874971 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.533760,0.000000,0,0,0.000000,0.000000,0.000000,1.778304,3.167215,0.928331 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.533600,0.000000,0,0,0.000000,0.000000,0.000000,1.963488,3.848931,0.851426 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536544,0.000000,0,0,0.000000,0.000000,0.000000,2.012352,3.560517,0.887955 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.532608,0.000000,0,0,0.000000,0.000000,0.000000,1.960736,3.304153,0.856475 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.534464,0.000000,0,0,0.000000,0.000000,0.000000,1.778368,3.353145,1.135552 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.532576,0.000000,0,0,0.000000,0.000000,0.000000,1.937120,3.770442,0.904255 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.543488,0.000000,0,0,0.000000,0.000000,0.000000,1.809184,3.130134,0.897923 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.531776,0.000000,0,0,0.000000,0.000000,0.000000,1.936416,3.291830,0.871534 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.535328,0.000000,0,0,0.000000,0.000000,0.000000,1.778176,3.215837,1.027789 +32,off,gpu-frustum,gpu-frustum,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.535904,0.000000,0,0,0.000000,0.000000,0.000000,2.550784,3.955221,0.924784 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-032_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-032_run-2.csv new file mode 100644 index 0000000..b617b02 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-032_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +32,off,gpu-frustum,gpu-frustum,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.540064,0.000000,0,0,0.000000,0.000000,0.000000,1.785888,3.099156,0.905057 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539168,0.000000,0,0,0.000000,0.000000,0.000000,2.337216,3.704848,0.907131 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536992,0.000000,0,0,0.000000,0.000000,0.000000,2.104192,3.464155,0.852377 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539680,0.000000,0,0,0.000000,0.000000,0.000000,1.973056,3.387210,0.878768 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539520,0.000000,0,0,0.000000,0.000000,0.000000,2.145632,3.500242,0.866083 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538368,0.000000,0,0,0.000000,0.000000,0.000000,1.973024,3.329991,0.878838 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538400,0.000000,0,0,0.000000,0.000000,0.000000,2.121440,3.676375,0.881322 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538528,0.000000,0,0,0.000000,0.000000,0.000000,1.973568,3.391628,0.926758 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538624,0.000000,0,0,0.000000,0.000000,0.000000,2.086368,3.512596,0.889899 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539072,0.000000,0,0,0.000000,0.000000,0.000000,1.951360,3.632652,1.111577 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538944,0.000000,0,0,0.000000,0.000000,0.000000,2.122528,3.612455,0.953820 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536000,0.000000,0,0,0.000000,0.000000,0.000000,1.967776,3.357012,0.903785 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.537792,0.000000,0,0,0.000000,0.000000,0.000000,2.114976,3.451159,0.875321 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539904,0.000000,0,0,0.000000,0.000000,0.000000,1.899424,3.253998,0.878868 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.537984,0.000000,0,0,0.000000,0.000000,0.000000,1.783648,3.109916,0.937739 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538944,0.000000,0,0,0.000000,0.000000,0.000000,2.331680,3.699248,0.910648 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539904,0.000000,0,0,0.000000,0.000000,0.000000,2.118848,3.494632,0.893846 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538080,0.000000,0,0,0.000000,0.000000,0.000000,1.973312,3.344870,0.916709 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536032,0.000000,0,0,0.000000,0.000000,0.000000,2.028032,3.521071,0.945423 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.537472,0.000000,0,0,0.000000,0.000000,0.000000,1.942176,3.672728,1.001169 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.535392,0.000000,0,0,0.000000,0.000000,0.000000,1.781248,3.193424,0.985639 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.537824,0.000000,0,0,0.000000,0.000000,0.000000,2.496352,3.969628,1.035874 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.534560,0.000000,0,0,0.000000,0.000000,0.000000,1.785568,3.239580,0.992162 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536992,0.000000,0,0,0.000000,0.000000,0.000000,2.107360,3.741488,0.980559 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536384,0.000000,0,0,0.000000,0.000000,0.000000,2.072352,3.631981,1.008743 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536480,0.000000,0,0,0.000000,0.000000,0.000000,1.912128,3.444507,1.024913 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.537408,0.000000,0,0,0.000000,0.000000,0.000000,1.782976,3.233699,0.984096 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536992,0.000000,0,0,0.000000,0.000000,0.000000,2.104160,3.771615,1.050732 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536544,0.000000,0,0,0.000000,0.000000,0.000000,1.782848,3.484123,1.164737 +32,off,gpu-frustum,gpu-frustum,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.536288,0.000000,0,0,0.000000,0.000000,0.000000,1.971712,3.639826,1.100365 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-032_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-032_run-3.csv new file mode 100644 index 0000000..1885bb1 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-032_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +32,off,gpu-frustum,gpu-frustum,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.535616,0.000000,0,0,0.000000,0.000000,0.000000,1.780928,3.370217,1.144749 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.535296,0.000000,0,0,0.000000,0.000000,0.000000,1.956192,3.911479,1.370095 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539680,0.000000,0,0,0.000000,0.000000,0.000000,1.795232,3.238228,0.973556 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538624,0.000000,0,0,0.000000,0.000000,0.000000,2.562656,4.177310,0.902843 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538752,0.000000,0,0,0.000000,0.000000,0.000000,2.053568,3.529348,0.963647 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539392,0.000000,0,0,0.000000,0.000000,0.000000,2.373312,3.776213,0.901140 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539008,0.000000,0,0,0.000000,0.000000,0.000000,2.397024,4.058456,0.932599 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538944,0.000000,0,0,0.000000,0.000000,0.000000,1.969536,3.513638,0.921799 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.540544,0.000000,0,0,0.000000,0.000000,0.000000,2.049696,3.745986,0.971202 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.537440,0.000000,0,0,0.000000,0.000000,0.000000,1.971072,3.769300,1.295113 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539200,0.000000,0,0,0.000000,0.000000,0.000000,2.112000,3.567710,0.944422 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539168,0.000000,0,0,0.000000,0.000000,0.000000,1.918656,3.605892,1.214681 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539040,0.000000,0,0,0.000000,0.000000,0.000000,1.781728,3.118863,0.932289 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539680,0.000000,0,0,0.000000,0.000000,0.000000,1.899296,3.568131,1.174526 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538976,0.000000,0,0,0.000000,0.000000,0.000000,2.084608,3.581306,0.977183 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539552,0.000000,0,0,0.000000,0.000000,0.000000,1.921632,3.611933,1.194082 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538272,0.000000,0,0,0.000000,0.000000,0.000000,2.064064,3.620990,0.937138 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.540480,0.000000,0,0,0.000000,0.000000,0.000000,1.919040,3.595222,1.197709 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539232,0.000000,0,0,0.000000,0.000000,0.000000,2.118592,3.474103,0.908443 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538048,0.000000,0,0,0.000000,0.000000,0.000000,1.921280,3.554234,1.034992 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538944,0.000000,0,0,0.000000,0.000000,0.000000,2.120096,3.853469,1.131103 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538368,0.000000,0,0,0.000000,0.000000,0.000000,1.928320,3.401356,0.913583 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.537600,0.000000,0,0,0.000000,0.000000,0.000000,2.565824,4.029791,0.921419 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.537472,0.000000,0,0,0.000000,0.000000,0.000000,1.795264,3.149390,0.855734 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539488,0.000000,0,0,0.000000,0.000000,0.000000,2.586784,4.129820,0.953820 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.540928,0.000000,0,0,0.000000,0.000000,0.000000,2.065184,3.600161,1.003983 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.538944,0.000000,0,0,0.000000,0.000000,0.000000,2.142016,4.676942,1.257903 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.539360,0.000000,0,0,0.000000,0.000000,0.000000,1.784096,3.274176,0.980209 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.540064,0.000000,0,0,0.000000,0.000000,0.000000,1.895104,3.345090,0.954320 +32,off,gpu-frustum,gpu-frustum,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,1,59551488,0.542176,0.000000,0,0,0.000000,0.000000,0.000000,3.110400,5.002686,1.131163 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-064_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-064_run-1.csv new file mode 100644 index 0000000..cd9d318 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-064_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +64,off,gpu-frustum,gpu-frustum,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.041216,0.000000,0,0,0.000000,0.000000,0.000000,3.030624,4.667184,1.176619 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.040704,0.000000,0,0,0.000000,0.000000,0.000000,3.063712,4.537980,0.873107 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.039808,0.000000,0,0,0.000000,0.000000,0.000000,2.829728,4.297686,0.985018 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.038240,0.000000,0,0,0.000000,0.000000,0.000000,2.785440,4.421791,0.959490 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.037856,0.000000,0,0,0.000000,0.000000,0.000000,3.070080,4.575120,1.100155 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.036512,0.000000,0,0,0.000000,0.000000,0.000000,2.564384,3.926917,0.982854 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.040160,0.000000,0,0,0.000000,0.000000,0.000000,3.035584,4.522371,0.863439 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.037664,0.000000,0,0,0.000000,0.000000,0.000000,3.071488,4.302165,0.862457 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.038784,0.000000,0,0,0.000000,0.000000,0.000000,2.582048,3.930164,0.963688 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.043488,0.000000,0,0,0.000000,0.000000,0.000000,2.708800,4.668436,1.068916 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.047488,0.000000,0,0,0.000000,0.000000,0.000000,3.298112,4.788602,0.997912 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.047616,0.000000,0,0,0.000000,0.000000,0.000000,2.866208,4.342452,0.968718 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.044832,0.000000,0,0,0.000000,0.000000,0.000000,2.679776,4.583666,0.993194 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.049472,0.000000,0,0,0.000000,0.000000,0.000000,4.211936,6.262012,1.148587 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.045664,0.000000,0,0,0.000000,0.000000,0.000000,3.576928,5.045578,0.931357 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.042880,0.000000,0,0,0.000000,0.000000,0.000000,2.777216,4.006948,0.885030 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.042656,0.000000,0,0,0.000000,0.000000,0.000000,3.066304,4.317113,0.896010 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.050560,0.000000,0,0,0.000000,0.000000,0.000000,2.584672,3.919213,0.959530 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.043520,0.000000,0,0,0.000000,0.000000,0.000000,2.684704,4.087050,0.891983 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.043680,0.000000,0,0,0.000000,0.000000,0.000000,3.180288,4.814090,0.942508 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.045408,0.000000,0,0,0.000000,0.000000,0.000000,3.059840,4.319538,0.907753 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.044736,0.000000,0,0,0.000000,0.000000,0.000000,2.680576,4.395291,0.952256 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.043168,0.000000,0,0,0.000000,0.000000,0.000000,3.180832,4.794564,1.051463 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046208,0.000000,0,0,0.000000,0.000000,0.000000,3.085664,4.454583,0.962355 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.044480,0.000000,0,0,0.000000,0.000000,0.000000,2.687008,4.712679,1.055140 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.043712,0.000000,0,0,0.000000,0.000000,0.000000,3.300320,4.991606,1.166781 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.043328,0.000000,0,0,0.000000,0.000000,0.000000,2.605920,4.549762,1.201486 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.048224,0.000000,0,0,0.000000,0.000000,0.000000,2.721056,4.708662,1.093383 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.045792,0.000000,0,0,0.000000,0.000000,0.000000,3.126560,4.757774,1.089565 +64,off,gpu-frustum,gpu-frustum,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.042976,0.000000,0,0,0.000000,0.000000,0.000000,3.087296,4.782892,1.222957 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-064_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-064_run-2.csv new file mode 100644 index 0000000..887109b --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-064_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +64,off,gpu-frustum,gpu-frustum,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.042528,0.000000,0,0,0.000000,0.000000,0.000000,3.591584,4.965567,0.908955 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.049408,0.000000,0,0,0.000000,0.000000,0.000000,2.762144,4.068544,0.887945 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046816,0.000000,0,0,0.000000,0.000000,0.000000,2.719200,4.297276,0.909806 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.044288,0.000000,0,0,0.000000,0.000000,0.000000,3.584384,4.923548,0.878086 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.050048,0.000000,0,0,0.000000,0.000000,0.000000,2.599456,4.038087,0.906389 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.044256,0.000000,0,0,0.000000,0.000000,0.000000,3.092032,4.406772,0.838312 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046464,0.000000,0,0,0.000000,0.000000,0.000000,3.596608,5.182225,0.911670 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046176,0.000000,0,0,0.000000,0.000000,0.000000,2.585568,4.163393,1.001238 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.047680,0.000000,0,0,0.000000,0.000000,0.000000,3.080704,4.591872,1.014795 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.047648,0.000000,0,0,0.000000,0.000000,0.000000,3.007584,4.717459,1.193281 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.049984,0.000000,0,0,0.000000,0.000000,0.000000,2.781472,4.225460,0.996941 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.045824,0.000000,0,0,0.000000,0.000000,0.000000,3.080864,4.600428,0.884719 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046784,0.000000,0,0,0.000000,0.000000,0.000000,3.236320,4.619805,0.925977 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.054976,0.000000,0,0,0.000000,0.000000,0.000000,2.805216,4.171599,0.997963 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.053344,0.000000,0,0,0.000000,0.000000,0.000000,3.255392,4.481123,0.893225 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.052928,0.000000,0,0,0.000000,0.000000,0.000000,3.366400,5.527637,0.958017 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.050336,0.000000,0,0,0.000000,0.000000,0.000000,2.604320,4.089114,0.940584 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.053344,0.000000,0,0,0.000000,0.000000,0.000000,3.260960,4.550424,0.835406 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.050240,0.000000,0,0,0.000000,0.000000,0.000000,3.034592,4.361126,0.853550 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.049152,0.000000,0,0,0.000000,0.000000,0.000000,3.068608,4.429907,0.911970 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.055072,0.000000,0,0,0.000000,0.000000,0.000000,3.264544,4.542780,0.913764 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.051328,0.000000,0,0,0.000000,0.000000,0.000000,2.852992,4.266458,0.952266 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.049088,0.000000,0,0,0.000000,0.000000,0.000000,2.737472,4.141432,0.937298 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.052192,0.000000,0,0,0.000000,0.000000,0.000000,3.486624,5.080984,1.103431 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.053824,0.000000,0,0,0.000000,0.000000,0.000000,2.783680,4.304890,1.003403 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.052160,0.000000,0,0,0.000000,0.000000,0.000000,2.747136,4.420879,0.945413 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.050432,0.000000,0,0,0.000000,0.000000,0.000000,3.240704,4.767684,1.004565 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.049088,0.000000,0,0,0.000000,0.000000,0.000000,2.788160,4.082010,0.892613 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.054976,0.000000,0,0,0.000000,0.000000,0.000000,3.086560,4.590890,1.021897 +64,off,gpu-frustum,gpu-frustum,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.052800,0.000000,0,0,0.000000,0.000000,0.000000,3.018368,4.548079,1.030964 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-064_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-064_run-3.csv new file mode 100644 index 0000000..ed2bce3 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-064_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +64,off,gpu-frustum,gpu-frustum,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.054304,0.000000,0,0,0.000000,0.000000,0.000000,2.712288,4.743788,1.077593 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.053440,0.000000,0,0,0.000000,0.000000,0.000000,3.241472,4.792189,0.957627 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.050656,0.000000,0,0,0.000000,0.000000,0.000000,3.044512,4.519505,0.908043 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046976,0.000000,0,0,0.000000,0.000000,0.000000,3.058016,4.565622,0.980189 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.051200,0.000000,0,0,0.000000,0.000000,0.000000,2.843968,4.300342,0.966603 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.050848,0.000000,0,0,0.000000,0.000000,0.000000,3.047264,4.581763,1.046063 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046112,0.000000,0,0,0.000000,0.000000,0.000000,2.718720,4.968062,1.064769 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.045984,0.000000,0,0,0.000000,0.000000,0.000000,3.898464,5.397461,0.973025 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.048544,0.000000,0,0,0.000000,0.000000,0.000000,3.138848,4.531648,0.869981 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.049280,0.000000,0,0,0.000000,0.000000,0.000000,2.292544,3.710890,0.983565 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.047456,0.000000,0,0,0.000000,0.000000,0.000000,3.591264,4.855519,0.906690 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.044320,0.000000,0,0,0.000000,0.000000,0.000000,2.866976,4.279502,0.936105 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046752,0.000000,0,0,0.000000,0.000000,0.000000,2.751296,4.677914,1.045913 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046720,0.000000,0,0,0.000000,0.000000,0.000000,3.587136,5.011493,0.906931 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.044608,0.000000,0,0,0.000000,0.000000,0.000000,4.043488,5.499664,0.982313 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.047680,0.000000,0,0,0.000000,0.000000,0.000000,2.292320,3.692205,0.995558 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.045248,0.000000,0,0,0.000000,0.000000,0.000000,3.427872,4.939928,0.866574 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046400,0.000000,0,0,0.000000,0.000000,0.000000,2.797408,4.287107,0.991731 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046848,0.000000,0,0,0.000000,0.000000,0.000000,2.731360,4.651635,1.006589 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.050528,0.000000,0,0,0.000000,0.000000,0.000000,3.539488,5.728646,1.678907 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.053120,0.000000,0,0,0.000000,0.000000,0.000000,3.182144,4.518232,0.951234 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.046016,0.000000,0,0,0.000000,0.000000,0.000000,2.290976,3.704939,0.937117 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.049728,0.000000,0,0,0.000000,0.000000,0.000000,3.618144,5.014038,0.936497 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.052704,0.000000,0,0,0.000000,0.000000,0.000000,2.694112,4.063234,0.922249 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.051712,0.000000,0,0,0.000000,0.000000,0.000000,2.920352,4.448942,0.915006 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.049056,0.000000,0,0,0.000000,0.000000,0.000000,3.306944,4.657184,0.868488 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.044640,0.000000,0,0,0.000000,0.000000,0.000000,2.554496,3.911398,0.883466 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.050016,0.000000,0,0,0.000000,0.000000,0.000000,3.273248,4.594336,0.865633 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.047424,0.000000,0,0,0.000000,0.000000,0.000000,3.702240,5.377965,1.133688 +64,off,gpu-frustum,gpu-frustum,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,1,59554048,1.047520,0.000000,0,0,0.000000,0.000000,0.000000,2.566400,4.348883,1.171460 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-128_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-128_run-1.csv new file mode 100644 index 0000000..c93375d --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-128_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +128,off,gpu-frustum,gpu-frustum,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.052384,0.000000,0,0,0.000000,0.000000,0.000000,4.563712,6.036346,0.924494 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.041664,0.000000,0,0,0.000000,0.000000,0.000000,3.939744,5.590415,1.045051 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.037184,0.000000,0,0,0.000000,0.000000,0.000000,4.111840,5.534670,0.918813 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.048160,0.000000,0,0,0.000000,0.000000,0.000000,3.766336,5.309555,0.852569 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.043200,0.000000,0,0,0.000000,0.000000,0.000000,4.338080,5.707346,0.823213 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.044928,0.000000,0,0,0.000000,0.000000,0.000000,5.754272,7.057552,0.917681 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.049984,0.000000,0,0,0.000000,0.000000,0.000000,3.684288,5.881936,0.990849 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.046752,0.000000,0,0,0.000000,0.000000,0.000000,4.612800,6.382920,1.188773 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.039968,0.000000,0,0,0.000000,0.000000,0.000000,3.935232,5.430183,0.893966 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.047200,0.000000,0,0,0.000000,0.000000,0.000000,3.773888,5.255845,0.936176 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.038816,0.000000,0,0,0.000000,0.000000,0.000000,4.073408,5.341967,0.883787 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.052896,0.000000,0,0,0.000000,0.000000,0.000000,3.688000,5.162518,0.848390 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.046816,0.000000,0,0,0.000000,0.000000,0.000000,4.076352,5.409514,0.832370 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.037920,0.000000,0,0,0.000000,0.000000,0.000000,3.826368,5.322440,1.002471 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.039040,0.000000,0,0,0.000000,0.000000,0.000000,3.763968,5.153421,0.940824 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.047008,0.000000,0,0,0.000000,0.000000,0.000000,4.339968,5.833234,0.925616 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.043104,0.000000,0,0,0.000000,0.000000,0.000000,4.064896,5.467964,0.968768 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.036160,0.000000,0,0,0.000000,0.000000,0.000000,4.281792,5.823755,1.001479 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.045120,0.000000,0,0,0.000000,0.000000,0.000000,4.275456,6.011690,1.168935 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.050880,0.000000,0,0,0.000000,0.000000,0.000000,3.613856,5.106293,0.974238 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.040480,0.000000,0,0,0.000000,0.000000,0.000000,4.200800,5.585395,0.970020 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.039488,0.000000,0,0,0.000000,0.000000,0.000000,3.675136,5.670696,0.997882 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.037792,0.000000,0,0,0.000000,0.000000,0.000000,4.534848,5.949854,0.875030 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.045024,0.000000,0,0,0.000000,0.000000,0.000000,4.180544,5.658634,0.952917 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.043808,0.000000,0,0,0.000000,0.000000,0.000000,4.261984,5.808316,0.901180 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.042912,0.000000,0,0,0.000000,0.000000,0.000000,3.695104,5.150325,1.034712 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.044416,0.000000,0,0,0.000000,0.000000,0.000000,3.601120,5.217662,0.894007 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.051264,0.000000,0,0,0.000000,0.000000,0.000000,4.112864,5.597559,1.049600 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.063968,0.000000,0,0,0.000000,0.000000,0.000000,4.315776,5.881114,1.008643 +128,off,gpu-frustum,gpu-frustum,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.049344,0.000000,0,0,0.000000,0.000000,0.000000,4.181408,5.920017,1.083625 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-128_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-128_run-2.csv new file mode 100644 index 0000000..faefcb0 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-128_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +128,off,gpu-frustum,gpu-frustum,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.074080,0.000000,0,0,0.000000,0.000000,0.000000,4.524416,5.979178,0.917250 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.067776,0.000000,0,0,0.000000,0.000000,0.000000,3.645920,5.192515,1.007701 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.070720,0.000000,0,0,0.000000,0.000000,0.000000,4.140512,5.680495,1.003593 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.068864,0.000000,0,0,0.000000,0.000000,0.000000,4.548800,6.102631,0.992633 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.072288,0.000000,0,0,0.000000,0.000000,0.000000,4.453248,6.248106,1.213669 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.060928,0.000000,0,0,0.000000,0.000000,0.000000,4.148928,5.974139,1.190576 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.053344,0.000000,0,0,0.000000,0.000000,0.000000,3.976512,6.049360,1.183262 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.062784,0.000000,0,0,0.000000,0.000000,0.000000,4.045504,5.478233,0.931467 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.058624,0.000000,0,0,0.000000,0.000000,0.000000,3.919584,5.473975,1.058166 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.055424,0.000000,0,0,0.000000,0.000000,0.000000,4.283168,5.745938,1.053828 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.069248,0.000000,0,0,0.000000,0.000000,0.000000,4.467616,5.899809,0.886412 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.057760,0.000000,0,0,0.000000,0.000000,0.000000,4.142336,5.533347,0.876102 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.064416,0.000000,0,0,0.000000,0.000000,0.000000,4.146656,5.732864,1.020956 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.055936,0.000000,0,0,0.000000,0.000000,0.000000,3.823456,5.268027,1.049740 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.056128,0.000000,0,0,0.000000,0.000000,0.000000,3.609696,5.576138,0.869861 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.057024,0.000000,0,0,0.000000,0.000000,0.000000,4.279776,5.650709,1.006439 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.061952,0.000000,0,0,0.000000,0.000000,0.000000,4.308064,5.814658,0.992532 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.070688,0.000000,0,0,0.000000,0.000000,0.000000,4.498560,6.011419,0.935815 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.066048,0.000000,0,0,0.000000,0.000000,0.000000,3.634688,5.370300,1.060881 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.052544,0.000000,0,0,0.000000,0.000000,0.000000,3.738592,5.913494,1.235150 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.068864,0.000000,0,0,0.000000,0.000000,0.000000,4.569376,6.184486,0.969348 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.058176,0.000000,0,0,0.000000,0.000000,0.000000,4.113664,5.772609,0.886913 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.056832,0.000000,0,0,0.000000,0.000000,0.000000,4.279776,5.714710,0.894017 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.058816,0.000000,0,0,0.000000,0.000000,0.000000,3.991968,5.492631,0.984648 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.059712,0.000000,0,0,0.000000,0.000000,0.000000,4.440928,6.105467,0.915487 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.065152,0.000000,0,0,0.000000,0.000000,0.000000,3.778176,5.124917,0.923001 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.052224,0.000000,0,0,0.000000,0.000000,0.000000,4.098304,5.538047,0.939331 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.059584,0.000000,0,0,0.000000,0.000000,0.000000,4.452256,5.923814,0.927901 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.069184,0.000000,0,0,0.000000,0.000000,0.000000,4.270592,5.724548,0.940515 +128,off,gpu-frustum,gpu-frustum,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.055232,0.000000,0,0,0.000000,0.000000,0.000000,4.305312,5.785494,0.942297 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-128_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-128_run-3.csv new file mode 100644 index 0000000..08b795d --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-frustum_lights-128_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +128,off,gpu-frustum,gpu-frustum,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.072800,0.000000,0,0,0.000000,0.000000,0.000000,4.052672,5.480688,0.926638 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.064672,0.000000,0,0,0.000000,0.000000,0.000000,4.533088,5.950194,0.902642 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.069376,0.000000,0,0,0.000000,0.000000,0.000000,4.121024,5.675927,1.074006 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.064512,0.000000,0,0,0.000000,0.000000,0.000000,4.655776,6.215465,0.900098 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.080032,0.000000,0,0,0.000000,0.000000,0.000000,4.297824,5.731772,0.858940 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.063712,0.000000,0,0,0.000000,0.000000,0.000000,4.311040,5.756468,0.938290 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.062592,0.000000,0,0,0.000000,0.000000,0.000000,4.078272,5.701194,0.908353 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.071776,0.000000,0,0,0.000000,0.000000,0.000000,3.952064,5.342999,0.933220 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.073600,0.000000,0,0,0.000000,0.000000,0.000000,4.128224,5.573694,0.958528 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.067904,0.000000,0,0,0.000000,0.000000,0.000000,4.447328,5.888737,0.906900 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.064256,0.000000,0,0,0.000000,0.000000,0.000000,4.256128,5.663994,0.898435 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.060544,0.000000,0,0,0.000000,0.000000,0.000000,4.038240,5.749796,1.189744 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.056768,0.000000,0,0,0.000000,0.000000,0.000000,3.775360,5.612717,1.260738 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.056000,0.000000,0,0,0.000000,0.000000,0.000000,3.717024,5.528579,1.173453 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.064736,0.000000,0,0,0.000000,0.000000,0.000000,4.123584,6.035164,1.220412 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.058368,0.000000,0,0,0.000000,0.000000,0.000000,4.257120,5.984238,1.147404 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.064352,0.000000,0,0,0.000000,0.000000,0.000000,4.375008,6.178123,1.187840 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.058944,0.000000,0,0,0.000000,0.000000,0.000000,4.485248,6.303731,1.198571 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.053568,0.000000,0,0,0.000000,0.000000,0.000000,4.038656,5.703368,1.070329 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.051872,0.000000,0,0,0.000000,0.000000,0.000000,3.654624,5.087116,0.893916 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.056992,0.000000,0,0,0.000000,0.000000,0.000000,5.146816,6.570413,0.972404 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.057984,0.000000,0,0,0.000000,0.000000,0.000000,4.100992,5.610864,1.027107 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.061248,0.000000,0,0,0.000000,0.000000,0.000000,4.260896,5.653093,0.850594 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.058208,0.000000,0,0,0.000000,0.000000,0.000000,4.308384,5.743585,0.951034 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.064128,0.000000,0,0,0.000000,0.000000,0.000000,4.045920,5.543506,0.995868 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.065344,0.000000,0,0,0.000000,0.000000,0.000000,3.635680,5.123454,0.933751 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.056288,0.000000,0,0,0.000000,0.000000,0.000000,4.103072,5.639548,0.954861 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.056288,0.000000,0,0,0.000000,0.000000,0.000000,4.256288,5.773570,0.889999 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.060576,0.000000,0,0,0.000000,0.000000,0.000000,4.366976,5.972816,0.964940 +128,off,gpu-frustum,gpu-frustum,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,1,59559168,2.051584,0.000000,0,0,0.000000,0.000000,0.000000,3.889472,5.347938,0.928391 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-000_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-000_run-1.csv new file mode 100644 index 0000000..40d67f8 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-000_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030112,0.004672,0,0,0.000000,0.000000,0.000000,1.745280,3.896991,1.325220 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029920,0.005664,0,0,0.000000,0.000000,0.000000,1.615232,3.295126,1.082762 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030464,0.005632,0,0,0.000000,0.000000,0.000000,1.778048,3.547011,0.986210 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030912,0.005472,0,0,0.000000,0.000000,0.000000,1.612480,3.075601,0.973416 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030880,0.004864,0,0,0.000000,0.000000,0.000000,2.030496,3.672879,1.048688 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030560,0.004992,0,0,0.000000,0.000000,0.000000,1.623168,3.486406,1.076190 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031136,0.005664,0,0,0.000000,0.000000,0.000000,1.777216,3.587026,0.921348 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030304,0.004864,0,0,0.000000,0.000000,0.000000,1.618368,3.055584,0.963397 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029920,0.005568,0,0,0.000000,0.000000,0.000000,2.053728,3.555316,0.927570 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030432,0.005664,0,0,0.000000,0.000000,0.000000,1.608544,3.136536,0.966884 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031072,0.004832,0,0,0.000000,0.000000,0.000000,2.028672,3.465397,0.889588 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030816,0.004896,0,0,0.000000,0.000000,0.000000,1.576000,3.343006,0.909335 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030848,0.004832,0,0,0.000000,0.000000,0.000000,1.706688,5.915389,3.420723 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030592,0.005760,0,0,0.000000,0.000000,0.000000,1.759552,3.351653,1.049129 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029664,0.005664,0,0,0.000000,0.000000,0.000000,1.965280,3.618165,1.190315 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030048,0.005632,0,0,0.000000,0.000000,0.000000,1.760640,3.417797,1.102961 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030624,0.005696,0,0,0.000000,0.000000,0.000000,1.988256,3.629646,1.200344 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030560,0.005056,0,0,0.000000,0.000000,0.000000,1.765184,3.344348,1.062614 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030848,0.005728,0,0,0.000000,0.000000,0.000000,1.964192,3.614408,1.185195 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030688,0.005888,0,0,0.000000,0.000000,0.000000,1.778272,3.447032,1.118470 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030496,0.005760,0,0,0.000000,0.000000,0.000000,1.967872,3.666196,1.221294 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030432,0.005664,0,0,0.000000,0.000000,0.000000,1.430528,3.366110,1.180677 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030624,0.005632,0,0,0.000000,0.000000,0.000000,2.305408,4.077402,1.279744 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030848,0.005280,0,0,0.000000,0.000000,0.000000,1.714432,3.596474,1.253043 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030848,0.005216,0,0,0.000000,0.000000,0.000000,1.625600,3.815958,1.358232 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030528,0.005536,0,0,0.000000,0.000000,0.000000,1.423552,3.497848,1.283161 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030432,0.005600,0,0,0.000000,0.000000,0.000000,1.776896,3.921728,1.469041 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030336,0.005632,0,0,0.000000,0.000000,0.000000,1.427968,3.348646,1.344706 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030880,0.005440,0,0,0.000000,0.000000,0.000000,1.531840,3.478943,1.189974 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031008,0.005376,0,0,0.000000,0.000000,0.000000,1.582688,2.963420,0.924815 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-000_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-000_run-2.csv new file mode 100644 index 0000000..a69146d --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-000_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031040,0.005632,0,0,0.000000,0.000000,0.000000,1.759936,3.188555,1.041034 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030176,0.005664,0,0,0.000000,0.000000,0.000000,1.831328,3.400345,0.957807 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030720,0.005632,0,0,0.000000,0.000000,0.000000,1.594272,3.073948,0.987112 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030848,0.005664,0,0,0.000000,0.000000,0.000000,1.581696,3.061826,0.955352 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029376,0.004896,0,0,0.000000,0.000000,0.000000,1.437184,2.800012,0.905819 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029248,0.005120,0,0,0.000000,0.000000,0.000000,1.978112,3.450839,1.004044 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029920,0.005120,0,0,0.000000,0.000000,0.000000,1.734848,3.326174,0.871344 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030272,0.005280,0,0,0.000000,0.000000,0.000000,1.971200,3.401175,0.978446 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030272,0.005376,0,0,0.000000,0.000000,0.000000,1.429440,2.672802,0.866194 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030656,0.005792,0,0,0.000000,0.000000,0.000000,1.415072,2.697990,0.905197 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030496,0.005600,0,0,0.000000,0.000000,0.000000,1.834880,3.188344,0.897082 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030912,0.005600,0,0,0.000000,0.000000,0.000000,1.453984,2.725502,0.929814 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030624,0.005408,0,0,0.000000,0.000000,0.000000,1.574784,3.295315,0.910027 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030880,0.005600,0,0,0.000000,0.000000,0.000000,1.440576,2.776708,0.976773 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029856,0.005248,0,0,0.000000,0.000000,0.000000,1.974144,3.552631,1.069938 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030784,0.005504,0,0,0.000000,0.000000,0.000000,1.785760,3.191961,0.942257 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030208,0.005920,0,0,0.000000,0.000000,0.000000,1.966592,3.444408,1.111546 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031232,0.005632,0,0,0.000000,0.000000,0.000000,1.761248,3.525530,0.999255 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030816,0.005664,0,0,0.000000,0.000000,0.000000,1.966112,3.373203,1.029282 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030912,0.005792,0,0,0.000000,0.000000,0.000000,1.736768,3.157687,0.892083 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030368,0.004832,0,0,0.000000,0.000000,0.000000,1.964832,3.460197,1.030133 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030752,0.005632,0,0,0.000000,0.000000,0.000000,1.754976,3.240072,0.913112 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030656,0.005600,0,0,0.000000,0.000000,0.000000,1.417056,2.631353,0.937318 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029888,0.004768,0,0,0.000000,0.000000,0.000000,1.833696,3.207280,0.911059 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031168,0.005600,0,0,0.000000,0.000000,0.000000,1.597856,3.087704,0.997472 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029600,0.004896,0,0,0.000000,0.000000,0.000000,1.831840,3.375597,0.924614 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030560,0.017344,0,0,0.000000,0.000000,0.000000,1.481312,2.825830,0.973476 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030816,0.005632,0,0,0.000000,0.000000,0.000000,1.574112,3.395986,0.989757 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030304,0.005280,0,0,0.000000,0.000000,0.000000,1.434656,2.733246,0.939542 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030944,0.005632,0,0,0.000000,0.000000,0.000000,1.967744,3.462021,1.030574 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-000_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-000_run-3.csv new file mode 100644 index 0000000..45b6620 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-000_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030048,0.004896,0,0,0.000000,0.000000,0.000000,1.756224,3.224082,0.987443 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031136,0.005088,0,0,0.000000,0.000000,0.000000,1.686496,3.279546,0.975039 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030688,0.005664,0,0,0.000000,0.000000,0.000000,1.973024,3.446621,0.985749 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031040,0.005056,0,0,0.000000,0.000000,0.000000,2.305440,3.848359,0.950433 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029664,0.004864,0,0,0.000000,0.000000,0.000000,1.761344,3.179728,0.948539 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030400,0.005120,0,0,0.000000,0.000000,0.000000,1.962272,3.396927,0.910408 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030848,0.005696,0,0,0.000000,0.000000,0.000000,1.724480,3.444697,0.919445 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031200,0.004896,0,0,0.000000,0.000000,0.000000,1.963968,3.405103,0.923151 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029760,0.004992,0,0,0.000000,0.000000,0.000000,1.735712,3.341994,0.988445 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030336,0.005920,0,0,0.000000,0.000000,0.000000,1.964576,3.529037,0.988034 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031264,0.005632,0,0,0.000000,0.000000,0.000000,1.745824,3.355670,0.974027 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030464,0.004992,0,0,0.000000,0.000000,0.000000,1.966496,3.468943,0.966674 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030912,0.005632,0,0,0.000000,0.000000,0.000000,1.416000,2.969361,1.039511 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031360,0.005632,0,0,0.000000,0.000000,0.000000,1.687840,3.383171,1.167793 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030208,0.005664,0,0,0.000000,0.000000,0.000000,1.429760,2.779112,0.905989 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030688,0.005728,0,0,0.000000,0.000000,0.000000,2.068224,3.656688,1.128208 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030528,0.004928,0,0,0.000000,0.000000,0.000000,1.751328,3.180730,0.910647 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030720,0.005248,0,0,0.000000,0.000000,0.000000,1.692128,2.905241,0.886252 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031072,0.005536,0,0,0.000000,0.000000,0.000000,1.552608,2.950847,0.910547 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029824,0.005088,0,0,0.000000,0.000000,0.000000,1.424320,2.852812,1.035864 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031552,0.005632,0,0,0.000000,0.000000,0.000000,1.606336,3.422226,1.016777 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030880,0.005664,0,0,0.000000,0.000000,0.000000,1.758592,3.280518,1.042256 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030688,0.005632,0,0,0.000000,0.000000,0.000000,1.963712,3.480555,1.015075 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030976,0.005696,0,0,0.000000,0.000000,0.000000,1.737216,3.457883,1.084315 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030784,0.005664,0,0,0.000000,0.000000,0.000000,1.967744,3.498018,1.039671 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030816,0.005632,0,0,0.000000,0.000000,0.000000,1.753984,3.286750,1.063586 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030240,0.005664,0,0,0.000000,0.000000,0.000000,1.963616,3.514009,1.028260 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030592,0.005248,0,0,0.000000,0.000000,0.000000,1.766272,3.295086,1.062224 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030624,0.005664,0,0,0.000000,0.000000,0.000000,1.963648,3.474023,1.018942 +0,off,gpu-occlusion,gpu-occlusion,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030848,0.005600,0,0,0.000000,0.000000,0.000000,1.728320,3.367392,1.112157 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-004_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-004_run-1.csv new file mode 100644 index 0000000..e224059 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-004_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087712,0.005248,0,0,0.000000,0.000000,0.000000,2.019392,3.998312,1.405712 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087904,0.004864,0,0,0.000000,0.000000,0.000000,1.475200,3.541250,1.079225 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.086816,0.005120,0,0,0.000000,0.000000,0.000000,2.029728,4.112267,1.528944 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088352,0.005792,0,0,0.000000,0.000000,0.000000,1.824736,3.789128,1.209691 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.086880,0.005888,0,0,0.000000,0.000000,0.000000,1.478080,3.573321,1.096869 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088096,0.004896,0,0,0.000000,0.000000,0.000000,1.637536,3.117320,0.998644 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087616,0.005760,0,0,0.000000,0.000000,0.000000,1.742944,3.575234,1.123900 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088256,0.005376,0,0,0.000000,0.000000,0.000000,1.817216,3.284085,1.083183 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088320,0.005664,0,0,0.000000,0.000000,0.000000,1.597856,3.400735,1.251280 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087776,0.005280,0,0,0.000000,0.000000,0.000000,1.704672,3.497477,1.045683 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088320,0.004800,0,0,0.000000,0.000000,0.000000,1.603808,3.507786,1.130643 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088480,0.005792,0,0,0.000000,0.000000,0.000000,1.805600,3.567599,1.184214 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088416,0.005216,0,0,0.000000,0.000000,0.000000,1.592544,3.555617,1.238366 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088096,0.005600,0,0,0.000000,0.000000,0.000000,1.967168,3.730477,1.198862 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.086464,0.004704,0,0,0.000000,0.000000,0.000000,1.475680,2.980563,0.963528 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087648,0.004864,0,0,0.000000,0.000000,0.000000,1.879552,3.435090,1.158686 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087808,0.005088,0,0,0.000000,0.000000,0.000000,1.486624,2.909248,0.932980 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087808,0.005600,0,0,0.000000,0.000000,0.000000,1.627232,3.066785,1.011618 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088032,0.005760,0,0,0.000000,0.000000,0.000000,1.665024,3.682506,1.409208 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088192,0.005824,0,0,0.000000,0.000000,0.000000,1.475616,3.176872,1.201517 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088256,0.005664,0,0,0.000000,0.000000,0.000000,1.822976,4.368009,1.659260 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087776,0.005664,0,0,0.000000,0.000000,0.000000,1.643968,3.224182,1.070289 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087808,0.005728,0,0,0.000000,0.000000,0.000000,1.684672,3.453645,1.230661 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.086720,0.005504,0,0,0.000000,0.000000,0.000000,1.473792,3.021199,0.978446 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087488,0.005632,0,0,0.000000,0.000000,0.000000,1.487392,3.828091,1.175888 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087168,0.005632,0,0,0.000000,0.000000,0.000000,1.474816,2.974601,1.081490 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087904,0.005856,0,0,0.000000,0.000000,0.000000,1.586752,3.231575,1.093993 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087584,0.005632,0,0,0.000000,0.000000,0.000000,2.678752,4.409328,1.193131 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087616,0.004928,0,0,0.000000,0.000000,0.000000,1.599776,3.226616,1.110735 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087776,0.005600,0,0,0.000000,0.000000,0.000000,1.623936,3.359688,1.166611 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-004_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-004_run-2.csv new file mode 100644 index 0000000..3ab3aa4 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-004_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088736,0.005632,0,0,0.000000,0.000000,0.000000,1.484896,3.099216,0.974208 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087296,0.004832,0,0,0.000000,0.000000,0.000000,2.191136,4.071059,1.398788 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088256,0.005664,0,0,0.000000,0.000000,0.000000,1.785216,3.340811,0.942077 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088608,0.005664,0,0,0.000000,0.000000,0.000000,1.667392,3.368845,1.139158 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088384,0.006080,0,0,0.000000,0.000000,0.000000,2.090688,3.530570,0.920927 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088416,0.005600,0,0,0.000000,0.000000,0.000000,1.665984,3.017212,0.853310 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087904,0.005792,0,0,0.000000,0.000000,0.000000,1.617888,3.656637,1.112879 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087744,0.005152,0,0,0.000000,0.000000,0.000000,1.640576,3.507546,1.034651 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087584,0.005504,0,0,0.000000,0.000000,0.000000,1.486816,2.971616,1.023040 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088160,0.005600,0,0,0.000000,0.000000,0.000000,1.633984,3.976301,1.154298 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.089344,0.005664,0,0,0.000000,0.000000,0.000000,1.488640,3.505953,1.221313 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087360,0.005664,0,0,0.000000,0.000000,0.000000,1.673920,3.556629,1.212577 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088704,0.005024,0,0,0.000000,0.000000,0.000000,1.775424,3.987812,1.273863 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088192,0.005536,0,0,0.000000,0.000000,0.000000,1.590400,3.766655,1.231253 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088000,0.005632,0,0,0.000000,0.000000,0.000000,1.473568,3.175210,1.218288 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088672,0.005344,0,0,0.000000,0.000000,0.000000,1.614336,3.214784,0.941266 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088192,0.005536,0,0,0.000000,0.000000,0.000000,1.633888,3.036538,0.935235 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087808,0.005664,0,0,0.000000,0.000000,0.000000,1.632832,3.415081,1.230361 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088224,0.005760,0,0,0.000000,0.000000,0.000000,1.786688,3.858057,1.291175 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087360,0.005024,0,0,0.000000,0.000000,0.000000,1.589568,3.184477,1.092070 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087168,0.005216,0,0,0.000000,0.000000,0.000000,1.632960,3.240062,1.053507 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087488,0.004960,0,0,0.000000,0.000000,0.000000,1.665632,3.568572,1.254677 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.089216,0.005888,0,0,0.000000,0.000000,0.000000,1.815872,3.848580,1.210804 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088096,0.005664,0,0,0.000000,0.000000,0.000000,1.591776,3.049963,0.961363 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088288,0.005632,0,0,0.000000,0.000000,0.000000,1.689696,3.179047,1.039450 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088064,0.005632,0,0,0.000000,0.000000,0.000000,1.664544,3.389814,1.020305 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088640,0.005856,0,0,0.000000,0.000000,0.000000,1.820256,3.453424,0.914194 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088512,0.004672,0,0,0.000000,0.000000,0.000000,1.671136,3.295958,1.104103 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088384,0.005696,0,0,0.000000,0.000000,0.000000,1.824224,3.348937,0.882765 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087712,0.005696,0,0,0.000000,0.000000,0.000000,1.664672,3.576446,1.020905 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-004_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-004_run-3.csv new file mode 100644 index 0000000..8afbbea --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-004_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.103968,0.005888,0,0,0.000000,0.000000,0.000000,1.493856,3.033482,1.094084 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088896,0.005664,0,0,0.000000,0.000000,0.000000,2.024032,3.623506,1.104604 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087680,0.014496,0,0,0.000000,0.000000,0.000000,1.723328,3.439448,1.139469 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088640,0.005760,0,0,0.000000,0.000000,0.000000,2.150208,3.944210,1.241922 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088288,0.005792,0,0,0.000000,0.000000,0.000000,1.709280,3.405073,1.104764 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087968,0.004928,0,0,0.000000,0.000000,0.000000,2.148576,3.825446,1.182962 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087712,0.004800,0,0,0.000000,0.000000,0.000000,1.826112,3.606733,0.934373 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.089664,0.005696,0,0,0.000000,0.000000,0.000000,1.479136,2.891164,1.096088 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.089632,0.005472,0,0,0.000000,0.000000,0.000000,1.640032,3.236485,1.036114 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088064,0.004928,0,0,0.000000,0.000000,0.000000,1.765952,3.410433,1.050391 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.089568,0.005632,0,0,0.000000,0.000000,0.000000,1.478432,3.149971,1.002000 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.089056,0.005696,0,0,0.000000,0.000000,0.000000,1.477888,2.867078,1.059709 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.095648,0.005696,0,0,0.000000,0.000000,0.000000,1.620320,3.199966,1.056753 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087712,0.005056,0,0,0.000000,0.000000,0.000000,1.687488,3.135965,0.957476 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087840,0.005216,0,0,0.000000,0.000000,0.000000,1.478016,2.784643,0.874941 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088512,0.004768,0,0,0.000000,0.000000,0.000000,1.477952,2.644829,0.858910 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087680,0.005632,0,0,0.000000,0.000000,0.000000,1.474848,2.706555,0.969619 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087712,0.005344,0,0,0.000000,0.000000,0.000000,1.474624,2.994599,0.963057 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088448,0.005600,0,0,0.000000,0.000000,0.000000,2.052320,3.518427,1.057234 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088128,0.005600,0,0,0.000000,0.000000,0.000000,1.777504,3.329250,0.987714 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.089376,0.005600,0,0,0.000000,0.000000,0.000000,2.024768,3.667708,1.041946 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088448,0.004768,0,0,0.000000,0.000000,0.000000,1.801600,3.233930,0.918022 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088576,0.005024,0,0,0.000000,0.000000,0.000000,1.747616,3.078277,0.978976 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.102816,0.004928,0,0,0.000000,0.000000,0.000000,1.655712,3.210156,1.054589 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088896,0.005600,0,0,0.000000,0.000000,0.000000,2.191200,3.728714,1.054128 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087936,0.005440,0,0,0.000000,0.000000,0.000000,1.842816,3.352103,0.990569 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.087712,0.005600,0,0,0.000000,0.000000,0.000000,2.021248,3.849702,1.088924 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088576,0.006016,0,0,0.000000,0.000000,0.000000,1.804832,3.288773,0.960201 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088352,0.005504,0,0,0.000000,0.000000,0.000000,2.024288,3.756997,1.043458 +4,off,gpu-occlusion,gpu-occlusion,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,0,0,0,0,0,2,104291904,0.088416,0.005312,0,0,0.000000,0.000000,0.000000,1.808096,3.341734,1.024322 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-016_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-016_run-1.csv new file mode 100644 index 0000000..8058ba6 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-016_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.273472,0.005600,0,0,0.000000,0.000000,0.000000,1.983968,3.393752,0.869110 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.274048,0.005472,0,0,0.000000,0.000000,0.000000,1.772896,3.440419,1.193812 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.274048,0.005664,0,0,0.000000,0.000000,0.000000,1.663200,2.976164,0.862006 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275712,0.005728,0,0,0.000000,0.000000,0.000000,1.825696,3.620289,1.263954 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276576,0.005824,0,0,0.000000,0.000000,0.000000,1.988448,3.373023,0.870211 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.273504,0.005696,0,0,0.000000,0.000000,0.000000,1.816576,3.586055,1.253685 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276256,0.005280,0,0,0.000000,0.000000,0.000000,1.862656,3.695771,0.912671 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.274080,0.005408,0,0,0.000000,0.000000,0.000000,1.770784,3.446231,1.197949 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276320,0.005088,0,0,0.000000,0.000000,0.000000,1.664224,2.921331,0.859391 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275008,0.005664,0,0,0.000000,0.000000,0.000000,1.818752,3.335321,1.011168 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276384,0.005600,0,0,0.000000,0.000000,0.000000,1.954240,3.667508,0.882535 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275296,0.005632,0,0,0.000000,0.000000,0.000000,1.842112,3.792824,1.287199 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.274784,0.005216,0,0,0.000000,0.000000,0.000000,1.664352,3.328869,1.172482 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275008,0.005568,0,0,0.000000,0.000000,0.000000,2.012960,3.844562,1.137356 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.273728,0.005632,0,0,0.000000,0.000000,0.000000,1.987904,3.448705,0.917921 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.274944,0.005760,0,0,0.000000,0.000000,0.000000,1.768064,3.184146,0.949241 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275328,0.004704,0,0,0.000000,0.000000,0.000000,1.663712,2.908917,0.876263 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275616,0.004928,0,0,0.000000,0.000000,0.000000,1.847680,3.615169,0.986871 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.274944,0.005568,0,0,0.000000,0.000000,0.000000,1.994144,3.679561,0.989416 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.273632,0.005856,0,0,0.000000,0.000000,0.000000,1.844000,3.368143,1.020335 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275616,0.005344,0,0,0.000000,0.000000,0.000000,2.000672,3.584591,0.921047 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276224,0.005536,0,0,0.000000,0.000000,0.000000,1.812800,3.380457,1.033560 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275328,0.005824,0,0,0.000000,0.000000,0.000000,1.943616,3.526402,0.891882 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.272992,0.005312,0,0,0.000000,0.000000,0.000000,1.812736,3.399192,1.031756 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.273824,0.005824,0,0,0.000000,0.000000,0.000000,1.979744,3.500143,0.888877 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.274720,0.005632,0,0,0.000000,0.000000,0.000000,1.768832,3.263876,0.927239 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.274560,0.005600,0,0,0.000000,0.000000,0.000000,1.660992,2.993988,0.893806 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275744,0.005056,0,0,0.000000,0.000000,0.000000,1.842528,3.856785,1.135091 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.274400,0.005856,0,0,0.000000,0.000000,0.000000,2.018944,3.507987,0.933210 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.273984,0.005536,0,0,0.000000,0.000000,0.000000,1.846304,3.452001,1.109774 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-016_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-016_run-2.csv new file mode 100644 index 0000000..749b769 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-016_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275712,0.004928,0,0,0.000000,0.000000,0.000000,1.674432,3.038351,0.936497 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276480,0.005760,0,0,0.000000,0.000000,0.000000,2.211648,3.628465,0.932950 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276992,0.005792,0,0,0.000000,0.000000,0.000000,1.674176,3.055704,0.906811 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277248,0.005632,0,0,0.000000,0.000000,0.000000,2.376320,3.821308,0.953840 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277504,0.005856,0,0,0.000000,0.000000,0.000000,2.013088,3.340521,0.894768 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276224,0.005440,0,0,0.000000,0.000000,0.000000,2.211648,3.541460,0.960592 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276224,0.005056,0,0,0.000000,0.000000,0.000000,2.000512,3.579933,0.899718 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277920,0.005760,0,0,0.000000,0.000000,0.000000,2.223008,3.594771,0.996590 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275712,0.004992,0,0,0.000000,0.000000,0.000000,2.021312,3.534828,1.040322 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277184,0.005856,0,0,0.000000,0.000000,0.000000,2.224192,3.683118,0.983525 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277248,0.005504,0,0,0.000000,0.000000,0.000000,1.968160,3.516213,1.003563 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276992,0.005856,0,0,0.000000,0.000000,0.000000,2.212384,3.802412,1.019013 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.278720,0.005600,0,0,0.000000,0.000000,0.000000,2.012224,3.588830,0.859381 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275488,0.005408,0,0,0.000000,0.000000,0.000000,1.852416,3.600723,1.057996 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.278272,0.005696,0,0,0.000000,0.000000,0.000000,2.033472,3.593729,0.952116 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276160,0.005408,0,0,0.000000,0.000000,0.000000,2.175584,3.758750,1.067543 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.278528,0.005792,0,0,0.000000,0.000000,0.000000,2.013024,3.416214,0.923903 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275840,0.005216,0,0,0.000000,0.000000,0.000000,1.776576,3.227919,0.911700 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276352,0.005760,0,0,0.000000,0.000000,0.000000,1.679904,2.994639,0.922470 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.278048,0.005760,0,0,0.000000,0.000000,0.000000,1.859776,3.628043,1.079226 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277472,0.005664,0,0,0.000000,0.000000,0.000000,2.049760,3.704177,0.928151 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276032,0.005120,0,0,0.000000,0.000000,0.000000,1.819328,3.391597,1.025464 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276384,0.005344,0,0,0.000000,0.000000,0.000000,1.961408,3.589070,0.916830 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.273952,0.005728,0,0,0.000000,0.000000,0.000000,1.824096,3.402057,1.069357 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276288,0.005088,0,0,0.000000,0.000000,0.000000,2.273600,3.769250,0.969028 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275872,0.005760,0,0,0.000000,0.000000,0.000000,1.799808,3.852748,1.436741 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276672,0.005216,0,0,0.000000,0.000000,0.000000,1.704160,3.290426,1.034391 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.274976,0.005408,0,0,0.000000,0.000000,0.000000,1.769632,3.383332,1.072863 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277152,0.005216,0,0,0.000000,0.000000,0.000000,1.870496,3.734264,0.979397 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276064,0.005856,0,0,0.000000,0.000000,0.000000,1.665408,3.101019,0.943860 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-016_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-016_run-3.csv new file mode 100644 index 0000000..860dfe8 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-016_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277120,0.005568,0,0,0.000000,0.000000,0.000000,1.950272,3.376169,0.864781 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277280,0.005696,0,0,0.000000,0.000000,0.000000,1.851072,3.268265,0.912121 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277184,0.004800,0,0,0.000000,0.000000,0.000000,1.666048,3.030777,0.912902 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276768,0.005184,0,0,0.000000,0.000000,0.000000,2.375904,3.812692,0.922179 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276064,0.005344,0,0,0.000000,0.000000,0.000000,2.006400,3.290176,0.863018 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276832,0.005856,0,0,0.000000,0.000000,0.000000,1.850976,3.455508,0.930615 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.278208,0.005664,0,0,0.000000,0.000000,0.000000,2.012000,3.492918,0.824696 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276768,0.005120,0,0,0.000000,0.000000,0.000000,1.850688,3.412287,0.825637 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275744,0.005024,0,0,0.000000,0.000000,0.000000,1.662208,2.919918,0.848972 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.278720,0.005088,0,0,0.000000,0.000000,0.000000,2.216288,3.785160,0.862667 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276160,0.004704,0,0,0.000000,0.000000,0.000000,2.006176,3.237196,0.830065 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276480,0.005728,0,0,0.000000,0.000000,0.000000,2.209856,3.482289,0.829786 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277248,0.005728,0,0,0.000000,0.000000,0.000000,1.694848,2.969281,0.832691 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.275712,0.005440,0,0,0.000000,0.000000,0.000000,2.608672,3.982362,0.856656 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277792,0.005696,0,0,0.000000,0.000000,0.000000,1.664800,2.950997,0.845765 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276608,0.005728,0,0,0.000000,0.000000,0.000000,2.211936,3.790100,0.877645 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277248,0.005024,0,0,0.000000,0.000000,0.000000,1.669792,3.010038,0.878918 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.278496,0.005728,0,0,0.000000,0.000000,0.000000,2.552448,3.949510,0.872906 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.278112,0.015136,0,0,0.000000,0.000000,0.000000,1.691744,2.998436,0.844072 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276992,0.005920,0,0,0.000000,0.000000,0.000000,2.213664,3.992591,0.842179 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.278016,0.005664,0,0,0.000000,0.000000,0.000000,1.679264,2.998396,0.874600 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276352,0.005696,0,0,0.000000,0.000000,0.000000,2.433280,4.060499,0.927379 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276608,0.005760,0,0,0.000000,0.000000,0.000000,1.802592,3.343847,0.960061 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277120,0.004928,0,0,0.000000,0.000000,0.000000,2.736992,4.260106,0.985719 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.277472,0.005696,0,0,0.000000,0.000000,0.000000,1.667616,3.019245,0.890851 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276672,0.005664,0,0,0.000000,0.000000,0.000000,1.774848,3.692876,0.931868 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276704,0.005824,0,0,0.000000,0.000000,0.000000,1.809568,3.227098,0.910187 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276064,0.005696,0,0,0.000000,0.000000,0.000000,1.775200,3.637432,1.105044 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276512,0.004896,0,0,0.000000,0.000000,0.000000,1.666752,3.256502,1.056433 +16,off,gpu-occlusion,gpu-occlusion,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,0,0,0,0,0,2,104292864,0.276192,0.005600,0,0,0.000000,0.000000,0.000000,1.819136,3.852487,1.154007 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-032_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-032_run-1.csv new file mode 100644 index 0000000..8458ff3 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-032_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.534176,0.005664,0,0,0.000000,0.000000,0.000000,2.210880,3.753911,0.987864 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.532544,0.004992,0,0,0.000000,0.000000,0.000000,2.085952,4.289952,1.165148 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.532352,0.005024,0,0,0.000000,0.000000,0.000000,2.213856,3.862797,1.021036 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.533632,0.005824,0,0,0.000000,0.000000,0.000000,2.334368,3.922529,0.998704 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.534400,0.005856,0,0,0.000000,0.000000,0.000000,1.932672,3.375648,1.013542 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.532736,0.005152,0,0,0.000000,0.000000,0.000000,2.190176,3.650857,0.911259 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.532800,0.004928,0,0,0.000000,0.000000,0.000000,2.462400,4.266689,1.107680 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.533536,0.005600,0,0,0.000000,0.000000,0.000000,2.252736,3.906389,1.093693 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.535488,0.005600,0,0,0.000000,0.000000,0.000000,2.467264,3.980518,1.093883 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.532864,0.005152,0,0,0.000000,0.000000,0.000000,2.246048,3.798194,1.003953 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.533792,0.005280,0,0,0.000000,0.000000,0.000000,2.093600,3.748371,1.107509 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.531648,0.005024,0,0,0.000000,0.000000,0.000000,2.260992,3.745485,0.914755 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.533280,0.005696,0,0,0.000000,0.000000,0.000000,2.054784,3.431332,0.893686 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.533888,0.005664,0,0,0.000000,0.000000,0.000000,1.922080,3.284135,0.964940 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.533024,0.005696,0,0,0.000000,0.000000,0.000000,1.920192,3.661366,1.123770 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.532320,0.005824,0,0,0.000000,0.000000,0.000000,2.271680,3.754122,0.921999 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.531328,0.005152,0,0,0.000000,0.000000,0.000000,2.491840,4.058615,1.018872 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.535456,0.005440,0,0,0.000000,0.000000,0.000000,1.924672,3.509891,1.083154 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.531136,0.005600,0,0,0.000000,0.000000,0.000000,1.917568,3.232157,0.836919 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.532256,0.004832,0,0,0.000000,0.000000,0.000000,1.959936,3.266892,0.914515 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.534112,0.005664,0,0,0.000000,0.000000,0.000000,2.359008,3.732881,0.911549 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.533344,0.004800,0,0,0.000000,0.000000,0.000000,1.916768,3.197482,0.874489 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.529088,0.005536,0,0,0.000000,0.000000,0.000000,2.340224,3.688227,0.866153 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.533984,0.005472,0,0,0.000000,0.000000,0.000000,1.917920,3.201779,0.873277 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.531488,0.005024,0,0,0.000000,0.000000,0.000000,2.334528,3.668700,0.851837 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.532832,0.005376,0,0,0.000000,0.000000,0.000000,1.955872,3.263997,0.901941 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.530400,0.004992,0,0,0.000000,0.000000,0.000000,2.665248,3.968716,0.799308 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.533856,0.005568,0,0,0.000000,0.000000,0.000000,2.469312,4.018880,1.064969 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.534208,0.005952,0,0,0.000000,0.000000,0.000000,2.253216,3.722121,0.931096 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536608,0.004896,0,0,0.000000,0.000000,0.000000,2.467616,4.070528,1.101808 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-032_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-032_run-2.csv new file mode 100644 index 0000000..eec5447 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-032_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537120,0.005632,0,0,0.000000,0.000000,0.000000,1.924000,3.320433,0.937017 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538688,0.005664,0,0,0.000000,0.000000,0.000000,2.340064,3.820887,1.001419 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536384,0.004832,0,0,0.000000,0.000000,0.000000,2.072192,3.414651,0.834755 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537632,0.005696,0,0,0.000000,0.000000,0.000000,2.338176,3.773208,0.863979 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537632,0.005984,0,0,0.000000,0.000000,0.000000,2.071008,3.636029,1.114552 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538752,0.004736,0,0,0.000000,0.000000,0.000000,2.353824,3.809616,0.945233 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538048,0.005728,0,0,0.000000,0.000000,0.000000,2.469920,4.286837,1.005065 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536640,0.005792,0,0,0.000000,0.000000,0.000000,2.172160,3.702544,0.858499 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538336,0.005632,0,0,0.000000,0.000000,0.000000,2.476640,3.836066,0.979267 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538176,0.005632,0,0,0.000000,0.000000,0.000000,2.129056,3.554656,0.855474 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538656,0.004800,0,0,0.000000,0.000000,0.000000,2.113728,3.592527,0.974779 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537472,0.005120,0,0,0.000000,0.000000,0.000000,2.134688,3.445910,0.833462 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538016,0.005632,0,0,0.000000,0.000000,0.000000,2.088736,3.530490,0.947577 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537824,0.005216,0,0,0.000000,0.000000,0.000000,2.128608,3.491025,0.843020 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538080,0.005600,0,0,0.000000,0.000000,0.000000,2.081600,3.550587,0.974709 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536032,0.004928,0,0,0.000000,0.000000,0.000000,2.241952,3.542873,0.828733 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537056,0.005856,0,0,0.000000,0.000000,0.000000,2.320096,3.650356,0.896632 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.534784,0.005856,0,0,0.000000,0.000000,0.000000,1.935040,3.198484,0.877114 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.534688,0.005792,0,0,0.000000,0.000000,0.000000,2.038208,3.338748,0.850133 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537408,0.005984,0,0,0.000000,0.000000,0.000000,1.938496,3.135605,0.821099 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536224,0.005664,0,0,0.000000,0.000000,0.000000,2.115648,3.599991,0.966714 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536000,0.005344,0,0,0.000000,0.000000,0.000000,2.284096,3.557601,0.814176 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.533728,0.005664,0,0,0.000000,0.000000,0.000000,2.037248,3.540959,1.007059 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536384,0.005728,0,0,0.000000,0.000000,0.000000,1.923488,3.355119,0.947678 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.535648,0.004896,0,0,0.000000,0.000000,0.000000,2.317152,3.700411,0.907873 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536224,0.005088,0,0,0.000000,0.000000,0.000000,1.923296,3.310034,0.957146 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538240,0.004960,0,0,0.000000,0.000000,0.000000,2.509632,4.087941,0.936407 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.534880,0.005600,0,0,0.000000,0.000000,0.000000,1.918944,3.247917,0.916849 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537824,0.005696,0,0,0.000000,0.000000,0.000000,2.338336,3.714947,0.904807 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.535840,0.004992,0,0,0.000000,0.000000,0.000000,1.935136,3.223641,0.889267 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-032_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-032_run-3.csv new file mode 100644 index 0000000..5ba204a --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-032_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537792,0.005664,0,0,0.000000,0.000000,0.000000,2.578912,4.353232,1.132336 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.541504,0.005664,0,0,0.000000,0.000000,0.000000,2.091936,4.010825,1.203079 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.542752,0.005856,0,0,0.000000,0.000000,0.000000,2.909184,4.506040,1.078023 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.539616,0.005920,0,0,0.000000,0.000000,0.000000,2.256416,3.956523,1.153025 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537152,0.005216,0,0,0.000000,0.000000,0.000000,2.116992,4.306333,1.267581 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.540256,0.005952,0,0,0.000000,0.000000,0.000000,2.265568,4.005185,1.157444 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.539872,0.005056,0,0,0.000000,0.000000,0.000000,1.937632,3.849491,1.152694 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.539840,0.005696,0,0,0.000000,0.000000,0.000000,2.662688,4.271538,1.052565 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537952,0.005664,0,0,0.000000,0.000000,0.000000,2.300864,4.035342,1.196868 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538080,0.005728,0,0,0.000000,0.000000,0.000000,2.471680,4.370744,1.285215 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.541248,0.005664,0,0,0.000000,0.000000,0.000000,2.258880,3.897522,1.076371 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.539808,0.005696,0,0,0.000000,0.000000,0.000000,2.066592,3.880861,1.236713 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538592,0.005760,0,0,0.000000,0.000000,0.000000,2.184800,3.755434,1.052445 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537536,0.005792,0,0,0.000000,0.000000,0.000000,2.059040,3.815397,1.097030 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.539776,0.005632,0,0,0.000000,0.000000,0.000000,2.650400,4.309408,1.022128 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.540992,0.005856,0,0,0.000000,0.000000,0.000000,2.272064,3.833742,1.069968 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.541056,0.005632,0,0,0.000000,0.000000,0.000000,2.472256,3.979576,0.959419 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.537856,0.005664,0,0,0.000000,0.000000,0.000000,2.260064,3.740055,0.978937 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.540224,0.005632,0,0,0.000000,0.000000,0.000000,2.082016,3.526632,0.954471 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538496,0.005824,0,0,0.000000,0.000000,0.000000,2.184032,3.594070,0.888636 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.541088,0.005664,0,0,0.000000,0.000000,0.000000,2.068512,3.640627,1.057184 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.539680,0.005632,0,0,0.000000,0.000000,0.000000,2.193856,3.726730,0.992673 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.543584,0.004832,0,0,0.000000,0.000000,0.000000,1.942368,3.575925,1.080718 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.538048,0.005152,0,0,0.000000,0.000000,0.000000,2.644544,4.142684,0.992442 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536288,0.005952,0,0,0.000000,0.000000,0.000000,2.260128,3.938910,1.167332 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536928,0.005280,0,0,0.000000,0.000000,0.000000,2.474208,4.038507,1.026447 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536128,0.005952,0,0,0.000000,0.000000,0.000000,2.265280,4.358271,0.980500 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536832,0.005632,0,0,0.000000,0.000000,0.000000,2.067040,3.600532,1.015135 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.535552,0.004768,0,0,0.000000,0.000000,0.000000,2.193472,3.670283,0.946937 +32,off,gpu-occlusion,gpu-occlusion,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,0,0,0,0,0,2,104294144,0.536576,0.004608,0,0,0.000000,0.000000,0.000000,1.940064,3.388111,0.937589 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-064_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-064_run-1.csv new file mode 100644 index 0000000..02647d5 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-064_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.036288,0.005600,0,0,0.000000,0.000000,0.000000,2.981120,4.347180,0.974778 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.044960,0.005376,0,0,0.000000,0.000000,0.000000,2.897632,4.599096,1.089726 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.037120,0.005120,0,0,0.000000,0.000000,0.000000,3.320896,4.777311,0.811271 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.037728,0.004736,0,0,0.000000,0.000000,0.000000,2.985728,4.349465,0.959510 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.039008,0.005792,0,0,0.000000,0.000000,0.000000,2.977600,4.701829,1.101567 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.037344,0.005600,0,0,0.000000,0.000000,0.000000,3.478240,4.834539,0.761646 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.038592,0.005792,0,0,0.000000,0.000000,0.000000,3.225120,4.807018,0.971102 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.039456,0.005600,0,0,0.000000,0.000000,0.000000,2.422912,4.056582,1.033590 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.037248,0.005952,0,0,0.000000,0.000000,0.000000,3.336224,4.793923,0.770734 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.042368,0.005408,0,0,0.000000,0.000000,0.000000,2.980800,4.395090,1.044380 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.043456,0.005600,0,0,0.000000,0.000000,0.000000,2.892416,4.580070,1.075579 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.040672,0.005728,0,0,0.000000,0.000000,0.000000,3.499520,4.856501,0.817642 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.039968,0.005600,0,0,0.000000,0.000000,0.000000,2.989728,4.585890,1.196677 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.038912,0.004864,0,0,0.000000,0.000000,0.000000,2.887488,4.625716,1.139770 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.046560,0.005792,0,0,0.000000,0.000000,0.000000,4.365536,6.145192,1.127907 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.040640,0.005664,0,0,0.000000,0.000000,0.000000,3.185472,4.839128,1.039711 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.038016,0.005632,0,0,0.000000,0.000000,0.000000,2.981440,4.810965,1.209030 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.040416,0.005600,0,0,0.000000,0.000000,0.000000,2.886880,4.698883,1.147625 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.039456,0.005888,0,0,0.000000,0.000000,0.000000,2.977888,4.784365,1.067063 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.042560,0.005088,0,0,0.000000,0.000000,0.000000,3.227872,4.995192,1.154928 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.036928,0.004768,0,0,0.000000,0.000000,0.000000,2.421504,4.177821,1.161170 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.037472,0.005664,0,0,0.000000,0.000000,0.000000,3.320672,4.809072,0.806221 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.042848,0.004832,0,0,0.000000,0.000000,0.000000,3.237024,4.515608,0.947357 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.039200,0.006016,0,0,0.000000,0.000000,0.000000,2.712000,4.288269,1.004766 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.046912,0.005152,0,0,0.000000,0.000000,0.000000,3.485664,4.832876,0.791804 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.039104,0.005856,0,0,0.000000,0.000000,0.000000,3.244928,4.802570,1.215623 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.042592,0.005600,0,0,0.000000,0.000000,0.000000,2.713376,4.418364,0.881213 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.039520,0.005408,0,0,0.000000,0.000000,0.000000,3.318272,4.673285,0.816630 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.043040,0.005120,0,0,0.000000,0.000000,0.000000,3.242272,4.623842,0.991961 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.041056,0.005216,0,0,0.000000,0.000000,0.000000,2.426592,4.467457,1.248435 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-064_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-064_run-2.csv new file mode 100644 index 0000000..fb79b55 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-064_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.051072,0.005600,0,0,0.000000,0.000000,0.000000,2.933056,4.359053,0.957546 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.044320,0.004864,0,0,0.000000,0.000000,0.000000,3.219712,4.935279,1.204221 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.046944,0.005600,0,0,0.000000,0.000000,0.000000,3.279424,4.916594,1.052676 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.047168,0.005632,0,0,0.000000,0.000000,0.000000,2.915744,4.346749,0.927830 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.043200,0.005824,0,0,0.000000,0.000000,0.000000,2.859424,4.438792,0.951735 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.046080,0.005472,0,0,0.000000,0.000000,0.000000,2.986560,4.515568,1.039421 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.049184,0.005408,0,0,0.000000,0.000000,0.000000,2.920192,4.510798,0.907592 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.046208,0.005664,0,0,0.000000,0.000000,0.000000,2.830112,5.033995,1.186268 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.047264,0.005568,0,0,0.000000,0.000000,0.000000,3.006464,4.607180,1.071061 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.050272,0.008608,0,0,0.000000,0.000000,0.000000,2.949984,4.307395,0.938180 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.047776,0.004736,0,0,0.000000,0.000000,0.000000,2.839680,5.000543,1.231172 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.046528,0.005504,0,0,0.000000,0.000000,0.000000,2.996832,4.633480,1.071842 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.053952,0.005600,0,0,0.000000,0.000000,0.000000,2.944704,4.280715,0.887574 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.049920,0.005376,0,0,0.000000,0.000000,0.000000,2.834016,4.605157,0.925256 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.052608,0.005632,0,0,0.000000,0.000000,0.000000,3.284160,4.790336,1.014804 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.061728,0.011328,0,0,0.000000,0.000000,0.000000,3.953472,5.512007,1.008051 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.053088,0.005152,0,0,0.000000,0.000000,0.000000,3.166176,4.550905,0.880180 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.050880,0.005664,0,0,0.000000,0.000000,0.000000,3.223712,4.487625,0.928872 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.050144,0.005632,0,0,0.000000,0.000000,0.000000,2.800576,4.110664,0.873828 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.053440,0.005920,0,0,0.000000,0.000000,0.000000,3.614144,5.018987,0.890279 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.053280,0.005024,0,0,0.000000,0.000000,0.000000,3.243904,4.648248,0.975691 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.054304,0.005728,0,0,0.000000,0.000000,0.000000,2.804064,4.644040,1.187090 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.050656,0.005664,0,0,0.000000,0.000000,0.000000,3.165280,5.006083,1.191608 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.054176,0.005600,0,0,0.000000,0.000000,0.000000,3.239360,4.995053,1.271558 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.053504,0.005088,0,0,0.000000,0.000000,0.000000,3.332800,5.406468,1.458161 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.053760,0.005312,0,0,0.000000,0.000000,0.000000,2.958368,4.560823,0.959370 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.049600,0.004928,0,0,0.000000,0.000000,0.000000,2.864064,4.801928,1.407565 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.058432,0.005504,0,0,0.000000,0.000000,0.000000,2.988288,4.814031,1.115374 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.048640,0.005664,0,0,0.000000,0.000000,0.000000,2.886624,4.669057,0.983425 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.058368,0.005152,0,0,0.000000,0.000000,0.000000,3.337280,5.111402,1.178323 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-064_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-064_run-3.csv new file mode 100644 index 0000000..39031ee --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-064_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.042208,0.005152,0,0,0.000000,0.000000,0.000000,2.717472,4.327604,0.970340 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.043648,0.005440,0,0,0.000000,0.000000,0.000000,3.074784,4.591141,0.898124 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.046624,0.004960,0,0,0.000000,0.000000,0.000000,3.546048,5.016653,1.087040 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.044288,0.005600,0,0,0.000000,0.000000,0.000000,2.430560,3.821539,0.928591 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.050976,0.005280,0,0,0.000000,0.000000,0.000000,3.093344,4.601910,0.901049 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.046144,0.005184,0,0,0.000000,0.000000,0.000000,3.372672,4.650612,0.923983 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.049568,0.005728,0,0,0.000000,0.000000,0.000000,3.202784,4.971057,1.003603 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.046496,0.005664,0,0,0.000000,0.000000,0.000000,2.907136,5.624449,2.176114 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.049536,0.005024,0,0,0.000000,0.000000,0.000000,3.216672,4.972540,1.165237 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.050720,0.005728,0,0,0.000000,0.000000,0.000000,3.622624,5.016253,0.903674 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.047840,0.005600,0,0,0.000000,0.000000,0.000000,2.769312,4.301464,0.953639 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.043520,0.005696,0,0,0.000000,0.000000,0.000000,3.228544,4.989572,1.177501 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.044128,0.005760,0,0,0.000000,0.000000,0.000000,3.695328,5.423951,1.166370 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.064768,0.005120,0,0,0.000000,0.000000,0.000000,4.000160,5.503691,0.940154 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.054656,0.005632,0,0,0.000000,0.000000,0.000000,2.917184,4.210513,0.892243 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.049792,0.004704,0,0,0.000000,0.000000,0.000000,3.237664,4.789054,1.036355 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.054688,0.005696,0,0,0.000000,0.000000,0.000000,3.834080,5.372675,0.943961 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.050976,0.005888,0,0,0.000000,0.000000,0.000000,2.909568,4.352681,0.916959 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.053984,0.004768,0,0,0.000000,0.000000,0.000000,2.876384,4.567496,1.052766 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.054176,0.005856,0,0,0.000000,0.000000,0.000000,3.387424,5.025099,0.992843 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.055072,0.005664,0,0,0.000000,0.000000,0.000000,3.516352,5.164051,0.994686 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.051840,0.005696,0,0,0.000000,0.000000,0.000000,3.350016,4.747535,0.861725 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.051488,0.005632,0,0,0.000000,0.000000,0.000000,3.225184,4.923698,0.936006 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.055168,0.005696,0,0,0.000000,0.000000,0.000000,3.625280,5.103046,0.950834 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.055456,0.005600,0,0,0.000000,0.000000,0.000000,3.033024,4.626848,1.067083 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.050688,0.004736,0,0,0.000000,0.000000,0.000000,3.240576,4.849908,1.039040 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.051968,0.005664,0,0,0.000000,0.000000,0.000000,3.619520,5.088228,0.855203 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.052800,0.005568,0,0,0.000000,0.000000,0.000000,2.769952,4.105204,0.867948 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.051360,0.005632,0,0,0.000000,0.000000,0.000000,2.868160,4.323525,0.966794 +64,off,gpu-occlusion,gpu-occlusion,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,0,0,0,0,0,2,104296704,1.054848,0.005984,0,0,0.000000,0.000000,0.000000,3.621600,5.055847,0.853369 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-128_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-128_run-1.csv new file mode 100644 index 0000000..458f628 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-128_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.049280,0.005856,0,0,0.000000,0.000000,0.000000,4.233760,5.658974,1.016848 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.050816,0.004960,0,0,0.000000,0.000000,0.000000,4.398944,6.065612,1.048929 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.053216,0.004800,0,0,0.000000,0.000000,0.000000,4.261216,5.894578,0.961904 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.057152,0.004832,0,0,0.000000,0.000000,0.000000,5.377792,7.316532,1.067113 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.051616,0.004928,0,0,0.000000,0.000000,0.000000,4.343488,6.059260,1.151142 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.059872,0.005600,0,0,0.000000,0.000000,0.000000,4.709696,6.627762,1.083905 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.047552,0.004672,0,0,0.000000,0.000000,0.000000,4.776832,6.936274,1.155830 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.057472,0.005536,0,0,0.000000,0.000000,0.000000,4.827072,6.498739,0.969619 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.055360,0.005632,0,0,0.000000,0.000000,0.000000,4.736448,6.229391,0.910708 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.059040,0.004672,0,0,0.000000,0.000000,0.000000,4.191968,5.560489,0.860102 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.058720,0.004832,0,0,0.000000,0.000000,0.000000,4.343840,6.057597,1.016387 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.051744,0.005792,0,0,0.000000,0.000000,0.000000,3.833440,5.830007,1.128919 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.051968,0.005184,0,0,0.000000,0.000000,0.000000,4.598944,6.226425,1.005116 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.037184,0.005152,0,0,0.000000,0.000000,0.000000,4.658176,6.496584,1.233727 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.033728,0.012000,0,0,0.000000,0.000000,0.000000,4.464128,6.010668,0.985229 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.054912,0.005632,0,0,0.000000,0.000000,0.000000,4.482144,6.383442,1.183312 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.038432,0.005600,0,0,0.000000,0.000000,0.000000,4.732800,6.550806,1.132266 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.042016,0.005600,0,0,0.000000,0.000000,0.000000,4.742400,6.168806,0.876042 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.038560,0.005280,0,0,0.000000,0.000000,0.000000,3.907776,5.175984,0.781694 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.040256,0.004352,0,0,0.000000,0.000000,0.000000,3.441408,4.597122,0.770874 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.034208,0.005056,0,0,0.000000,0.000000,0.000000,3.816960,4.846422,0.747480 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.042432,0.005952,0,0,0.000000,0.000000,0.000000,3.429568,4.564921,0.795761 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.044224,0.006016,0,0,0.000000,0.000000,0.000000,4.471968,5.864132,0.815358 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.045728,0.005728,0,0,0.000000,0.000000,0.000000,4.228768,5.857550,1.205945 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.047872,0.008800,0,0,0.000000,0.000000,0.000000,5.650624,7.533741,1.078445 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.043360,0.005664,0,0,0.000000,0.000000,0.000000,4.233536,5.909978,0.999395 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.039776,0.005600,0,0,0.000000,0.000000,0.000000,4.473504,6.030616,0.904817 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.048320,0.005600,0,0,0.000000,0.000000,0.000000,4.764736,6.522925,0.995218 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.045888,0.005600,0,0,0.000000,0.000000,0.000000,4.024544,5.691596,0.847158 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.040736,0.005536,0,0,0.000000,0.000000,0.000000,4.180832,5.759584,1.115293 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-128_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-128_run-2.csv new file mode 100644 index 0000000..ddeac87 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-128_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.069984,0.005344,0,0,0.000000,0.000000,0.000000,4.478752,6.336322,1.193100 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.069056,0.004672,0,0,0.000000,0.000000,0.000000,5.528448,7.198789,1.076180 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.052480,0.005248,0,0,0.000000,0.000000,0.000000,4.469184,6.225744,1.173774 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.053696,0.004992,0,0,0.000000,0.000000,0.000000,4.473536,6.076933,1.003924 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.053088,0.005824,0,0,0.000000,0.000000,0.000000,3.937152,5.290098,0.869280 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.063936,0.005152,0,0,0.000000,0.000000,0.000000,4.516544,5.954642,0.893195 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.054976,0.005632,0,0,0.000000,0.000000,0.000000,4.458496,6.658881,0.963307 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.061216,0.005536,0,0,0.000000,0.000000,0.000000,4.234464,5.992484,1.239067 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.074432,0.005792,0,0,0.000000,0.000000,0.000000,4.499584,6.414630,1.259686 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.064416,0.005408,0,0,0.000000,0.000000,0.000000,4.879136,6.559954,0.977684 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.067296,0.005664,0,0,0.000000,0.000000,0.000000,4.365824,6.443234,1.435237 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.053248,0.005632,0,0,0.000000,0.000000,0.000000,5.221568,6.915334,0.880721 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.059584,0.004960,0,0,0.000000,0.000000,0.000000,4.002880,5.648394,1.010015 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.058048,0.004640,0,0,0.000000,0.000000,0.000000,4.826656,6.774819,1.155670 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.058464,0.005632,0,0,0.000000,0.000000,0.000000,3.944256,5.409114,0.930014 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.064832,0.005664,0,0,0.000000,0.000000,0.000000,4.392992,5.701976,0.873598 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.060064,0.005664,0,0,0.000000,0.000000,0.000000,3.852864,6.079859,1.340509 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.057280,0.005696,0,0,0.000000,0.000000,0.000000,4.415552,6.354616,1.263744 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.057280,0.005696,0,0,0.000000,0.000000,0.000000,4.231232,5.796234,0.878477 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.054400,0.005824,0,0,0.000000,0.000000,0.000000,4.460160,5.971214,0.914395 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.051712,0.005632,0,0,0.000000,0.000000,0.000000,4.750304,6.683567,1.378360 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.060608,0.005760,0,0,0.000000,0.000000,0.000000,4.512512,6.305504,0.951816 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.057376,0.005888,0,0,0.000000,0.000000,0.000000,5.507808,7.069285,0.970100 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.062464,0.005600,0,0,0.000000,0.000000,0.000000,3.934496,5.630551,1.249076 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.067968,0.005632,0,0,0.000000,0.000000,0.000000,4.250976,6.094085,1.142305 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.058848,0.005760,0,0,0.000000,0.000000,0.000000,4.365088,6.316615,1.121485 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.059136,0.005440,0,0,0.000000,0.000000,0.000000,3.841856,5.761117,1.228398 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.055232,0.005632,0,0,0.000000,0.000000,0.000000,4.467584,6.301336,1.182591 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.056288,0.005984,0,0,0.000000,0.000000,0.000000,4.240032,6.096560,1.153265 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.053856,0.005632,0,0,0.000000,0.000000,0.000000,4.275648,6.323739,1.381556 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-128_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-128_run-3.csv new file mode 100644 index 0000000..7d8fcd3 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-off_gpu-occlusion_lights-128_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.069664,0.005664,0,0,0.000000,0.000000,0.000000,4.658176,6.326082,1.027698 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.074816,0.005664,0,0,0.000000,0.000000,0.000000,4.194304,5.833063,1.002240 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.066048,0.004992,0,0,0.000000,0.000000,0.000000,4.045600,5.610954,0.914324 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.064928,0.005632,0,0,0.000000,0.000000,0.000000,4.265312,5.848031,1.061742 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.064704,0.005216,0,0,0.000000,0.000000,0.000000,4.690784,6.419409,0.998133 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.061568,0.004864,0,0,0.000000,0.000000,0.000000,4.815456,6.422915,0.967995 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.056672,0.005632,0,0,0.000000,0.000000,0.000000,4.399872,6.349868,1.015345 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.057504,0.005632,0,0,0.000000,0.000000,0.000000,4.509248,6.219291,1.098672 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.054624,0.005632,0,0,0.000000,0.000000,0.000000,4.631584,6.239780,0.966353 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.058816,0.005440,0,0,0.000000,0.000000,0.000000,4.643136,6.240030,0.965441 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.065888,0.005568,0,0,0.000000,0.000000,0.000000,3.925120,5.427268,0.928221 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.069536,0.004608,0,0,0.000000,0.000000,0.000000,4.402432,5.893497,0.923281 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.052800,0.005056,0,0,0.000000,0.000000,0.000000,4.258880,5.886574,1.045793 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.064064,0.005632,0,0,0.000000,0.000000,0.000000,4.665440,6.457421,0.993014 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.054112,0.005632,0,0,0.000000,0.000000,0.000000,4.578304,6.275337,0.988905 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.058976,0.005632,0,0,0.000000,0.000000,0.000000,4.641568,6.268975,1.007891 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.062240,0.005632,0,0,0.000000,0.000000,0.000000,4.749856,6.392769,1.062173 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.064768,0.004800,0,0,0.000000,0.000000,0.000000,4.642112,6.302369,1.021407 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.055488,0.005344,0,0,0.000000,0.000000,0.000000,4.654048,6.230262,0.994736 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.057248,0.005344,0,0,0.000000,0.000000,0.000000,3.920128,5.303323,0.887123 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.061920,0.005632,0,0,0.000000,0.000000,0.000000,3.872704,5.401940,0.975730 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.061504,0.005632,0,0,0.000000,0.000000,0.000000,4.700192,6.255129,0.967295 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.057760,0.005056,0,0,0.000000,0.000000,0.000000,4.583872,6.138679,0.969869 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.054592,0.004704,0,0,0.000000,0.000000,0.000000,4.444192,6.040224,1.004194 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.059424,0.005600,0,0,0.000000,0.000000,0.000000,4.998336,6.566376,0.980670 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.052704,0.005728,0,0,0.000000,0.000000,0.000000,4.670560,6.444416,1.171049 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.051040,0.005504,0,0,0.000000,0.000000,0.000000,4.962368,6.689137,1.075449 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.067712,0.005248,0,0,0.000000,0.000000,0.000000,4.204128,5.787637,0.948449 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.052448,0.005760,0,0,0.000000,0.000000,0.000000,4.111712,5.428019,0.904807 +128,off,gpu-occlusion,gpu-occlusion,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,0,0,0,0,0,2,104301824,2.063360,0.005568,0,0,0.000000,0.000000,0.000000,4.265792,5.921039,0.905538 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-000_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-000_run-1.csv new file mode 100644 index 0000000..024baa6 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-000_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +0,on,direct,direct,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,1.517568,2.853703,0.877686 +0,on,direct,direct,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.043680,0.000000,0,0,0.000000,0.000000,0.000000,1.573152,3.005620,1.023110 +0,on,direct,direct,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032512,0.000000,0,0,0.000000,0.000000,0.000000,1.373024,2.875965,1.002932 +0,on,direct,direct,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.509344,3.001952,0.961494 +0,on,direct,direct,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032480,0.000000,0,0,0.000000,0.000000,0.000000,1.805632,3.244660,0.999405 +0,on,direct,direct,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032544,0.000000,0,0,0.000000,0.000000,0.000000,1.273088,2.775866,0.900047 +0,on,direct,direct,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,2.030816,3.878546,1.142615 +0,on,direct,direct,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.031424,0.000000,0,0,0.000000,0.000000,0.000000,1.384576,2.794361,0.853610 +0,on,direct,direct,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032416,0.000000,0,0,0.000000,0.000000,0.000000,1.400608,2.965283,1.067394 +0,on,direct,direct,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032608,0.000000,0,0,0.000000,0.000000,0.000000,1.519104,2.908035,0.885661 +0,on,direct,direct,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032544,0.000000,0,0,0.000000,0.000000,0.000000,1.554400,2.846168,0.912691 +0,on,direct,direct,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,1.423296,3.147527,0.965251 +0,on,direct,direct,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.273760,2.885182,0.913013 +0,on,direct,direct,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032544,0.000000,0,0,0.000000,0.000000,0.000000,2.026816,3.434198,0.931598 +0,on,direct,direct,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032704,0.000000,0,0,0.000000,0.000000,0.000000,1.528000,2.875454,0.868959 +0,on,direct,direct,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,2.029600,3.438677,0.968026 +0,on,direct,direct,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.257600,2.826442,1.113701 +0,on,direct,direct,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,1.405920,2.866386,0.949952 +0,on,direct,direct,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032672,0.000000,0,0,0.000000,0.000000,0.000000,1.677376,3.048861,0.919855 +0,on,direct,direct,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.272256,2.552485,0.881763 +0,on,direct,direct,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032928,0.000000,0,0,0.000000,0.000000,0.000000,1.417184,3.408079,0.994737 +0,on,direct,direct,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032480,0.000000,0,0,0.000000,0.000000,0.000000,1.569568,3.002133,0.868848 +0,on,direct,direct,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.033120,0.000000,0,0,0.000000,0.000000,0.000000,1.809088,3.298982,1.035213 +0,on,direct,direct,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.578432,2.995841,0.845074 +0,on,direct,direct,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.259072,2.434862,0.908725 +0,on,direct,direct,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032672,0.000000,0,0,0.000000,0.000000,0.000000,1.674304,3.000920,0.875922 +0,on,direct,direct,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032640,0.000000,0,0,0.000000,0.000000,0.000000,1.273248,2.637485,0.926107 +0,on,direct,direct,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032416,0.000000,0,0,0.000000,0.000000,0.000000,1.417888,3.362002,1.016407 +0,on,direct,direct,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.271328,2.674124,0.959810 +0,on,direct,direct,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032512,0.000000,0,0,0.000000,0.000000,0.000000,1.808000,3.433457,1.122006 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-000_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-000_run-2.csv new file mode 100644 index 0000000..f1ca0a9 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-000_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +0,on,direct,direct,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.280352,2.550862,0.862267 +0,on,direct,direct,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.525760,2.885683,0.940704 +0,on,direct,direct,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.031712,0.000000,0,0,0.000000,0.000000,0.000000,1.395552,3.023473,1.135361 +0,on,direct,direct,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032704,0.000000,0,0,0.000000,0.000000,0.000000,1.258432,2.550702,0.902502 +0,on,direct,direct,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032352,0.000000,0,0,0.000000,0.000000,0.000000,1.807200,3.132749,0.885090 +0,on,direct,direct,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032480,0.000000,0,0,0.000000,0.000000,0.000000,1.270144,2.653205,0.920757 +0,on,direct,direct,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.984160,3.531442,0.916128 +0,on,direct,direct,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032576,0.000000,0,0,0.000000,0.000000,0.000000,1.575104,2.980151,0.864150 +0,on,direct,direct,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032640,0.000000,0,0,0.000000,0.000000,0.000000,1.978048,3.351783,0.921849 +0,on,direct,direct,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032384,0.000000,0,0,0.000000,0.000000,0.000000,1.423872,3.068959,1.145010 +0,on,direct,direct,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032672,0.000000,0,0,0.000000,0.000000,0.000000,1.684544,3.095278,0.966082 +0,on,direct,direct,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,1.395072,2.840709,0.984187 +0,on,direct,direct,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.411104,2.733566,0.869089 +0,on,direct,direct,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032704,0.000000,0,0,0.000000,0.000000,0.000000,1.806464,3.169439,0.923913 +0,on,direct,direct,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032480,0.000000,0,0,0.000000,0.000000,0.000000,1.603360,2.990571,0.891592 +0,on,direct,direct,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.031392,0.000000,0,0,0.000000,0.000000,0.000000,1.808256,3.400094,0.910217 +0,on,direct,direct,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032512,0.000000,0,0,0.000000,0.000000,0.000000,1.563200,2.991993,0.881593 +0,on,direct,direct,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032480,0.000000,0,0,0.000000,0.000000,0.000000,1.986624,3.312418,0.878117 +0,on,direct,direct,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032960,0.000000,0,0,0.000000,0.000000,0.000000,1.565472,2.964171,0.879659 +0,on,direct,direct,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032384,0.000000,0,0,0.000000,0.000000,0.000000,1.519648,2.873992,0.907482 +0,on,direct,direct,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032704,0.000000,0,0,0.000000,0.000000,0.000000,1.396928,2.994448,1.104663 +0,on,direct,direct,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032640,0.000000,0,0,0.000000,0.000000,0.000000,1.275840,2.566832,0.882625 +0,on,direct,direct,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032544,0.000000,0,0,0.000000,0.000000,0.000000,1.807552,3.132810,0.892113 +0,on,direct,direct,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.557792,2.985832,0.868148 +0,on,direct,direct,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032512,0.000000,0,0,0.000000,0.000000,0.000000,1.987552,3.381659,0.971222 +0,on,direct,direct,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.500768,2.979661,0.909475 +0,on,direct,direct,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032512,0.000000,0,0,0.000000,0.000000,0.000000,1.530080,2.847491,0.916138 +0,on,direct,direct,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032640,0.000000,0,0,0.000000,0.000000,0.000000,1.395840,3.047960,1.190816 +0,on,direct,direct,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,1.271872,2.681118,0.988535 +0,on,direct,direct,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.807552,3.483882,1.234419 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-000_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-000_run-3.csv new file mode 100644 index 0000000..46d6c59 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-000_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +0,on,direct,direct,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.844448,3.090270,0.813294 +0,on,direct,direct,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032928,0.000000,0,0,0.000000,0.000000,0.000000,1.846400,3.149491,0.869190 +0,on,direct,direct,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032672,0.000000,0,0,0.000000,0.000000,0.000000,1.264352,2.528069,0.843250 +0,on,direct,direct,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032576,0.000000,0,0,0.000000,0.000000,0.000000,1.258464,2.476802,0.872145 +0,on,direct,direct,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032928,0.000000,0,0,0.000000,0.000000,0.000000,1.384448,2.676889,0.889819 +0,on,direct,direct,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.033024,0.000000,0,0,0.000000,0.000000,0.000000,1.882464,3.183305,0.843611 +0,on,direct,direct,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032832,0.000000,0,0,0.000000,0.000000,0.000000,1.837344,3.181080,0.852508 +0,on,direct,direct,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.844192,3.064039,0.792765 +0,on,direct,direct,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.813664,3.124965,0.858570 +0,on,direct,direct,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032800,0.000000,0,0,0.000000,0.000000,0.000000,1.258592,2.528048,0.875932 +0,on,direct,direct,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032864,0.000000,0,0,0.000000,0.000000,0.000000,1.262912,2.410287,0.820388 +0,on,direct,direct,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032704,0.000000,0,0,0.000000,0.000000,0.000000,1.427808,2.960825,0.879679 +0,on,direct,direct,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032736,0.000000,0,0,0.000000,0.000000,0.000000,1.530272,2.782038,0.811801 +0,on,direct,direct,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032992,0.000000,0,0,0.000000,0.000000,0.000000,1.810624,3.167534,0.893977 +0,on,direct,direct,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.392576,2.813778,0.880180 +0,on,direct,direct,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.258176,2.513031,0.909436 +0,on,direct,direct,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.385056,2.760698,0.934783 +0,on,direct,direct,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.763936,3.229832,0.849453 +0,on,direct,direct,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.382048,3.259870,0.898375 +0,on,direct,direct,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.848704,3.174528,0.861575 +0,on,direct,direct,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.824096,3.158418,0.896682 +0,on,direct,direct,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.258208,2.562895,0.873999 +0,on,direct,direct,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.257792,2.473767,0.866976 +0,on,direct,direct,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.381888,2.825490,0.907832 +0,on,direct,direct,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.880960,3.274116,0.936416 +0,on,direct,direct,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.839072,3.123853,0.925176 +0,on,direct,direct,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.529984,2.961136,0.953579 +0,on,direct,direct,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032768,0.000000,0,0,0.000000,0.000000,0.000000,1.808672,3.317518,0.935625 +0,on,direct,direct,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032640,0.000000,0,0,0.000000,0.000000,0.000000,1.258720,2.714189,1.032478 +0,on,direct,direct,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,10,59570256,0.032544,0.000000,0,0,0.000000,0.000000,0.000000,1.410208,2.844445,0.909886 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-004_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-004_run-1.csv new file mode 100644 index 0000000..6b998f5 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-004_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +4,on,direct,direct,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125280,0.000000,0,0,0.000000,0.017600,0.017600,1.376832,2.663484,0.872166 +4,on,direct,direct,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124960,0.000000,0,0,0.000000,0.017760,0.017760,1.535200,3.746638,1.564271 +4,on,direct,direct,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125152,0.000000,0,0,0.000000,0.017504,0.017504,1.375456,2.755808,0.926788 +4,on,direct,direct,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125120,0.000000,0,0,0.000000,0.017728,0.017728,2.080480,3.504741,0.937990 +4,on,direct,direct,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124992,0.000000,0,0,0.000000,0.018016,0.018016,1.691840,3.303401,0.933321 +4,on,direct,direct,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126624,0.000000,0,0,0.000000,0.016512,0.016512,1.918560,3.345421,0.937839 +4,on,direct,direct,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.150464,0.000000,0,0,0.000000,0.016960,0.016960,1.388704,3.069820,1.004685 +4,on,direct,direct,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126176,0.000000,0,0,0.000000,0.016704,0.016704,1.923264,3.719366,1.211255 +4,on,direct,direct,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.016704,0.016704,1.380224,2.924096,1.032177 +4,on,direct,direct,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124992,0.000000,0,0,0.000000,0.018016,0.018016,2.084512,3.880159,1.212367 +4,on,direct,direct,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124704,0.000000,0,0,0.000000,0.016608,0.016608,1.705920,3.324892,0.941997 +4,on,direct,direct,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.017088,0.017088,1.920288,3.622774,1.193642 +4,on,direct,direct,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.016992,0.016992,1.740128,3.399523,0.975260 +4,on,direct,direct,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126464,0.000000,0,0,0.000000,0.016800,0.016800,1.914816,3.586696,1.163205 +4,on,direct,direct,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.016800,0.016800,1.719264,3.348496,0.957656 +4,on,direct,direct,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124704,0.000000,0,0,0.000000,0.017216,0.017216,1.919488,3.583089,1.147444 +4,on,direct,direct,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124608,0.000000,0,0,0.000000,0.016704,0.016704,1.742752,3.418027,1.010957 +4,on,direct,direct,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.016800,0.016800,1.917824,3.488751,1.122137 +4,on,direct,direct,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.016960,0.016960,1.709568,3.315735,0.952226 +4,on,direct,direct,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124896,0.000000,0,0,0.000000,0.016640,0.016640,1.922176,3.502607,1.139649 +4,on,direct,direct,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124768,0.000000,0,0,0.000000,0.016992,0.016992,1.382304,2.980392,0.987994 +4,on,direct,direct,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.017024,0.017024,1.916064,3.611553,1.145882 +4,on,direct,direct,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125152,0.000000,0,0,0.000000,0.017568,0.017568,1.678656,3.192632,0.952877 +4,on,direct,direct,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124416,0.000000,0,0,0.000000,0.017184,0.017184,1.918304,3.509490,1.157393 +4,on,direct,direct,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.016608,0.016608,1.712096,3.168587,0.950473 +4,on,direct,direct,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.016608,0.016608,1.920576,3.312128,0.970040 +4,on,direct,direct,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.123552,0.000000,0,0,0.000000,0.017760,0.017760,1.366304,2.690084,0.898445 +4,on,direct,direct,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124704,0.000000,0,0,0.000000,0.017632,0.017632,1.570144,2.903266,0.838071 +4,on,direct,direct,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.016384,0.016384,1.366272,2.542456,0.875311 +4,on,direct,direct,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124576,0.000000,0,0,0.000000,0.016736,0.016736,1.365824,2.506708,0.857868 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-004_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-004_run-2.csv new file mode 100644 index 0000000..6fe4843 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-004_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +4,on,direct,direct,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125504,0.000000,0,0,0.000000,0.017856,0.017856,1.703488,3.243879,1.033650 +4,on,direct,direct,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125152,0.000000,0,0,0.000000,0.018208,0.018208,1.912512,3.514289,1.062834 +4,on,direct,direct,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125312,0.000000,0,0,0.000000,0.017760,0.017760,1.707104,3.255862,1.014704 +4,on,direct,direct,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126304,0.000000,0,0,0.000000,0.016576,0.016576,1.921632,3.546930,1.017860 +4,on,direct,direct,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.141312,0.000000,0,0,0.000000,0.022528,0.022528,1.732768,3.210086,0.985509 +4,on,direct,direct,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125696,0.000000,0,0,0.000000,0.017600,0.017600,1.916768,3.953056,1.355467 +4,on,direct,direct,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126976,0.000000,0,0,0.000000,0.018432,0.018432,1.717024,3.490284,0.980399 +4,on,direct,direct,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125024,0.000000,0,0,0.000000,0.018336,0.018336,1.914496,3.377250,0.974108 +4,on,direct,direct,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124768,0.000000,0,0,0.000000,0.016864,0.016864,1.676448,3.218161,0.942538 +4,on,direct,direct,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.018112,0.018112,1.918944,3.323178,0.917781 +4,on,direct,direct,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124832,0.000000,0,0,0.000000,0.016992,0.016992,1.389344,3.128731,1.230701 +4,on,direct,direct,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125920,0.000000,0,0,0.000000,0.016544,0.016544,1.363872,3.016890,1.124661 +4,on,direct,direct,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125056,0.000000,0,0,0.000000,0.018304,0.018304,1.920320,3.934051,1.381215 +4,on,direct,direct,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.017312,0.017312,1.921824,3.685512,1.171801 +4,on,direct,direct,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126176,0.000000,0,0,0.000000,0.018432,0.018432,1.375008,3.076413,1.185366 +4,on,direct,direct,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125376,0.000000,0,0,0.000000,0.017792,0.017792,1.860064,3.628535,1.175547 +4,on,direct,direct,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125056,0.000000,0,0,0.000000,0.018208,0.018208,1.865632,3.613165,1.171018 +4,on,direct,direct,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126592,0.000000,0,0,0.000000,0.017344,0.017344,1.365152,3.990939,1.226834 +4,on,direct,direct,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126496,0.000000,0,0,0.000000,0.017248,0.017248,1.517856,3.369546,1.161271 +4,on,direct,direct,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126464,0.000000,0,0,0.000000,0.017056,0.017056,2.020096,3.956674,1.201476 +4,on,direct,direct,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126208,0.000000,0,0,0.000000,0.016704,0.016704,1.364096,3.509660,1.122757 +4,on,direct,direct,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125440,0.000000,0,0,0.000000,0.017600,0.017600,1.917280,3.600832,1.105646 +4,on,direct,direct,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125312,0.000000,0,0,0.000000,0.017568,0.017568,1.373600,3.052578,1.142304 +4,on,direct,direct,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.017280,0.017280,2.131104,4.186287,1.470393 +4,on,direct,direct,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.018208,0.018208,1.370496,2.952720,1.097691 +4,on,direct,direct,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125792,0.000000,0,0,0.000000,0.017440,0.017440,1.913728,3.572689,1.116576 +4,on,direct,direct,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124960,0.000000,0,0,0.000000,0.017856,0.017856,1.364672,3.058509,1.179004 +4,on,direct,direct,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124928,0.000000,0,0,0.000000,0.018176,0.018176,1.694336,3.434328,1.165388 +4,on,direct,direct,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125664,0.000000,0,0,0.000000,0.017664,0.017664,1.364416,2.884691,1.140421 +4,on,direct,direct,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.123744,0.000000,0,0,0.000000,0.017568,0.017568,1.825568,3.778527,1.170428 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-004_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-004_run-3.csv new file mode 100644 index 0000000..fb0ab39 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-004_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +4,on,direct,direct,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126944,0.000000,0,0,0.000000,0.016512,0.016512,1.591776,3.054572,0.892984 +4,on,direct,direct,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126720,0.000000,0,0,0.000000,0.016832,0.016832,1.667296,3.196089,0.908634 +4,on,direct,direct,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126112,0.000000,0,0,0.000000,0.016736,0.016736,1.947392,3.369065,0.910308 +4,on,direct,direct,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125120,0.000000,0,0,0.000000,0.017984,0.017984,1.710240,3.090510,0.829495 +4,on,direct,direct,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126976,0.000000,0,0,0.000000,0.016800,0.016800,1.920864,3.414711,0.931196 +4,on,direct,direct,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126080,0.000000,0,0,0.000000,0.016768,0.016768,1.382016,2.808207,0.879930 +4,on,direct,direct,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125856,0.000000,0,0,0.000000,0.017504,0.017504,2.162848,3.777124,0.945414 +4,on,direct,direct,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125696,0.000000,0,0,0.000000,0.017664,0.017664,1.365440,2.779994,0.910166 +4,on,direct,direct,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126048,0.000000,0,0,0.000000,0.017056,0.017056,1.509504,2.889079,0.900128 +4,on,direct,direct,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126016,0.000000,0,0,0.000000,0.016800,0.016800,1.373152,2.717246,0.857367 +4,on,direct,direct,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126208,0.000000,0,0,0.000000,0.016768,0.016768,1.942688,3.300887,0.925225 +4,on,direct,direct,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.124992,0.000000,0,0,0.000000,0.018176,0.018176,1.546656,3.347485,1.033970 +4,on,direct,direct,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.137216,0.000000,0,0,0.000000,0.016864,0.016864,1.654720,3.302891,1.005276 +4,on,direct,direct,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126400,0.000000,0,0,0.000000,0.018016,0.018016,1.688544,3.693306,0.880871 +4,on,direct,direct,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126816,0.000000,0,0,0.000000,0.016960,0.016960,1.944224,3.573100,1.046494 +4,on,direct,direct,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126272,0.000000,0,0,0.000000,0.017216,0.017216,1.499616,3.016110,0.950032 +4,on,direct,direct,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126240,0.000000,0,0,0.000000,0.017056,0.017056,1.999776,3.614097,1.061563 +4,on,direct,direct,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126208,0.000000,0,0,0.000000,0.016768,0.016768,1.581760,3.385847,1.034491 +4,on,direct,direct,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126656,0.000000,0,0,0.000000,0.016768,0.016768,1.983712,3.558964,1.011338 +4,on,direct,direct,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126752,0.000000,0,0,0.000000,0.016416,0.016416,1.480256,2.818277,0.946195 +4,on,direct,direct,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125344,0.000000,0,0,0.000000,0.017568,0.017568,1.520160,3.053390,1.052605 +4,on,direct,direct,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125696,0.000000,0,0,0.000000,0.017472,0.017472,1.921888,3.526161,1.069026 +4,on,direct,direct,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125664,0.000000,0,0,0.000000,0.017472,0.017472,1.734144,3.197893,0.930555 +4,on,direct,direct,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126496,0.000000,0,0,0.000000,0.017984,0.017984,1.916800,3.504971,1.081190 +4,on,direct,direct,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126176,0.000000,0,0,0.000000,0.016864,0.016864,1.365312,2.953020,1.016637 +4,on,direct,direct,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.126304,0.000000,0,0,0.000000,0.017216,0.017216,1.517344,2.943763,0.940373 +4,on,direct,direct,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125696,0.000000,0,0,0.000000,0.017664,0.017664,1.502144,2.984800,0.993665 +4,on,direct,direct,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125984,0.000000,0,0,0.000000,0.018080,0.018080,1.626304,3.565736,1.035674 +4,on,direct,direct,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.125856,0.000000,0,0,0.000000,0.017504,0.017504,1.510624,2.948050,0.978666 +4,on,direct,direct,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,42,59597648,0.151328,0.000000,0,0,0.000000,0.018016,0.018016,1.660608,3.122340,0.971442 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-016_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-016_run-1.csv new file mode 100644 index 0000000..f353dbe --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-016_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +16,on,direct,direct,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311296,0.000000,0,0,0.000000,0.016640,0.016640,1.683648,3.143560,0.872365 +16,on,direct,direct,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.308512,0.000000,0,0,0.000000,0.016672,0.016672,1.707296,3.748922,1.087140 +16,on,direct,direct,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309248,0.000000,0,0,0.000000,0.016704,0.016704,1.547232,3.020719,1.045582 +16,on,direct,direct,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309248,0.000000,0,0,0.000000,0.017696,0.017696,1.714944,3.717753,0.884399 +16,on,direct,direct,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309056,0.000000,0,0,0.000000,0.016576,0.016576,1.845952,3.421544,0.976563 +16,on,direct,direct,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310368,0.000000,0,0,0.000000,0.016640,0.016640,1.733184,3.373414,1.013091 +16,on,direct,direct,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310080,0.000000,0,0,0.000000,0.017600,0.017600,1.914304,3.659403,0.975009 +16,on,direct,direct,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310400,0.000000,0,0,0.000000,0.018048,0.018048,1.735744,3.480365,1.125012 +16,on,direct,direct,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309472,0.000000,0,0,0.000000,0.017120,0.017120,1.553760,3.083095,0.975019 +16,on,direct,direct,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309248,0.000000,0,0,0.000000,0.017216,0.017216,1.704128,3.605692,0.977444 +16,on,direct,direct,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309248,0.000000,0,0,0.000000,0.017152,0.017152,1.851264,3.424279,0.826959 +16,on,direct,direct,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309568,0.000000,0,0,0.000000,0.018112,0.018112,1.736224,3.339910,0.945413 +16,on,direct,direct,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.319488,0.000000,0,0,0.000000,0.018112,0.018112,1.893536,3.242516,0.882405 +16,on,direct,direct,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309760,0.000000,0,0,0.000000,0.017728,0.017728,1.703808,3.694028,0.958889 +16,on,direct,direct,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.316672,0.000000,0,0,0.000000,0.027360,0.027360,1.863168,3.580233,1.013281 +16,on,direct,direct,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310816,0.000000,0,0,0.000000,0.018240,0.018240,1.713664,3.228730,0.958448 +16,on,direct,direct,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.317440,0.000000,0,0,0.000000,0.016960,0.016960,1.906656,3.265620,0.870392 +16,on,direct,direct,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309216,0.000000,0,0,0.000000,0.017120,0.017120,1.703232,3.536461,0.878848 +16,on,direct,direct,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.317664,0.000000,0,0,0.000000,0.018048,0.018048,1.897216,3.521713,0.999806 +16,on,direct,direct,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309024,0.000000,0,0,0.000000,0.016608,0.016608,1.707776,3.633273,1.064659 +16,on,direct,direct,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.319744,0.000000,0,0,0.000000,0.017536,0.017536,1.558752,5.801934,3.739453 +16,on,direct,direct,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309760,0.000000,0,0,0.000000,0.017920,0.017920,1.561184,3.275829,1.114933 +16,on,direct,direct,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309568,0.000000,0,0,0.000000,0.017664,0.017664,2.113792,3.918181,1.181078 +16,on,direct,direct,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309312,0.000000,0,0,0.000000,0.017760,0.017760,1.564480,3.340041,1.175137 +16,on,direct,direct,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.308992,0.000000,0,0,0.000000,0.017760,0.017760,2.258656,4.083964,1.185005 +16,on,direct,direct,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.308800,0.000000,0,0,0.000000,0.016480,0.016480,1.568064,3.359487,1.138507 +16,on,direct,direct,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309248,0.000000,0,0,0.000000,0.017408,0.017408,1.660448,3.773007,1.142234 +16,on,direct,direct,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.314976,0.000000,0,0,0.000000,0.018048,0.018048,1.924480,3.770352,1.263483 +16,on,direct,direct,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309024,0.000000,0,0,0.000000,0.016896,0.016896,1.662848,3.373344,1.085648 +16,on,direct,direct,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.307808,0.000000,0,0,0.000000,0.017824,0.017824,1.563392,3.134252,1.046254 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-016_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-016_run-2.csv new file mode 100644 index 0000000..5db3b02 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-016_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +16,on,direct,direct,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311296,0.000000,0,0,0.000000,0.016896,0.016896,1.879584,3.332666,0.953639 +16,on,direct,direct,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309088,0.000000,0,0,0.000000,0.017824,0.017824,2.093504,3.888434,1.240520 +16,on,direct,direct,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309248,0.000000,0,0,0.000000,0.016960,0.016960,1.883456,3.347715,0.972014 +16,on,direct,direct,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309504,0.000000,0,0,0.000000,0.017696,0.017696,1.853152,3.360088,0.950332 +16,on,direct,direct,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.308864,0.000000,0,0,0.000000,0.017632,0.017632,1.549856,2.888538,0.927831 +16,on,direct,direct,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309248,0.000000,0,0,0.000000,0.017120,0.017120,1.710624,3.278154,1.076069 +16,on,direct,direct,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309152,0.000000,0,0,0.000000,0.017280,0.017280,1.894016,3.553183,0.909115 +16,on,direct,direct,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.308160,0.000000,0,0,0.000000,0.017920,0.017920,1.547520,2.970454,1.035534 +16,on,direct,direct,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.315648,0.000000,0,0,0.000000,0.017088,0.017088,1.664064,3.541581,1.069658 +16,on,direct,direct,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309600,0.000000,0,0,0.000000,0.017792,0.017792,2.094112,3.817431,1.101649 +16,on,direct,direct,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.319072,0.000000,0,0,0.000000,0.016896,0.016896,1.894080,3.389514,0.955793 +16,on,direct,direct,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.308928,0.000000,0,0,0.000000,0.018240,0.018240,1.709440,3.385055,1.027138 +16,on,direct,direct,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.319488,0.000000,0,0,0.000000,0.018336,0.018336,1.891744,3.501475,1.091799 +16,on,direct,direct,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310976,0.000000,0,0,0.000000,0.016864,0.016864,1.735872,3.673289,1.093983 +16,on,direct,direct,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309248,0.000000,0,0,0.000000,0.017056,0.017056,1.885536,3.439979,1.004585 +16,on,direct,direct,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309056,0.000000,0,0,0.000000,0.017728,0.017728,1.714880,3.316606,1.088413 +16,on,direct,direct,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.320448,0.000000,0,0,0.000000,0.016704,0.016704,1.791040,3.465276,1.088564 +16,on,direct,direct,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310336,0.000000,0,0,0.000000,0.018144,0.018144,1.659712,3.688648,0.995057 +16,on,direct,direct,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310464,0.000000,0,0,0.000000,0.016992,0.016992,1.870464,3.285968,0.934383 +16,on,direct,direct,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310880,0.000000,0,0,0.000000,0.016736,0.016736,1.703584,3.320734,1.084646 +16,on,direct,direct,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.318144,0.000000,0,0,0.000000,0.016704,0.016704,1.557472,3.094938,1.066231 +16,on,direct,direct,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309152,0.000000,0,0,0.000000,0.017024,0.017024,2.092672,3.715929,1.075719 +16,on,direct,direct,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.314176,0.000000,0,0,0.000000,0.017600,0.017600,1.849856,3.524027,1.092090 +16,on,direct,direct,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309344,0.000000,0,0,0.000000,0.018336,0.018336,2.092896,3.649044,1.013131 +16,on,direct,direct,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.313312,0.000000,0,0,0.000000,0.017312,0.017312,1.555776,3.050765,1.055411 +16,on,direct,direct,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310272,0.000000,0,0,0.000000,0.017024,0.017024,2.434912,4.032897,1.099785 +16,on,direct,direct,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309312,0.000000,0,0,0.000000,0.017920,0.017920,1.774048,3.462591,1.084446 +16,on,direct,direct,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.307200,0.000000,0,0,0.000000,0.016544,0.016544,2.094592,3.631541,1.039200 +16,on,direct,direct,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309760,0.000000,0,0,0.000000,0.017920,0.017920,1.885824,3.290587,0.885320 +16,on,direct,direct,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309024,0.000000,0,0,0.000000,0.017248,0.017248,1.656672,3.108614,0.991781 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-016_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-016_run-3.csv new file mode 100644 index 0000000..f4b8631 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-016_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +16,on,direct,direct,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310848,0.000000,0,0,0.000000,0.018208,0.018208,1.744416,3.449417,1.094454 +16,on,direct,direct,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.312096,0.000000,0,0,0.000000,0.017728,0.017728,1.886464,3.380927,0.906460 +16,on,direct,direct,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.313184,0.000000,0,0,0.000000,0.016960,0.016960,1.676288,3.356372,1.155229 +16,on,direct,direct,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.321216,0.000000,0,0,0.000000,0.017376,0.017376,1.759424,3.228901,0.896611 +16,on,direct,direct,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311296,0.000000,0,0,0.000000,0.016864,0.016864,1.666336,3.427074,0.993895 +16,on,direct,direct,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311104,0.000000,0,0,0.000000,0.017728,0.017728,1.713728,3.182112,0.941285 +16,on,direct,direct,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311360,0.000000,0,0,0.000000,0.018368,0.018368,1.748064,3.562169,1.035433 +16,on,direct,direct,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311232,0.000000,0,0,0.000000,0.016480,0.016480,1.908992,3.367943,0.935715 +16,on,direct,direct,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311296,0.000000,0,0,0.000000,0.017248,0.017248,1.740928,3.629957,1.132476 +16,on,direct,direct,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.312512,0.000000,0,0,0.000000,0.018240,0.018240,1.899744,3.375057,0.941356 +16,on,direct,direct,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311904,0.000000,0,0,0.000000,0.017952,0.017952,1.742112,3.628344,1.049349 +16,on,direct,direct,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310464,0.000000,0,0,0.000000,0.018272,0.018272,1.566368,3.010248,0.921508 +16,on,direct,direct,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311296,0.000000,0,0,0.000000,0.017824,0.017824,2.264192,3.949130,1.076741 +16,on,direct,direct,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311936,0.000000,0,0,0.000000,0.017888,0.017888,1.712384,3.402107,1.065029 +16,on,direct,direct,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.313440,0.000000,0,0,0.000000,0.018336,0.018336,1.873408,4.034761,1.305663 +16,on,direct,direct,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311072,0.000000,0,0,0.000000,0.016864,0.016864,1.550688,3.092424,0.970701 +16,on,direct,direct,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310624,0.000000,0,0,0.000000,0.018112,0.018112,2.095904,3.726409,1.066561 +16,on,direct,direct,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.312704,0.000000,0,0,0.000000,0.017312,0.017312,2.196480,3.779189,1.034581 +16,on,direct,direct,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310272,0.000000,0,0,0.000000,0.017696,0.017696,1.559936,2.986333,0.936977 +16,on,direct,direct,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311136,0.000000,0,0,0.000000,0.016800,0.016800,1.833824,3.327567,0.969619 +16,on,direct,direct,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311296,0.000000,0,0,0.000000,0.017248,0.017248,1.661536,3.215286,0.989587 +16,on,direct,direct,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311232,0.000000,0,0,0.000000,0.017152,0.017152,1.718368,3.231385,0.980239 +16,on,direct,direct,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311168,0.000000,0,0,0.000000,0.017344,0.017344,2.098336,3.672878,1.037687 +16,on,direct,direct,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311680,0.000000,0,0,0.000000,0.018048,0.018048,1.903712,3.472039,1.102089 +16,on,direct,direct,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311296,0.000000,0,0,0.000000,0.018368,0.018368,1.760768,3.553092,0.995679 +16,on,direct,direct,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.312960,0.000000,0,0,0.000000,0.016896,0.016896,1.858720,3.299594,0.904546 +16,on,direct,direct,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.310560,0.000000,0,0,0.000000,0.018080,0.018080,1.661664,3.234562,0.888586 +16,on,direct,direct,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311296,0.000000,0,0,0.000000,0.017216,0.017216,1.780096,3.060433,0.846758 +16,on,direct,direct,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.309984,0.000000,0,0,0.000000,0.017920,0.017920,1.737920,3.618946,1.045171 +16,on,direct,direct,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,44,59598608,0.311232,0.000000,0,0,0.000000,0.018144,0.018144,1.882752,3.406897,0.933150 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-032_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-032_run-1.csv new file mode 100644 index 0000000..b548d2c --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-032_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +32,on,direct,direct,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.566144,0.000000,0,0,0.000000,0.017536,0.017536,2.221472,3.656919,0.957315 +32,on,direct,direct,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.566464,0.000000,0,0,0.000000,0.016576,0.016576,2.009600,3.442093,0.898194 +32,on,direct,direct,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.566816,0.000000,0,0,0.000000,0.017216,0.017216,2.220352,3.563832,0.862597 +32,on,direct,direct,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567168,0.000000,0,0,0.000000,0.017088,0.017088,1.953952,3.399042,0.972314 +32,on,direct,direct,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.564096,0.000000,0,0,0.000000,0.017952,0.017952,2.215712,3.689179,0.993213 +32,on,direct,direct,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.568608,0.000000,0,0,0.000000,0.017376,0.017376,1.952160,3.318499,0.882966 +32,on,direct,direct,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567008,0.000000,0,0,0.000000,0.017088,0.017088,2.064640,3.789879,1.009454 +32,on,direct,direct,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569248,0.000000,0,0,0.000000,0.016832,0.016832,1.953312,3.326995,0.901370 +32,on,direct,direct,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567232,0.000000,0,0,0.000000,0.016448,0.016448,2.218880,3.751927,1.022719 +32,on,direct,direct,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567968,0.000000,0,0,0.000000,0.017504,0.017504,2.520896,4.025513,1.010736 +32,on,direct,direct,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569312,0.000000,0,0,0.000000,0.016832,0.016832,2.112224,3.555337,0.857898 +32,on,direct,direct,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567296,0.000000,0,0,0.000000,0.017088,0.017088,2.360512,3.923090,1.028440 +32,on,direct,direct,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565248,0.000000,0,0,0.000000,0.018304,0.018304,2.138720,3.733563,0.955613 +32,on,direct,direct,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567040,0.000000,0,0,0.000000,0.017984,0.017984,1.972992,4.094934,1.199122 +32,on,direct,direct,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.571392,0.000000,0,0,0.000000,0.016992,0.016992,2.140448,3.719556,0.927569 +32,on,direct,direct,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567840,0.000000,0,0,0.000000,0.017760,0.017760,2.378720,3.780461,0.838612 +32,on,direct,direct,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.566944,0.000000,0,0,0.000000,0.017248,0.017248,1.806688,3.116048,0.903485 +32,on,direct,direct,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.564960,0.000000,0,0,0.000000,0.017888,0.017888,2.058112,3.404983,0.826740 +32,on,direct,direct,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.575392,0.000000,0,0,0.000000,0.017792,0.017792,1.814368,3.131998,0.900598 +32,on,direct,direct,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569024,0.000000,0,0,0.000000,0.017120,0.017120,2.543488,4.181808,0.986160 +32,on,direct,direct,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.566432,0.000000,0,0,0.000000,0.017024,0.017024,1.805312,3.120066,0.904145 +32,on,direct,direct,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567296,0.000000,0,0,0.000000,0.017152,0.017152,2.306784,3.830646,0.996921 +32,on,direct,direct,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.568128,0.000000,0,0,0.000000,0.017888,0.017888,1.808672,3.146345,0.916830 +32,on,direct,direct,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.566976,0.000000,0,0,0.000000,0.017248,0.017248,2.368512,3.864530,0.979407 +32,on,direct,direct,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567072,0.000000,0,0,0.000000,0.016832,0.016832,1.804608,3.238108,1.000617 +32,on,direct,direct,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565664,0.000000,0,0,0.000000,0.017728,0.017728,2.407200,3.954490,0.979808 +32,on,direct,direct,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567232,0.000000,0,0,0.000000,0.016640,0.016640,1.806176,3.015448,0.903765 +32,on,direct,direct,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.566464,0.000000,0,0,0.000000,0.017408,0.017408,2.482048,3.964919,0.953158 +32,on,direct,direct,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565248,0.000000,0,0,0.000000,0.016768,0.016768,2.346336,3.946885,1.086379 +32,on,direct,direct,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567296,0.000000,0,0,0.000000,0.016928,0.016928,2.150912,3.597556,0.862808 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-032_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-032_run-2.csv new file mode 100644 index 0000000..2cd53d6 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-032_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +32,on,direct,direct,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.568096,0.000000,0,0,0.000000,0.017536,0.017536,1.822208,3.140514,0.834945 +32,on,direct,direct,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565568,0.000000,0,0,0.000000,0.018112,0.018112,1.808192,3.056024,0.822060 +32,on,direct,direct,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.566208,0.000000,0,0,0.000000,0.017472,0.017472,1.916992,3.443075,1.030624 +32,on,direct,direct,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567296,0.000000,0,0,0.000000,0.017408,0.017408,2.017920,3.533526,0.836888 +32,on,direct,direct,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565088,0.000000,0,0,0.000000,0.018208,0.018208,1.934720,3.446661,0.873277 +32,on,direct,direct,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565920,0.000000,0,0,0.000000,0.017760,0.017760,1.806080,3.061254,0.849413 +32,on,direct,direct,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567232,0.000000,0,0,0.000000,0.017152,0.017152,1.965344,3.633174,0.944712 +32,on,direct,direct,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567296,0.000000,0,0,0.000000,0.017312,0.017312,2.140736,3.449497,0.827821 +32,on,direct,direct,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565312,0.000000,0,0,0.000000,0.018368,0.018368,1.968288,3.432014,0.932769 +32,on,direct,direct,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.568800,0.000000,0,0,0.000000,0.016896,0.016896,2.139424,3.475706,0.835335 +32,on,direct,direct,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565408,0.000000,0,0,0.000000,0.018080,0.018080,1.960672,3.497247,0.982424 +32,on,direct,direct,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567296,0.000000,0,0,0.000000,0.016512,0.016512,2.132512,3.497737,0.882365 +32,on,direct,direct,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567264,0.000000,0,0,0.000000,0.016768,0.016768,1.916416,3.392579,0.948048 +32,on,direct,direct,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565248,0.000000,0,0,0.000000,0.016864,0.016864,2.013024,3.473282,0.825708 +32,on,direct,direct,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567296,0.000000,0,0,0.000000,0.016992,0.016992,1.917088,3.307929,0.885430 +32,on,direct,direct,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.566720,0.000000,0,0,0.000000,0.017056,0.017056,2.008960,3.512726,0.890109 +32,on,direct,direct,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.566720,0.000000,0,0,0.000000,0.018176,0.018176,1.916928,3.567750,1.137024 +32,on,direct,direct,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565920,0.000000,0,0,0.000000,0.017632,0.017632,2.070624,3.552190,0.878006 +32,on,direct,direct,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.563424,0.000000,0,0,0.000000,0.017856,0.017856,1.913888,3.565706,0.925115 +32,on,direct,direct,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565248,0.000000,0,0,0.000000,0.016960,0.016960,1.948256,3.312799,0.851146 +32,on,direct,direct,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565760,0.000000,0,0,0.000000,0.017792,0.017792,1.937728,3.474634,0.943429 +32,on,direct,direct,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.564512,0.000000,0,0,0.000000,0.018336,0.018336,1.803648,3.090199,0.826759 +32,on,direct,direct,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565344,0.000000,0,0,0.000000,0.018240,0.018240,1.917440,3.335572,0.900468 +32,on,direct,direct,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.568320,0.000000,0,0,0.000000,0.017888,0.017888,2.014720,3.475907,0.842780 +32,on,direct,direct,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565024,0.000000,0,0,0.000000,0.017696,0.017696,1.991200,3.439889,0.914074 +32,on,direct,direct,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565600,0.000000,0,0,0.000000,0.018080,0.018080,2.140160,3.537523,0.884057 +32,on,direct,direct,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.565504,0.000000,0,0,0.000000,0.018144,0.018144,1.999232,3.743671,1.214361 +32,on,direct,direct,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567424,0.000000,0,0,0.000000,0.018176,0.018176,2.038080,3.506785,0.866534 +32,on,direct,direct,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.563744,0.000000,0,0,0.000000,0.017888,0.017888,1.965984,3.596564,0.910858 +32,on,direct,direct,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.563424,0.000000,0,0,0.000000,0.017024,0.017024,2.099200,3.514570,0.854231 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-032_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-032_run-3.csv new file mode 100644 index 0000000..f0705f4 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-032_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +32,on,direct,direct,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.570624,0.000000,0,0,0.000000,0.018336,0.018336,2.239136,3.589321,0.874851 +32,on,direct,direct,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.573120,0.000000,0,0,0.000000,0.018368,0.018368,1.948544,3.427225,0.918182 +32,on,direct,direct,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.568864,0.000000,0,0,0.000000,0.018208,0.018208,2.032864,3.539266,0.922440 +32,on,direct,direct,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.576416,0.000000,0,0,0.000000,0.018432,0.018432,1.959008,4.139338,1.530897 +32,on,direct,direct,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.571392,0.000000,0,0,0.000000,0.018432,0.018432,1.954624,3.512716,0.955723 +32,on,direct,direct,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.570496,0.000000,0,0,0.000000,0.017440,0.017440,1.959680,3.417777,0.860202 +32,on,direct,direct,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.571136,0.000000,0,0,0.000000,0.018592,0.018592,2.358368,3.974838,0.883226 +32,on,direct,direct,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569856,0.000000,0,0,0.000000,0.018240,0.018240,1.826368,3.169088,0.835636 +32,on,direct,direct,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.567680,0.000000,0,0,0.000000,0.018208,0.018208,2.371744,4.117436,1.148497 +32,on,direct,direct,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569216,0.000000,0,0,0.000000,0.018176,0.018176,2.422304,4.020163,0.842720 +32,on,direct,direct,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.570624,0.000000,0,0,0.000000,0.018432,0.018432,2.025472,3.897622,1.173964 +32,on,direct,direct,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.570976,0.000000,0,0,0.000000,0.018176,0.018176,2.416512,4.240098,1.197599 +32,on,direct,direct,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569504,0.000000,0,0,0.000000,0.017984,0.017984,1.808672,3.415573,1.018591 +32,on,direct,direct,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569376,0.000000,0,0,0.000000,0.018656,0.018656,1.808832,3.605311,1.190115 +32,on,direct,direct,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.570112,0.000000,0,0,0.000000,0.019488,0.019488,1.810944,3.415002,1.009214 +32,on,direct,direct,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.571424,0.000000,0,0,0.000000,0.018400,0.018400,1.812800,3.376108,1.097260 +32,on,direct,direct,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569344,0.000000,0,0,0.000000,0.017376,0.017376,2.047552,3.749944,1.008703 +32,on,direct,direct,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569632,0.000000,0,0,0.000000,0.017824,0.017824,1.808576,3.424690,1.136163 +32,on,direct,direct,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.568064,0.000000,0,0,0.000000,0.018016,0.018016,1.808864,3.495524,1.051373 +32,on,direct,direct,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569344,0.000000,0,0,0.000000,0.018080,0.018080,1.807936,3.564764,1.231013 +32,on,direct,direct,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569344,0.000000,0,0,0.000000,0.018688,0.018688,1.810528,3.590723,1.152434 +32,on,direct,direct,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569120,0.000000,0,0,0.000000,0.018176,0.018176,2.357024,4.099853,1.195986 +32,on,direct,direct,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.568704,0.000000,0,0,0.000000,0.017472,0.017472,2.149536,3.831177,0.996139 +32,on,direct,direct,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569120,0.000000,0,0,0.000000,0.018432,0.018432,2.016608,4.198960,1.271188 +32,on,direct,direct,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.577536,0.000000,0,0,0.000000,0.018432,0.018432,2.426720,4.251790,1.187770 +32,on,direct,direct,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.570720,0.000000,0,0,0.000000,0.018272,0.018272,2.031392,3.748611,1.027609 +32,on,direct,direct,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569056,0.000000,0,0,0.000000,0.017248,0.017248,1.807584,3.257685,0.980439 +32,on,direct,direct,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.571072,0.000000,0,0,0.000000,0.018208,0.018208,1.810432,3.384484,1.032688 +32,on,direct,direct,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.571968,0.000000,0,0,0.000000,0.017952,0.017952,1.812128,3.603247,1.130894 +32,on,direct,direct,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,45,59599888,0.569664,0.000000,0,0,0.000000,0.018016,0.018016,1.809632,3.444086,1.078494 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-064_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-064_run-1.csv new file mode 100644 index 0000000..c5d7808 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-064_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +64,on,direct,direct,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.077248,0.000000,0,0,0.000000,0.018432,0.018432,3.159008,5.087828,1.307066 +64,on,direct,direct,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.075200,0.000000,0,0,0.000000,0.018272,0.018272,2.617984,4.644721,1.073565 +64,on,direct,direct,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.075072,0.000000,0,0,0.000000,0.016928,0.016928,3.371200,4.891607,0.873207 +64,on,direct,direct,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.075072,0.000000,0,0,0.000000,0.018432,0.018432,3.113312,4.467878,0.845215 +64,on,direct,direct,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.081824,0.000000,0,0,0.000000,0.017952,0.017952,2.331584,3.903484,1.050892 +64,on,direct,direct,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.073152,0.000000,0,0,0.000000,0.017088,0.017088,3.377824,4.942723,0.967485 +64,on,direct,direct,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.079744,0.000000,0,0,0.000000,0.017984,0.017984,3.111424,5.049184,1.093342 +64,on,direct,direct,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.077792,0.000000,0,0,0.000000,0.019168,0.019168,2.632768,4.423664,1.234619 +64,on,direct,direct,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.076384,0.000000,0,0,0.000000,0.017024,0.017024,3.003456,5.461282,1.678246 +64,on,direct,direct,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.075968,0.000000,0,0,0.000000,0.017728,0.017728,3.111808,5.097916,1.297227 +64,on,direct,direct,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.076096,0.000000,0,0,0.000000,0.017632,0.017632,3.216672,4.961098,1.168294 +64,on,direct,direct,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.074528,0.000000,0,0,0.000000,0.017536,0.017536,3.170112,5.179180,1.329809 +64,on,direct,direct,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.073152,0.000000,0,0,0.000000,0.018240,0.018240,3.404320,5.147590,1.144199 +64,on,direct,direct,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.075200,0.000000,0,0,0.000000,0.018432,0.018432,3.111680,4.984703,1.325650 +64,on,direct,direct,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.073152,0.000000,0,0,0.000000,0.017216,0.017216,3.229024,5.117714,1.280185 +64,on,direct,direct,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.081440,0.000000,0,0,0.000000,0.017728,0.017728,2.831936,4.680228,1.157844 +64,on,direct,direct,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.077280,0.000000,0,0,0.000000,0.018208,0.018208,2.755136,5.163499,1.412745 +64,on,direct,direct,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.079040,0.000000,0,0,0.000000,0.018112,0.018112,3.336704,4.973902,1.063747 +64,on,direct,direct,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.082912,0.000000,0,0,0.000000,0.018208,0.018208,3.070752,4.584538,0.979578 +64,on,direct,direct,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.075200,0.000000,0,0,0.000000,0.018240,0.018240,2.647680,4.148505,0.983125 +64,on,direct,direct,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.081216,0.000000,0,0,0.000000,0.018272,0.018272,2.873344,4.379191,1.066312 +64,on,direct,direct,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.081024,0.000000,0,0,0.000000,0.017344,0.017344,2.893408,4.631426,0.912171 +64,on,direct,direct,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.078336,0.000000,0,0,0.000000,0.018432,0.018432,2.751264,4.726636,1.308428 +64,on,direct,direct,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.077568,0.000000,0,0,0.000000,0.018112,0.018112,3.219968,5.053222,1.159578 +64,on,direct,direct,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.084000,0.000000,0,0,0.000000,0.017856,0.017856,3.175680,4.865839,1.072733 +64,on,direct,direct,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.081984,0.000000,0,0,0.000000,0.017760,0.017760,2.724512,5.970352,1.245380 +64,on,direct,direct,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.082272,0.000000,0,0,0.000000,0.017632,0.017632,2.755904,4.786059,1.191978 +64,on,direct,direct,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.084064,0.000000,0,0,0.000000,0.017984,0.017984,3.178304,5.587139,1.696490 +64,on,direct,direct,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.081120,0.000000,0,0,0.000000,0.018208,0.018208,2.624992,4.597672,1.304581 +64,on,direct,direct,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.078784,0.000000,0,0,0.000000,0.018400,0.018400,3.060288,4.853986,1.187611 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-064_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-064_run-2.csv new file mode 100644 index 0000000..a12dd9c --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-064_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +64,on,direct,direct,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.077408,0.000000,0,0,0.000000,0.018272,0.018272,2.655808,4.187919,0.976602 +64,on,direct,direct,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.075392,0.000000,0,0,0.000000,0.018112,0.018112,3.103168,4.728349,1.092551 +64,on,direct,direct,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.078720,0.000000,0,0,0.000000,0.016800,0.016800,3.496352,5.101012,1.081459 +64,on,direct,direct,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.074176,0.000000,0,0,0.000000,0.017568,0.017568,2.551008,4.186107,1.037767 +64,on,direct,direct,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.071328,0.000000,0,0,0.000000,0.018208,0.018208,2.880800,4.885466,0.947347 +64,on,direct,direct,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.073440,0.000000,0,0,0.000000,0.017664,0.017664,3.496544,5.006094,0.969849 +64,on,direct,direct,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.074848,0.000000,0,0,0.000000,0.017376,0.017376,2.314464,4.101787,1.092411 +64,on,direct,direct,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.077248,0.000000,0,0,0.000000,0.018144,0.018144,3.293792,4.783002,0.960932 +64,on,direct,direct,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.080960,0.000000,0,0,0.000000,0.017824,0.017824,3.732832,5.266163,0.997481 +64,on,direct,direct,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.082080,0.000000,0,0,0.000000,0.018080,0.018080,2.618784,4.280906,1.047116 +64,on,direct,direct,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.078528,0.000000,0,0,0.000000,0.017344,0.017344,2.746048,4.257491,0.931317 +64,on,direct,direct,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.083232,0.000000,0,0,0.000000,0.016992,0.016992,3.269952,4.861701,1.038509 +64,on,direct,direct,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.083328,0.000000,0,0,0.000000,0.017184,0.017184,2.622112,4.190384,0.972614 +64,on,direct,direct,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.075616,0.000000,0,0,0.000000,0.018016,0.018016,2.746176,4.315431,1.000227 +64,on,direct,direct,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.080352,0.000000,0,0,0.000000,0.016992,0.016992,3.454976,4.994231,1.009233 +64,on,direct,direct,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.077664,0.000000,0,0,0.000000,0.018016,0.018016,2.660320,4.284943,1.023731 +64,on,direct,direct,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.077216,0.000000,0,0,0.000000,0.017888,0.017888,2.748192,4.624152,0.979308 +64,on,direct,direct,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.079072,0.000000,0,0,0.000000,0.017856,0.017856,3.614336,5.172788,1.030634 +64,on,direct,direct,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.092928,0.000000,0,0,0.000000,0.016928,0.016928,2.687168,4.242944,0.984167 +64,on,direct,direct,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.083392,0.000000,0,0,0.000000,0.016576,0.016576,2.754880,4.326481,1.011168 +64,on,direct,direct,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.078752,0.000000,0,0,0.000000,0.016928,0.016928,3.502464,5.033985,0.997001 +64,on,direct,direct,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.079072,0.000000,0,0,0.000000,0.018176,0.018176,2.807328,4.294350,1.034502 +64,on,direct,direct,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.078944,0.000000,0,0,0.000000,0.018016,0.018016,2.742912,4.688264,1.012449 +64,on,direct,direct,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.078976,0.000000,0,0,0.000000,0.018048,0.018048,3.266176,4.993619,1.194974 +64,on,direct,direct,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.083424,0.000000,0,0,0.000000,0.018400,0.018400,2.779776,5.052290,1.589869 +64,on,direct,direct,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.081152,0.000000,0,0,0.000000,0.018112,0.018112,2.907168,5.018055,1.273883 +64,on,direct,direct,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.081024,0.000000,0,0,0.000000,0.016704,0.016704,3.111424,4.949737,1.057645 +64,on,direct,direct,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.083008,0.000000,0,0,0.000000,0.018240,0.018240,3.618176,5.287514,1.092641 +64,on,direct,direct,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.079136,0.000000,0,0,0.000000,0.018400,0.018400,2.793920,4.262951,0.965922 +64,on,direct,direct,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.079808,0.000000,0,0,0.000000,0.017440,0.017440,3.106912,4.731515,1.020605 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-064_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-064_run-3.csv new file mode 100644 index 0000000..cfa2cff --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-064_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +64,on,direct,direct,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.084736,0.000000,0,0,0.000000,0.017184,0.017184,3.180992,4.704795,0.964258 +64,on,direct,direct,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.085056,0.000000,0,0,0.000000,0.018432,0.018432,2.743040,4.353061,1.053066 +64,on,direct,direct,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.082144,0.000000,0,0,0.000000,0.017792,0.017792,3.343840,4.926062,0.902242 +64,on,direct,direct,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.085472,0.000000,0,0,0.000000,0.018272,0.018272,2.900608,4.294992,0.861445 +64,on,direct,direct,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.085344,0.000000,0,0,0.000000,0.016992,0.016992,2.743328,4.304940,1.018431 +64,on,direct,direct,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.087968,0.000000,0,0,0.000000,0.017984,0.017984,3.633056,5.095161,0.862828 +64,on,direct,direct,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.087904,0.000000,0,0,0.000000,0.018016,0.018016,3.178944,5.163339,1.060931 +64,on,direct,direct,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.084480,0.000000,0,0,0.000000,0.018432,0.018432,2.729984,4.288229,0.935465 +64,on,direct,direct,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.083936,0.000000,0,0,0.000000,0.017888,0.017888,3.130656,4.636075,0.930325 +64,on,direct,direct,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.087424,0.000000,0,0,0.000000,0.017248,0.017248,3.064448,4.565943,0.966063 +64,on,direct,direct,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.092832,0.000000,0,0,0.000000,0.018432,0.018432,2.737792,4.550995,1.104664 +64,on,direct,direct,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.093632,0.000000,0,0,0.000000,0.017888,0.017888,2.884896,4.502293,1.007601 +64,on,direct,direct,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.090528,0.000000,0,0,0.000000,0.017504,0.017504,2.943808,4.614364,1.038439 +64,on,direct,direct,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.085632,0.000000,0,0,0.000000,0.018240,0.018240,2.731232,5.976012,1.224029 +64,on,direct,direct,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.086496,0.000000,0,0,0.000000,0.017152,0.017152,2.794880,5.117042,1.149980 +64,on,direct,direct,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.089056,0.000000,0,0,0.000000,0.017376,0.017376,3.624544,5.378015,0.987162 +64,on,direct,direct,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.093696,0.000000,0,0,0.000000,0.018112,0.018112,3.080544,4.592653,0.904977 +64,on,direct,direct,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.088672,0.000000,0,0,0.000000,0.018272,0.018272,2.619712,4.241391,0.991290 +64,on,direct,direct,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.091616,0.000000,0,0,0.000000,0.017696,0.017696,3.128160,4.761351,1.087571 +64,on,direct,direct,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.088320,0.000000,0,0,0.000000,0.017696,0.017696,3.066624,4.497263,0.899376 +64,on,direct,direct,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.087488,0.000000,0,0,0.000000,0.018432,0.018432,2.663008,4.068986,0.862757 +64,on,direct,direct,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.086752,0.000000,0,0,0.000000,0.018208,0.018208,2.878048,4.544793,0.933190 +64,on,direct,direct,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.089248,0.000000,0,0,0.000000,0.018240,0.018240,3.098400,4.424897,0.812643 +64,on,direct,direct,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.086592,0.000000,0,0,0.000000,0.018368,0.018368,2.732448,4.112858,0.862347 +64,on,direct,direct,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.095008,0.000000,0,0,0.000000,0.018176,0.018176,3.464864,4.836844,0.895399 +64,on,direct,direct,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.088864,0.000000,0,0,0.000000,0.018336,0.018336,2.830272,4.118609,0.879569 +64,on,direct,direct,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.089216,0.000000,0,0,0.000000,0.018048,0.018048,3.131904,4.509997,0.850975 +64,on,direct,direct,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.088928,0.000000,0,0,0.000000,0.018336,0.018336,3.641760,5.047000,0.875451 +64,on,direct,direct,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.088000,0.000000,0,0,0.000000,0.018080,0.018080,2.900480,4.246621,0.841738 +64,on,direct,direct,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,45,59602448,1.088288,0.000000,0,0,0.000000,0.017696,0.017696,3.131264,4.608072,0.948510 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-128_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-128_run-1.csv new file mode 100644 index 0000000..a07110f --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-128_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +128,on,direct,direct,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.108768,0.000000,0,0,0.000000,0.018432,0.018432,4.356832,6.202410,0.897372 +128,on,direct,direct,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.110528,0.000000,0,0,0.000000,0.018240,0.018240,3.831520,5.248801,0.882475 +128,on,direct,direct,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.108416,0.000000,0,0,0.000000,0.018144,0.018144,3.759808,5.247929,0.980630 +128,on,direct,direct,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.105824,0.000000,0,0,0.000000,0.018464,0.018464,4.775936,6.204614,0.895399 +128,on,direct,direct,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.107232,0.000000,0,0,0.000000,0.018400,0.018400,4.421088,5.891203,0.930365 +128,on,direct,direct,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.107968,0.000000,0,0,0.000000,0.026048,0.026048,4.389472,5.892265,0.916339 +128,on,direct,direct,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.094880,0.000000,0,0,0.000000,0.018432,0.018432,4.387616,6.251372,0.957035 +128,on,direct,direct,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.107936,0.000000,0,0,0.000000,0.019264,0.019264,3.824192,5.235887,0.940073 +128,on,direct,direct,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.098048,0.000000,0,0,0.000000,0.019552,0.019552,4.482048,6.073156,0.988214 +128,on,direct,direct,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.096704,0.000000,0,0,0.000000,0.018400,0.018400,4.127520,5.841569,1.123098 +128,on,direct,direct,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.111392,0.000000,0,0,0.000000,0.018432,0.018432,4.367520,5.977475,1.006889 +128,on,direct,direct,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.107744,0.000000,0,0,0.000000,0.018688,0.018688,4.670176,6.213200,0.948860 +128,on,direct,direct,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.113536,0.000000,0,0,0.000000,0.018496,0.018496,4.379456,5.929014,0.937849 +128,on,direct,direct,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.101600,0.000000,0,0,0.000000,0.018336,0.018336,4.387168,6.204754,1.040232 +128,on,direct,direct,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.103296,0.000000,0,0,0.000000,0.018432,0.018432,3.826752,5.595175,1.006358 +128,on,direct,direct,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.109088,0.000000,0,0,0.000000,0.018432,0.018432,4.527296,5.993756,0.896801 +128,on,direct,direct,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.099936,0.000000,0,0,0.000000,0.018080,0.018080,4.406272,6.355197,1.001990 +128,on,direct,direct,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.100256,0.000000,0,0,0.000000,0.018208,0.018208,4.133472,5.568574,1.042717 +128,on,direct,direct,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.101088,0.000000,0,0,0.000000,0.018272,0.018272,4.240704,6.061584,1.127477 +128,on,direct,direct,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.099200,0.000000,0,0,0.000000,0.018432,0.018432,4.347872,6.445558,1.235090 +128,on,direct,direct,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.103168,0.000000,0,0,0.000000,0.018528,0.018528,4.477152,6.419690,1.129650 +128,on,direct,direct,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.106176,0.000000,0,0,0.000000,0.018016,0.018016,4.391680,6.265048,1.087862 +128,on,direct,direct,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.103296,0.000000,0,0,0.000000,0.018432,0.018432,3.911072,5.997703,1.275516 +128,on,direct,direct,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.092800,0.000000,0,0,0.000000,0.017216,0.017216,4.183616,5.873599,0.995848 +128,on,direct,direct,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.102688,0.000000,0,0,0.000000,0.018432,0.018432,4.048448,5.634038,0.941075 +128,on,direct,direct,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.101184,0.000000,0,0,0.000000,0.018432,0.018432,4.131680,5.830699,1.047306 +128,on,direct,direct,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.104416,0.000000,0,0,0.000000,0.017504,0.017504,4.363904,6.019575,1.088774 +128,on,direct,direct,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.101184,0.000000,0,0,0.000000,0.018208,0.018208,4.767552,6.625688,1.096939 +128,on,direct,direct,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.103296,0.000000,0,0,0.000000,0.018432,0.018432,4.488768,6.066072,1.031876 +128,on,direct,direct,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.103296,0.000000,0,0,0.000000,0.018432,0.018432,4.367296,6.196028,1.063887 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-128_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-128_run-2.csv new file mode 100644 index 0000000..8e1ece7 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-128_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +128,on,direct,direct,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.107040,0.000000,0,0,0.000000,0.018336,0.018336,4.253600,5.889830,1.041885 +128,on,direct,direct,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.104608,0.000000,0,0,0.000000,0.017664,0.017664,4.161472,5.822062,1.007110 +128,on,direct,direct,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.108960,0.000000,0,0,0.000000,0.018336,0.018336,4.509184,6.135604,0.996129 +128,on,direct,direct,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.110720,0.000000,0,0,0.000000,0.018432,0.018432,4.530656,6.243577,1.180357 +128,on,direct,direct,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.104064,0.000000,0,0,0.000000,0.017792,0.017792,4.630240,6.352753,1.081020 +128,on,direct,direct,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.111936,0.000000,0,0,0.000000,0.017920,0.017920,4.710144,6.190738,0.936777 +128,on,direct,direct,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.102240,0.000000,0,0,0.000000,0.017856,0.017856,4.536640,6.361470,0.891953 +128,on,direct,direct,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.115584,0.000000,0,0,0.000000,0.018432,0.018432,3.829568,5.125458,0.865873 +128,on,direct,direct,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.104192,0.000000,0,0,0.000000,0.018240,0.018240,3.792256,5.271714,0.911900 +128,on,direct,direct,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.109440,0.000000,0,0,0.000000,0.018432,0.018432,4.722432,6.203913,0.962405 +128,on,direct,direct,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.110176,0.000000,0,0,0.000000,0.018432,0.018432,4.493888,6.043430,0.977704 +128,on,direct,direct,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.108128,0.000000,0,0,0.000000,0.018496,0.018496,4.413024,5.889099,0.943009 +128,on,direct,direct,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.108544,0.000000,0,0,0.000000,0.017568,0.017568,4.541984,6.282952,0.943500 +128,on,direct,direct,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.097984,0.000000,0,0,0.000000,0.018048,0.018048,4.076032,5.580006,0.911038 +128,on,direct,direct,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.095104,0.000000,0,0,0.000000,0.016992,0.016992,4.073920,5.838935,0.973867 +128,on,direct,direct,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.096832,0.000000,0,0,0.000000,0.018432,0.018432,4.149728,5.721102,0.988404 +128,on,direct,direct,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.106080,0.000000,0,0,0.000000,0.018208,0.018208,4.575712,6.198573,1.003794 +128,on,direct,direct,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.109280,0.000000,0,0,0.000000,0.018240,0.018240,4.547808,6.378953,1.163344 +128,on,direct,direct,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.098912,0.000000,0,0,0.000000,0.018144,0.018144,4.403360,6.209222,1.095226 +128,on,direct,direct,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.099680,0.000000,0,0,0.000000,0.018272,0.018272,4.643744,6.281629,1.024643 +128,on,direct,direct,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.105344,0.000000,0,0,0.000000,0.018432,0.018432,3.960800,5.726852,0.900819 +128,on,direct,direct,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.096864,0.000000,0,0,0.000000,0.016928,0.016928,3.919808,5.403132,0.880591 +128,on,direct,direct,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.095200,0.000000,0,0,0.000000,0.018336,0.018336,4.035424,5.628898,0.993504 +128,on,direct,direct,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.106336,0.000000,0,0,0.000000,0.017952,0.017952,4.147456,5.948070,1.054880 +128,on,direct,direct,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.100800,0.000000,0,0,0.000000,0.018240,0.018240,4.660704,6.326083,1.024071 +128,on,direct,direct,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.107392,0.000000,0,0,0.000000,0.018432,0.018432,4.520672,6.269947,1.227676 +128,on,direct,direct,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.111488,0.000000,0,0,0.000000,0.018432,0.018432,4.543744,6.131406,0.948228 +128,on,direct,direct,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.113856,0.000000,0,0,0.000000,0.018400,0.018400,4.546496,6.412647,0.986521 +128,on,direct,direct,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.109856,0.000000,0,0,0.000000,0.018176,0.018176,4.558400,6.128711,0.936276 +128,on,direct,direct,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.118912,0.000000,0,0,0.000000,0.018432,0.018432,3.844736,5.428550,1.069838 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-128_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-128_run-3.csv new file mode 100644 index 0000000..c602d06 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_direct_lights-128_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +128,on,direct,direct,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.123520,0.000000,0,0,0.000000,0.017504,0.017504,4.568032,6.416454,1.227336 +128,on,direct,direct,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.131328,0.000000,0,0,0.000000,0.018432,0.018432,4.446304,6.234680,1.200705 +128,on,direct,direct,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.127584,0.000000,0,0,0.000000,0.017600,0.017600,4.566880,6.340510,1.165930 +128,on,direct,direct,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.125824,0.000000,0,0,0.000000,0.018368,0.018368,3.786944,5.811743,1.284663 +128,on,direct,direct,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.128640,0.000000,0,0,0.000000,0.018048,0.018048,3.985280,5.733505,0.982644 +128,on,direct,direct,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.129920,0.000000,0,0,0.000000,0.018432,0.018432,4.038432,5.434921,0.843511 +128,on,direct,direct,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.121120,0.000000,0,0,0.000000,0.017088,0.017088,4.196000,6.101910,1.173824 +128,on,direct,direct,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.121888,0.000000,0,0,0.000000,0.018624,0.018624,4.422112,6.529386,0.932569 +128,on,direct,direct,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.124704,0.000000,0,0,0.000000,0.018432,0.018432,4.582176,6.713394,1.211686 +128,on,direct,direct,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.122368,0.000000,0,0,0.000000,0.018208,0.018208,4.573472,6.543663,1.220462 +128,on,direct,direct,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.132480,0.000000,0,0,0.000000,0.018752,0.018752,4.578432,6.476948,1.201667 +128,on,direct,direct,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.125408,0.000000,0,0,0.000000,0.018336,0.018336,4.575040,6.490082,1.199303 +128,on,direct,direct,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.123520,0.000000,0,0,0.000000,0.030976,0.030976,4.465408,6.622762,1.416913 +128,on,direct,direct,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.125472,0.000000,0,0,0.000000,0.018432,0.018432,4.677856,6.775241,1.166019 +128,on,direct,direct,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.135936,0.000000,0,0,0.000000,0.018560,0.018560,4.572800,6.480835,1.152865 +128,on,direct,direct,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.121728,0.000000,0,0,0.000000,0.018560,0.018560,4.563232,6.453724,1.134971 +128,on,direct,direct,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.141408,0.000000,0,0,0.000000,0.017568,0.017568,4.125824,6.031377,1.144780 +128,on,direct,direct,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.110176,0.000000,0,0,0.000000,0.018304,0.018304,4.091232,5.966725,1.108651 +128,on,direct,direct,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.107744,0.000000,0,0,0.000000,0.018400,0.018400,4.099744,6.053028,1.093853 +128,on,direct,direct,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.115328,0.000000,0,0,0.000000,0.018240,0.018240,4.178528,6.069960,1.305032 +128,on,direct,direct,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.121344,0.000000,0,0,0.000000,0.018432,0.018432,4.409024,6.757918,1.460085 +128,on,direct,direct,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.112960,0.000000,0,0,0.000000,0.018400,0.018400,4.352864,6.330141,0.955101 +128,on,direct,direct,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.113440,0.000000,0,0,0.000000,0.018336,0.018336,4.688544,6.533714,1.323306 +128,on,direct,direct,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.115040,0.000000,0,0,0.000000,0.017632,0.017632,4.565088,6.746516,1.306775 +128,on,direct,direct,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.110272,0.000000,0,0,0.000000,0.018720,0.018720,4.314816,6.319501,1.242424 +128,on,direct,direct,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.109216,0.000000,0,0,0.000000,0.018752,0.018752,4.543072,6.242835,0.927840 +128,on,direct,direct,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.123776,0.000000,0,0,0.000000,0.018432,0.018432,4.673152,6.763017,1.397958 +128,on,direct,direct,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.115648,0.000000,0,0,0.000000,0.019680,0.019680,4.550112,6.853798,1.381476 +128,on,direct,direct,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.118048,0.000000,0,0,0.000000,0.018016,0.018016,4.545600,6.875379,1.372609 +128,on,direct,direct,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,48,59607568,2.123968,0.000000,0,0,0.000000,0.018336,0.018336,4.554016,6.873586,1.397736 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-000_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-000_run-1.csv new file mode 100644 index 0000000..07d771a --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-000_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +0,on,gpu-frustum,gpu-frustum,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030816,0.000000,0,0,0.000000,0.000000,0.000000,1.637472,2.821702,0.864570 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030496,0.000000,0,0,0.000000,0.000000,0.000000,1.696032,3.155352,0.895529 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031296,0.000000,0,0,0.000000,0.000000,0.000000,1.605504,2.891334,0.896050 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031072,0.000000,0,0,0.000000,0.000000,0.000000,1.835904,3.142407,0.938390 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030656,0.000000,0,0,0.000000,0.000000,0.000000,1.856128,3.218310,0.896071 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030272,0.000000,0,0,0.000000,0.000000,0.000000,1.822624,3.251122,0.951976 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030368,0.000000,0,0,0.000000,0.000000,0.000000,1.555840,3.098474,0.878016 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030848,0.000000,0,0,0.000000,0.000000,0.000000,1.738112,3.215575,1.010897 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031040,0.000000,0,0,0.000000,0.000000,0.000000,1.536832,2.974010,0.945574 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031104,0.000000,0,0,0.000000,0.000000,0.000000,1.491904,2.836801,0.900569 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031232,0.000000,0,0,0.000000,0.000000,0.000000,1.693280,3.128061,0.920035 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031104,0.000000,0,0,0.000000,0.000000,0.000000,1.600672,2.940938,0.845444 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030208,0.000000,0,0,0.000000,0.000000,0.000000,1.463520,3.265760,1.321593 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031200,0.000000,0,0,0.000000,0.000000,0.000000,1.282176,2.857450,1.149428 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030976,0.000000,0,0,0.000000,0.000000,0.000000,1.822528,3.199074,0.935094 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030304,0.000000,0,0,0.000000,0.000000,0.000000,1.289984,2.723517,0.874279 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031232,0.000000,0,0,0.000000,0.000000,0.000000,1.625696,2.766338,0.849041 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030208,0.000000,0,0,0.000000,0.000000,0.000000,1.669408,3.046727,0.920596 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031136,0.000000,0,0,0.000000,0.000000,0.000000,1.626464,3.020317,0.914265 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030560,0.000000,0,0,0.000000,0.000000,0.000000,1.669568,3.032760,0.928592 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030784,0.000000,0,0,0.000000,0.000000,0.000000,1.284352,2.742543,1.063416 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031008,0.000000,0,0,0.000000,0.000000,0.000000,1.822304,3.325954,1.043559 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030848,0.000000,0,0,0.000000,0.000000,0.000000,1.432928,3.012733,0.857146 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.029856,0.000000,0,0,0.000000,0.000000,0.000000,1.834624,3.143379,0.867807 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030656,0.000000,0,0,0.000000,0.000000,0.000000,1.535872,2.908155,0.933832 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031264,0.000000,0,0,0.000000,0.000000,0.000000,1.604928,2.939455,0.934603 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030752,0.000000,0,0,0.000000,0.000000,0.000000,1.691168,3.165191,0.908374 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031328,0.000000,0,0,0.000000,0.000000,0.000000,1.634496,2.858903,0.945934 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030848,0.000000,0,0,0.000000,0.000000,0.000000,1.433280,3.067797,0.950323 +0,on,gpu-frustum,gpu-frustum,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030880,0.000000,0,0,0.000000,0.000000,0.000000,1.867232,3.392539,1.064898 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-000_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-000_run-2.csv new file mode 100644 index 0000000..178c8cf --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-000_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +0,on,gpu-frustum,gpu-frustum,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031616,0.000000,0,0,0.000000,0.000000,0.000000,1.538176,3.180459,1.117978 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031744,0.000000,0,0,0.000000,0.000000,0.000000,1.275264,2.619491,0.901580 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030560,0.000000,0,0,0.000000,0.000000,0.000000,1.466144,3.253808,1.143507 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031360,0.000000,0,0,0.000000,0.000000,0.000000,1.285824,3.790520,1.786490 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031296,0.000000,0,0,0.000000,0.000000,0.000000,1.393824,3.144051,1.123941 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031296,0.000000,0,0,0.000000,0.000000,0.000000,1.628896,3.092142,0.959610 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030976,0.000000,0,0,0.000000,0.000000,0.000000,1.442400,3.568611,1.077903 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031360,0.000000,0,0,0.000000,0.000000,0.000000,1.538304,3.033462,0.971653 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030912,0.000000,0,0,0.000000,0.000000,0.000000,2.012928,3.570666,1.073334 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031008,0.000000,0,0,0.000000,0.000000,0.000000,1.552064,3.154170,1.034362 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031680,0.000000,0,0,0.000000,0.000000,0.000000,1.830112,3.445199,1.102930 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031104,0.000000,0,0,0.000000,0.000000,0.000000,1.866624,3.243227,0.871554 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031008,0.000000,0,0,0.000000,0.000000,0.000000,1.830240,3.296118,1.004635 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031744,0.000000,0,0,0.000000,0.000000,0.000000,1.586656,3.092103,0.921719 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031232,0.000000,0,0,0.000000,0.000000,0.000000,1.273792,2.667772,0.975280 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031360,0.000000,0,0,0.000000,0.000000,0.000000,1.413568,2.958521,1.055130 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031840,0.000000,0,0,0.000000,0.000000,0.000000,1.490624,2.849475,0.890439 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031392,0.000000,0,0,0.000000,0.000000,0.000000,1.465984,3.102512,0.961043 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030976,0.000000,0,0,0.000000,0.000000,0.000000,1.797440,3.264929,0.962436 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.032224,0.000000,0,0,0.000000,0.000000,0.000000,1.829152,3.396698,1.093894 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031744,0.000000,0,0,0.000000,0.000000,0.000000,1.550912,3.093105,0.979568 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030848,0.000000,0,0,0.000000,0.000000,0.000000,1.831872,3.368314,1.068596 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031072,0.000000,0,0,0.000000,0.000000,0.000000,1.548864,3.137428,1.130543 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031680,0.000000,0,0,0.000000,0.000000,0.000000,1.767200,3.317839,1.032868 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030912,0.000000,0,0,0.000000,0.000000,0.000000,1.274400,3.001101,1.259416 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031040,0.000000,0,0,0.000000,0.000000,0.000000,1.419744,2.941078,1.056092 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030464,0.000000,0,0,0.000000,0.000000,0.000000,1.414240,3.064460,1.108211 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031552,0.000000,0,0,0.000000,0.000000,0.000000,1.479072,2.993597,0.975309 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031104,0.000000,0,0,0.000000,0.000000,0.000000,1.474304,3.134904,1.107720 +0,on,gpu-frustum,gpu-frustum,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030400,0.000000,0,0,0.000000,0.000000,0.000000,1.553088,3.119294,1.035453 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-000_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-000_run-3.csv new file mode 100644 index 0000000..2b1be0d --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-000_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +0,on,gpu-frustum,gpu-frustum,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030176,0.000000,0,0,0.000000,0.000000,0.000000,1.648736,3.122119,1.016928 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031072,0.000000,0,0,0.000000,0.000000,0.000000,1.828352,3.533385,0.944912 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031392,0.000000,0,0,0.000000,0.000000,0.000000,1.619488,3.081803,0.933551 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031584,0.000000,0,0,0.000000,0.000000,0.000000,1.945856,3.276070,0.985619 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031168,0.000000,0,0,0.000000,0.000000,0.000000,1.519968,3.010649,0.958848 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031488,0.000000,0,0,0.000000,0.000000,0.000000,1.544160,3.284125,1.244808 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031456,0.000000,0,0,0.000000,0.000000,0.000000,1.290336,2.841499,0.933581 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.042496,0.000000,0,0,0.000000,0.000000,0.000000,1.288320,2.631684,0.953699 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031424,0.000000,0,0,0.000000,0.000000,0.000000,1.466976,3.417116,1.179535 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031328,0.000000,0,0,0.000000,0.000000,0.000000,1.285888,2.969271,1.212617 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031264,0.000000,0,0,0.000000,0.000000,0.000000,2.159712,3.636299,0.991811 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030592,0.000000,0,0,0.000000,0.000000,0.000000,1.613568,3.061685,0.913714 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031040,0.000000,0,0,0.000000,0.000000,0.000000,1.828800,3.366480,1.078033 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.042752,0.000000,0,0,0.000000,0.000000,0.000000,1.526752,3.268115,1.120173 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031872,0.000000,0,0,0.000000,0.000000,0.000000,1.938176,3.372722,0.963007 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031168,0.000000,0,0,0.000000,0.000000,0.000000,1.286720,2.617056,0.922680 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031424,0.000000,0,0,0.000000,0.000000,0.000000,1.536064,2.960996,0.956845 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031584,0.000000,0,0,0.000000,0.000000,0.000000,1.274496,2.670377,0.956715 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.030944,0.000000,0,0,0.000000,0.000000,0.000000,1.433632,2.818106,0.919103 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031168,0.000000,0,0,0.000000,0.000000,0.000000,1.825152,3.393220,1.105536 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031008,0.000000,0,0,0.000000,0.000000,0.000000,1.518976,3.007463,0.942478 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031392,0.000000,0,0,0.000000,0.000000,0.000000,1.829184,3.355840,1.066662 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031552,0.000000,0,0,0.000000,0.000000,0.000000,1.580544,3.286329,1.118209 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031872,0.000000,0,0,0.000000,0.000000,0.000000,1.934656,3.516674,1.088393 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031552,0.000000,0,0,0.000000,0.000000,0.000000,1.284864,2.794631,1.069958 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031136,0.000000,0,0,0.000000,0.000000,0.000000,1.539744,3.137248,1.095136 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031264,0.000000,0,0,0.000000,0.000000,0.000000,1.444704,4.816155,2.904739 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031200,0.000000,0,0,0.000000,0.000000,0.000000,1.827328,3.442213,1.090427 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031136,0.000000,0,0,0.000000,0.000000,0.000000,1.274304,2.707307,0.973246 +0,on,gpu-frustum,gpu-frustum,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,1,59549008,0.031552,0.000000,0,0,0.000000,0.000000,0.000000,1.909792,3.452582,1.086990 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-004_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-004_run-1.csv new file mode 100644 index 0000000..dedc6e3 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-004_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +4,on,gpu-frustum,gpu-frustum,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121824,0.000000,0,0,0.000000,0.017472,0.017472,1.379200,2.852661,0.944742 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.120704,0.000000,0,0,0.000000,0.016992,0.016992,1.661024,3.284856,1.014744 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122048,0.000000,0,0,0.000000,0.017696,0.017696,1.496576,2.978448,0.968718 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121696,0.000000,0,0,0.000000,0.018304,0.018304,1.716512,3.081253,0.871895 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121984,0.000000,0,0,0.000000,0.017824,0.017824,1.536384,3.642501,0.998623 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121312,0.000000,0,0,0.000000,0.018048,0.018048,1.680448,3.575044,1.059308 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121760,0.000000,0,0,0.000000,0.017696,0.017696,1.535936,3.318921,0.941686 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121856,0.000000,0,0,0.000000,0.017984,0.017984,1.720192,3.353275,0.878498 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122240,0.000000,0,0,0.000000,0.017600,0.017600,1.496960,3.602325,1.018080 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.120672,0.000000,0,0,0.000000,0.017184,0.017184,1.721216,3.173907,0.914074 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121984,0.000000,0,0,0.000000,0.017792,0.017792,1.927776,3.436032,0.955112 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122528,0.000000,0,0,0.000000,0.016896,0.016896,1.717952,3.164299,0.830226 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122528,0.000000,0,0,0.000000,0.016832,0.016832,1.932576,3.306537,0.995638 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121504,0.000000,0,0,0.000000,0.017824,0.017824,1.387040,2.854415,0.868849 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122368,0.000000,0,0,0.000000,0.016576,0.016576,1.950016,3.412257,0.985339 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121024,0.000000,0,0,0.000000,0.016832,0.016832,1.792160,3.132449,0.807354 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121664,0.000000,0,0,0.000000,0.016896,0.016896,1.397312,2.695896,0.890750 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.120544,0.000000,0,0,0.000000,0.017600,0.017600,1.514336,2.951367,0.918432 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121024,0.000000,0,0,0.000000,0.022144,0.022144,1.745248,3.374184,1.091388 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121376,0.000000,0,0,0.000000,0.017792,0.017792,1.492608,2.934064,0.951424 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.120896,0.000000,0,0,0.000000,0.017152,0.017152,1.709024,3.225745,0.966623 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122144,0.000000,0,0,0.000000,0.027296,0.027296,1.956576,3.355369,1.002512 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122016,0.000000,0,0,0.000000,0.018368,0.018368,1.829632,3.264999,0.924815 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122208,0.000000,0,0,0.000000,0.016800,0.016800,2.155904,3.881151,0.908935 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.120992,0.000000,0,0,0.000000,0.017120,0.017120,1.615104,3.044403,0.888666 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.147872,0.000000,0,0,0.000000,0.018176,0.018176,1.953600,3.422145,0.983816 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121408,0.000000,0,0,0.000000,0.018176,0.018176,1.392512,3.007143,0.989958 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122528,0.000000,0,0,0.000000,0.017312,0.017312,1.944928,3.536811,1.027167 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122464,0.000000,0,0,0.000000,0.016992,0.016992,2.035360,3.593289,0.989817 +4,on,gpu-frustum,gpu-frustum,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122368,0.000000,0,0,0.000000,0.016800,0.016800,1.937024,3.413329,1.036856 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-004_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-004_run-2.csv new file mode 100644 index 0000000..9222fbd --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-004_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +4,on,gpu-frustum,gpu-frustum,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122880,0.000000,0,0,0.000000,0.016800,0.016800,1.388160,2.956366,0.824946 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122144,0.000000,0,0,0.000000,0.016384,0.016384,1.702688,2.815632,0.754403 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122688,0.000000,0,0,0.000000,0.017088,0.017088,1.800192,3.107992,0.812323 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122336,0.000000,0,0,0.000000,0.016992,0.016992,1.708096,2.855776,0.806692 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122016,0.000000,0,0,0.000000,0.017472,0.017472,1.778528,3.458564,1.154758 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121088,0.000000,0,0,0.000000,0.016992,0.016992,1.530464,3.001241,0.853430 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122624,0.000000,0,0,0.000000,0.016544,0.016544,1.575392,3.390706,0.864110 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122336,0.000000,0,0,0.000000,0.016800,0.016800,1.984000,3.339059,0.837119 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122880,0.000000,0,0,0.000000,0.017344,0.017344,1.936992,3.143059,0.855974 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122784,0.000000,0,0,0.000000,0.018144,0.018144,1.394528,2.546905,0.773689 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123040,0.000000,0,0,0.000000,0.016416,0.016416,1.378688,2.551093,0.827170 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122240,0.000000,0,0,0.000000,0.016608,0.016608,1.799168,3.147988,0.898154 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121696,0.000000,0,0,0.000000,0.016448,0.016448,1.717120,2.884982,0.791093 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123392,0.000000,0,0,0.000000,0.016448,0.016448,1.571936,2.982646,0.853761 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122560,0.000000,0,0,0.000000,0.017248,0.017248,1.994112,3.247506,0.833863 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123104,0.000000,0,0,0.000000,0.017088,0.017088,1.934368,3.136476,0.830767 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123008,0.000000,0,0,0.000000,0.017664,0.017664,1.392640,2.640190,0.872236 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122496,0.000000,0,0,0.000000,0.016960,0.016960,1.378752,2.590356,0.819295 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122144,0.000000,0,0,0.000000,0.016704,0.016704,1.796832,3.164780,0.877095 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121184,0.000000,0,0,0.000000,0.017024,0.017024,1.723296,2.955194,0.872886 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122720,0.000000,0,0,0.000000,0.016864,0.016864,1.568352,3.069380,0.939632 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122752,0.000000,0,0,0.000000,0.017984,0.017984,2.006016,3.294494,0.809958 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123488,0.000000,0,0,0.000000,0.018048,0.018048,1.937568,3.138169,0.852559 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121984,0.000000,0,0,0.000000,0.016672,0.016672,1.392928,2.539641,0.777556 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122848,0.000000,0,0,0.000000,0.017088,0.017088,1.525568,2.771107,0.790201 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122272,0.000000,0,0,0.000000,0.017504,0.017504,1.797824,3.231195,0.948439 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.121728,0.000000,0,0,0.000000,0.017952,0.017952,1.391264,2.545842,0.849603 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123008,0.000000,0,0,0.000000,0.016864,0.016864,1.572192,3.335262,0.825267 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123136,0.000000,0,0,0.000000,0.017088,0.017088,1.653728,2.903186,0.807363 +4,on,gpu-frustum,gpu-frustum,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123584,0.000000,0,0,0.000000,0.016896,0.016896,2.099680,3.382180,0.837920 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-004_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-004_run-3.csv new file mode 100644 index 0000000..33d9b7a --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-004_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +4,on,gpu-frustum,gpu-frustum,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122496,0.000000,0,0,0.000000,0.017536,0.017536,1.727296,3.074970,0.932720 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123264,0.000000,0,0,0.000000,0.018112,0.018112,1.935424,3.807111,1.361068 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123296,0.000000,0,0,0.000000,0.017696,0.017696,1.719040,3.227158,0.949541 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122528,0.000000,0,0,0.000000,0.017184,0.017184,1.572128,3.802332,1.421632 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123424,0.000000,0,0,0.000000,0.018240,0.018240,1.511840,3.168106,1.015807 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123488,0.000000,0,0,0.000000,0.018208,0.018208,1.936064,3.771684,1.343604 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122528,0.000000,0,0,0.000000,0.017184,0.017184,1.710720,3.438446,0.915978 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122784,0.000000,0,0,0.000000,0.018304,0.018304,1.496224,3.287852,1.260467 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122336,0.000000,0,0,0.000000,0.016992,0.016992,1.731520,3.271451,1.008302 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123296,0.000000,0,0,0.000000,0.018272,0.018272,1.574272,3.849942,1.305512 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122752,0.000000,0,0,0.000000,0.018240,0.018240,1.677600,3.192172,0.902442 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123488,0.000000,0,0,0.000000,0.017952,0.017952,1.573760,3.482620,1.208319 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122432,0.000000,0,0,0.000000,0.016704,0.016704,1.676896,3.232588,0.931668 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122944,0.000000,0,0,0.000000,0.018272,0.018272,1.934912,3.604750,1.183804 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.144928,0.000000,0,0,0.000000,0.018208,0.018208,1.737632,3.160432,0.883867 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123296,0.000000,0,0,0.000000,0.017856,0.017856,1.945696,3.677026,1.176740 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122304,0.000000,0,0,0.000000,0.016992,0.016992,1.673600,3.187182,0.917771 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122240,0.000000,0,0,0.000000,0.017632,0.017632,1.934720,3.645627,1.205755 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122688,0.000000,0,0,0.000000,0.018048,0.018048,1.693088,3.269096,1.008893 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.124384,0.000000,0,0,0.000000,0.017024,0.017024,1.935168,3.786342,1.343184 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.145728,0.000000,0,0,0.000000,0.018336,0.018336,1.740448,3.241544,0.947507 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123296,0.000000,0,0,0.000000,0.017216,0.017216,1.571936,3.630679,1.313969 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.151680,0.000000,0,0,0.000000,0.018304,0.018304,1.741760,3.361440,1.077202 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123040,0.000000,0,0,0.000000,0.017088,0.017088,1.935584,3.719275,1.243185 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123712,0.000000,0,0,0.000000,0.020704,0.020704,1.745824,3.101891,0.862727 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122912,0.000000,0,0,0.000000,0.016800,0.016800,1.493984,3.374135,1.306635 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122432,0.000000,0,0,0.000000,0.017088,0.017088,1.729824,3.092263,0.881663 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122592,0.000000,0,0,0.000000,0.017120,0.017120,1.572160,3.587137,1.245479 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.122496,0.000000,0,0,0.000000,0.017088,0.017088,1.600416,3.189065,0.909535 +4,on,gpu-frustum,gpu-frustum,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,33,59576320,0.123424,0.000000,0,0,0.000000,0.017888,0.017888,1.932288,3.367192,0.948539 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-016_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-016_run-1.csv new file mode 100644 index 0000000..d85ec4e --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-016_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +16,on,gpu-frustum,gpu-frustum,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.303264,0.000000,0,0,0.000000,0.016640,0.016640,2.128864,3.576676,0.875812 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302080,0.000000,0,0,0.000000,0.017504,0.017504,1.841888,3.281721,0.957096 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.301536,0.000000,0,0,0.000000,0.017024,0.017024,2.350848,3.870761,0.823282 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302944,0.000000,0,0,0.000000,0.016672,0.016672,1.574848,3.190388,0.967285 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.303328,0.000000,0,0,0.000000,0.017568,0.017568,2.343488,3.729104,0.809477 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.301664,0.000000,0,0,0.000000,0.018112,0.018112,1.574080,3.107141,0.869941 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.301824,0.000000,0,0,0.000000,0.017152,0.017152,2.353056,4.105193,0.883426 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302336,0.000000,0,0,0.000000,0.017696,0.017696,1.567232,3.029594,1.051153 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.301984,0.000000,0,0,0.000000,0.017952,0.017952,2.351040,3.822180,0.907763 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.301984,0.000000,0,0,0.000000,0.016896,0.016896,1.568800,2.956647,0.931808 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.301856,0.000000,0,0,0.000000,0.016640,0.016640,2.492064,3.706782,0.818704 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302400,0.000000,0,0,0.000000,0.016928,0.016928,1.575904,3.087093,0.922180 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.300832,0.000000,0,0,0.000000,0.016384,0.016384,2.352480,3.788656,0.813826 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302176,0.000000,0,0,0.000000,0.017664,0.017664,1.568992,3.199395,0.979117 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.300992,0.000000,0,0,0.000000,0.016480,0.016480,2.460832,3.861564,0.938430 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302816,0.000000,0,0,0.000000,0.016800,0.016800,1.574080,2.850838,0.819957 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302816,0.000000,0,0,0.000000,0.016480,0.016480,2.471968,3.739935,0.837439 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.301024,0.000000,0,0,0.000000,0.017184,0.017184,1.839872,3.198393,0.887865 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302176,0.000000,0,0,0.000000,0.016768,0.016768,2.474848,3.687496,0.812332 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302016,0.000000,0,0,0.000000,0.017888,0.017888,1.831520,3.169880,0.850785 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302528,0.000000,0,0,0.000000,0.016608,0.016608,2.461536,3.675623,0.807063 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302112,0.000000,0,0,0.000000,0.017728,0.017728,1.829952,3.295586,0.956815 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302528,0.000000,0,0,0.000000,0.016480,0.016480,2.350528,3.853980,0.832380 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.300128,0.000000,0,0,0.000000,0.017632,0.017632,1.573120,2.978839,0.927760 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302208,0.000000,0,0,0.000000,0.017472,0.017472,2.417216,3.639956,0.829274 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.300960,0.000000,0,0,0.000000,0.016608,0.016608,1.829216,3.348657,1.019684 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.301536,0.000000,0,0,0.000000,0.016704,0.016704,2.460576,3.760123,0.877465 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.300768,0.000000,0,0,0.000000,0.016608,0.016608,1.569888,3.199375,0.937779 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.301248,0.000000,0,0,0.000000,0.016384,0.016384,2.393696,3.662399,0.890079 +16,on,gpu-frustum,gpu-frustum,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302080,0.000000,0,0,0.000000,0.016640,0.016640,1.770784,3.275228,1.095126 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-016_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-016_run-2.csv new file mode 100644 index 0000000..d63c8ab --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-016_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +16,on,gpu-frustum,gpu-frustum,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305472,0.000000,0,0,0.000000,0.017088,0.017088,2.114560,3.579693,0.956554 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.309920,0.000000,0,0,0.000000,0.017920,0.017920,1.567904,2.874473,0.892885 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304512,0.000000,0,0,0.000000,0.017280,0.017280,1.775872,3.228600,0.845464 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305312,0.000000,0,0,0.000000,0.017856,0.017856,1.988960,3.393230,0.884819 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304768,0.000000,0,0,0.000000,0.016672,0.016672,1.866432,3.198844,0.889518 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305248,0.000000,0,0,0.000000,0.017984,0.017984,1.562784,2.989349,1.007290 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305376,0.000000,0,0,0.000000,0.018112,0.018112,1.563040,3.578871,1.210573 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304832,0.000000,0,0,0.000000,0.017216,0.017216,1.676896,3.485314,1.027758 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304128,0.000000,0,0,0.000000,0.017856,0.017856,1.911520,3.397308,0.954821 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304864,0.000000,0,0,0.000000,0.016704,0.016704,1.825792,3.427365,1.054228 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305376,0.000000,0,0,0.000000,0.018080,0.018080,1.901504,3.333178,0.948249 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305216,0.000000,0,0,0.000000,0.017056,0.017056,1.827296,3.348997,1.009424 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305792,0.000000,0,0,0.000000,0.017536,0.017536,1.910240,3.284826,0.960782 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305632,0.000000,0,0,0.000000,0.018272,0.018272,1.677760,3.171854,0.953369 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304480,0.000000,0,0,0.000000,0.017824,0.017824,1.725472,3.400334,1.054559 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305696,0.000000,0,0,0.000000,0.017952,0.017952,1.756768,3.250081,0.966313 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304960,0.000000,0,0,0.000000,0.018176,0.018176,1.565920,3.039293,0.886873 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305504,0.000000,0,0,0.000000,0.017888,0.017888,2.274592,3.719877,0.943199 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304704,0.000000,0,0,0.000000,0.023168,0.023168,1.580544,3.609589,1.504248 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305728,0.000000,0,0,0.000000,0.016736,0.016736,1.866304,3.519669,0.814557 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304800,0.000000,0,0,0.000000,0.016768,0.016768,1.562368,2.881625,0.871343 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305696,0.000000,0,0,0.000000,0.017984,0.017984,1.915200,3.894747,0.898405 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305600,0.000000,0,0,0.000000,0.017440,0.017440,1.562400,2.840157,0.867316 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304768,0.000000,0,0,0.000000,0.018304,0.018304,2.342304,3.607294,0.820868 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305408,0.000000,0,0,0.000000,0.018272,0.018272,1.573760,2.742023,0.809957 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304896,0.000000,0,0,0.000000,0.016704,0.016704,2.460448,3.630268,0.824996 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302464,0.000000,0,0,0.000000,0.017728,0.017728,1.574624,2.823656,0.877265 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.317184,0.000000,0,0,0.000000,0.016384,0.016384,1.802592,3.030767,0.845665 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305792,0.000000,0,0,0.000000,0.017280,0.017280,1.983136,3.373634,0.883968 +16,on,gpu-frustum,gpu-frustum,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304064,0.000000,0,0,0.000000,0.017440,0.017440,1.872128,3.278014,0.968056 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-016_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-016_run-3.csv new file mode 100644 index 0000000..69458a4 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-016_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +16,on,gpu-frustum,gpu-frustum,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.303872,0.000000,0,0,0.000000,0.018304,0.018304,1.727072,3.275920,0.946175 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.303104,0.000000,0,0,0.000000,0.018112,0.018112,1.893792,3.228149,0.844443 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.303520,0.000000,0,0,0.000000,0.018208,0.018208,1.726176,3.486607,0.938300 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.308000,0.000000,0,0,0.000000,0.018016,0.018016,1.899040,3.311416,0.915587 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305120,0.000000,0,0,0.000000,0.017056,0.017056,2.114528,3.547542,0.954360 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.308032,0.000000,0,0,0.000000,0.017312,0.017312,1.888160,3.278394,0.858921 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304448,0.000000,0,0,0.000000,0.018112,0.018112,1.751456,3.686214,0.962726 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.311744,0.000000,0,0,0.000000,0.018272,0.018272,1.904448,3.258937,0.868548 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304576,0.000000,0,0,0.000000,0.016960,0.016960,2.126208,3.574483,0.971242 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305856,0.000000,0,0,0.000000,0.017536,0.017536,1.917920,3.365248,0.953448 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304032,0.000000,0,0,0.000000,0.017600,0.017600,2.113056,3.603718,0.985258 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.314880,0.000000,0,0,0.000000,0.016768,0.016768,1.913152,3.288884,0.886292 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304768,0.000000,0,0,0.000000,0.017952,0.017952,2.113440,3.585524,0.956784 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.303840,0.000000,0,0,0.000000,0.018208,0.018208,1.906624,3.307860,0.911780 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.303328,0.000000,0,0,0.000000,0.018272,0.018272,1.726912,3.661948,1.039571 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.310432,0.000000,0,0,0.000000,0.017632,0.017632,1.901024,3.248387,0.864170 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304672,0.000000,0,0,0.000000,0.018432,0.018432,2.114336,3.516302,0.914045 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.317920,0.000000,0,0,0.000000,0.018048,0.018048,1.911904,3.259388,0.869360 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.305088,0.000000,0,0,0.000000,0.017856,0.017856,2.113056,3.457873,0.905428 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.321568,0.000000,0,0,0.000000,0.018144,0.018144,1.945632,3.263846,0.864521 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.303552,0.000000,0,0,0.000000,0.017344,0.017344,2.114944,3.537633,0.921157 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.315584,0.000000,0,0,0.000000,0.017472,0.017472,1.929664,3.270690,0.892473 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.303712,0.000000,0,0,0.000000,0.017920,0.017920,2.283104,3.509079,0.905989 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304800,0.000000,0,0,0.000000,0.016864,0.016864,1.925120,3.192763,0.828172 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.303392,0.000000,0,0,0.000000,0.018176,0.018176,2.282944,3.543434,0.914274 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.302976,0.000000,0,0,0.000000,0.017344,0.017344,1.921536,3.281921,0.863830 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.306592,0.000000,0,0,0.000000,0.018144,0.018144,2.290784,3.524268,0.891832 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304352,0.000000,0,0,0.000000,0.017440,0.017440,1.895776,3.306407,0.881533 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.304832,0.000000,0,0,0.000000,0.017984,0.017984,2.287328,3.664933,0.918172 +16,on,gpu-frustum,gpu-frustum,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,35,59577280,0.307104,0.000000,0,0,0.000000,0.017792,0.017792,1.930656,3.272393,0.904917 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-032_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-032_run-1.csv new file mode 100644 index 0000000..b38aeb7 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-032_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +32,on,gpu-frustum,gpu-frustum,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.571424,0.000000,0,0,0.000000,0.018240,0.018240,2.380032,3.842759,0.899146 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.564512,0.000000,0,0,0.000000,0.017728,0.017728,1.834496,3.211629,0.907852 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569792,0.000000,0,0,0.000000,0.018336,0.018336,2.374656,4.065379,1.152975 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569920,0.000000,0,0,0.000000,0.018432,0.018432,1.827680,3.306688,0.941877 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.564960,0.000000,0,0,0.000000,0.016896,0.016896,2.374912,3.824555,0.870863 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569760,0.000000,0,0,0.000000,0.018432,0.018432,1.826656,3.296048,0.923101 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567264,0.000000,0,0,0.000000,0.017216,0.017216,1.938752,3.937618,0.868589 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.565664,0.000000,0,0,0.000000,0.018432,0.018432,1.822912,3.231345,0.904155 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.565184,0.000000,0,0,0.000000,0.016576,0.016576,1.980768,4.061471,1.035533 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.568032,0.000000,0,0,0.000000,0.017472,0.017472,2.160832,3.621431,0.900588 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567104,0.000000,0,0,0.000000,0.016960,0.016960,2.242944,3.817862,0.967785 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567136,0.000000,0,0,0.000000,0.017248,0.017248,2.132736,3.576216,0.901741 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567424,0.000000,0,0,0.000000,0.018432,0.018432,2.086432,3.619798,0.982904 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567520,0.000000,0,0,0.000000,0.018208,0.018208,2.051872,3.427155,0.874880 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.568512,0.000000,0,0,0.000000,0.017088,0.017088,2.243392,3.730918,0.930645 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.565344,0.000000,0,0,0.000000,0.017376,0.017376,1.986880,3.470596,0.974338 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.566400,0.000000,0,0,0.000000,0.018144,0.018144,2.252640,3.723644,0.935605 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.566272,0.000000,0,0,0.000000,0.018208,0.018208,2.178048,3.507276,0.918112 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.566656,0.000000,0,0,0.000000,0.017984,0.017984,2.264352,3.671676,0.913634 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.572224,0.000000,0,0,0.000000,0.018496,0.018496,2.376960,4.079756,1.139850 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.564160,0.000000,0,0,0.000000,0.018240,0.018240,1.834496,3.336143,0.942177 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.561600,0.000000,0,0,0.000000,0.017536,0.017536,2.369440,3.846326,0.893976 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.565056,0.000000,0,0,0.000000,0.018432,0.018432,1.836096,3.243058,0.959991 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.564000,0.000000,0,0,0.000000,0.017248,0.017248,2.370336,4.061260,1.162002 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567456,0.000000,0,0,0.000000,0.018016,0.018016,1.824256,3.331765,0.954671 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.563264,0.000000,0,0,0.000000,0.017184,0.017184,1.985184,3.637742,0.959781 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567360,0.000000,0,0,0.000000,0.016992,0.016992,2.166016,3.502608,0.881343 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.563936,0.000000,0,0,0.000000,0.017824,0.017824,1.938464,3.470016,0.984157 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.566112,0.000000,0,0,0.000000,0.018144,0.018144,2.159104,3.550227,0.925346 +32,on,gpu-frustum,gpu-frustum,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.562240,0.000000,0,0,0.000000,0.017184,0.017184,1.933120,3.400915,0.952447 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-032_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-032_run-2.csv new file mode 100644 index 0000000..d99e11a --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-032_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +32,on,gpu-frustum,gpu-frustum,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.573056,0.000000,0,0,0.000000,0.018368,0.018368,2.246272,3.712663,0.867717 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.573568,0.000000,0,0,0.000000,0.018368,0.018368,1.978240,3.421003,0.950102 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569120,0.000000,0,0,0.000000,0.018208,0.018208,2.245824,3.608427,0.850785 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.572352,0.000000,0,0,0.000000,0.018400,0.018400,1.978912,3.414521,0.915737 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569632,0.000000,0,0,0.000000,0.018432,0.018432,1.828000,3.212409,0.961003 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.570432,0.000000,0,0,0.000000,0.017248,0.017248,2.091232,3.522465,0.927390 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.571488,0.000000,0,0,0.000000,0.018336,0.018336,1.828832,3.461650,0.958208 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.572576,0.000000,0,0,0.000000,0.017088,0.017088,2.033408,3.534297,0.972244 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.573440,0.000000,0,0,0.000000,0.016960,0.016960,2.244288,3.904746,0.981071 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.572192,0.000000,0,0,0.000000,0.016800,0.016800,2.055008,3.436493,0.926077 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569312,0.000000,0,0,0.000000,0.018144,0.018144,2.085824,3.736939,1.077091 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.570912,0.000000,0,0,0.000000,0.018176,0.018176,1.828160,3.340731,0.993414 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.571072,0.000000,0,0,0.000000,0.018272,0.018272,2.417056,3.748160,0.821740 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.572128,0.000000,0,0,0.000000,0.018240,0.018240,2.386816,3.736138,0.845635 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569760,0.000000,0,0,0.000000,0.018176,0.018176,1.837312,3.214142,0.942879 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.568416,0.000000,0,0,0.000000,0.017056,0.017056,2.606080,3.929252,0.837159 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.568480,0.000000,0,0,0.000000,0.018080,0.018080,1.838272,3.115767,0.845244 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.568640,0.000000,0,0,0.000000,0.018048,0.018048,2.608128,3.914754,0.823313 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569344,0.000000,0,0,0.000000,0.017792,0.017792,1.850624,3.194856,0.847107 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567744,0.000000,0,0,0.000000,0.018240,0.018240,2.538240,3.935934,0.859822 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.572384,0.000000,0,0,0.000000,0.018336,0.018336,1.855744,3.200638,0.907612 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569184,0.000000,0,0,0.000000,0.018400,0.018400,2.602784,4.139859,1.010256 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569440,0.000000,0,0,0.000000,0.017120,0.017120,1.857536,3.181030,0.900248 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569280,0.000000,0,0,0.000000,0.017920,0.017920,2.376864,3.891551,0.979828 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.570368,0.000000,0,0,0.000000,0.018176,0.018176,1.836384,3.167274,0.925666 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.570560,0.000000,0,0,0.000000,0.017184,0.017184,1.944064,3.944380,1.022940 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.570336,0.000000,0,0,0.000000,0.017760,0.017760,2.131104,3.627042,0.879749 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569664,0.000000,0,0,0.000000,0.018112,0.018112,1.940000,3.805137,1.161491 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.570816,0.000000,0,0,0.000000,0.016928,0.016928,1.830240,3.311186,0.931237 +32,on,gpu-frustum,gpu-frustum,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.568064,0.000000,0,0,0.000000,0.017856,0.017856,1.937600,3.412778,0.942267 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-032_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-032_run-3.csv new file mode 100644 index 0000000..4e768a7 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-032_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +32,on,gpu-frustum,gpu-frustum,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.570976,0.000000,0,0,0.000000,0.018432,0.018432,1.842144,3.289705,0.887594 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567584,0.000000,0,0,0.000000,0.018432,0.018432,2.093504,3.528055,0.933130 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.568032,0.000000,0,0,0.000000,0.018336,0.018336,1.979136,3.373053,0.864501 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569216,0.000000,0,0,0.000000,0.018464,0.018464,2.495232,3.928010,0.879399 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569568,0.000000,0,0,0.000000,0.017952,0.017952,1.856896,3.200407,0.875562 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569888,0.000000,0,0,0.000000,0.017728,0.017728,2.551264,3.891210,0.778027 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.568992,0.000000,0,0,0.000000,0.017408,0.017408,1.977792,3.682576,0.938540 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.568704,0.000000,0,0,0.000000,0.018432,0.018432,2.546976,3.987301,0.869650 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.570784,0.000000,0,0,0.000000,0.017440,0.017440,2.137216,3.628044,0.912651 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569600,0.000000,0,0,0.000000,0.018432,0.018432,2.374624,3.832138,0.907552 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.571168,0.000000,0,0,0.000000,0.018432,0.018432,2.125792,3.619998,0.919063 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567520,0.000000,0,0,0.000000,0.018432,0.018432,2.012512,3.478271,0.876663 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.572640,0.000000,0,0,0.000000,0.017920,0.017920,2.126400,3.586946,0.905017 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567712,0.000000,0,0,0.000000,0.018432,0.018432,1.999968,3.443366,0.897773 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.571136,0.000000,0,0,0.000000,0.018432,0.018432,2.125216,3.608998,0.926458 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569792,0.000000,0,0,0.000000,0.018336,0.018336,1.939840,3.426924,0.912191 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.568736,0.000000,0,0,0.000000,0.017952,0.017952,2.156800,3.794557,0.913403 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569632,0.000000,0,0,0.000000,0.018592,0.018592,1.985536,3.696293,1.083304 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569536,0.000000,0,0,0.000000,0.018432,0.018432,2.106144,3.538264,0.893646 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569984,0.000000,0,0,0.000000,0.018368,0.018368,2.137472,3.707965,1.048818 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.566464,0.000000,0,0,0.000000,0.018624,0.018624,2.491296,3.913121,0.870002 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569184,0.000000,0,0,0.000000,0.018112,0.018112,1.833408,3.287672,0.991661 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.567744,0.000000,0,0,0.000000,0.018304,0.018304,2.776288,4.303928,0.893164 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.569568,0.000000,0,0,0.000000,0.018432,0.018432,1.841856,3.397819,0.877606 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.568224,0.000000,0,0,0.000000,0.018432,0.018432,2.378592,4.070919,1.001910 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.570944,0.000000,0,0,0.000000,0.018432,0.018432,1.842496,3.246304,0.904516 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.570816,0.000000,0,0,0.000000,0.018144,0.018144,2.388192,3.880169,0.881262 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.571104,0.000000,0,0,0.000000,0.018432,0.018432,1.845376,3.256072,0.913033 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.573600,0.000000,0,0,0.000000,0.018432,0.018432,2.376576,3.837368,0.882205 +32,on,gpu-frustum,gpu-frustum,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,36,59578560,0.576704,0.000000,0,0,0.000000,0.018016,0.018016,1.835712,3.347374,0.934593 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-064_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-064_run-1.csv new file mode 100644 index 0000000..e89fecc --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-064_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +64,on,gpu-frustum,gpu-frustum,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.076064,0.000000,0,0,0.000000,0.018144,0.018144,3.421408,4.741825,0.804227 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.081024,0.000000,0,0,0.000000,0.018176,0.018176,2.903872,4.137224,0.857868 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.084096,0.000000,0,0,0.000000,0.017760,0.017760,2.807552,4.196266,0.836739 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.077952,0.000000,0,0,0.000000,0.018144,0.018144,3.397152,5.397181,0.982553 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.080480,0.000000,0,0,0.000000,0.018368,0.018368,2.893728,4.373459,1.004545 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.088768,0.000000,0,0,0.000000,0.018208,0.018208,2.908160,4.381965,0.912361 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.079392,0.000000,0,0,0.000000,0.017984,0.017984,3.545184,5.214987,0.888496 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.082400,0.000000,0,0,0.000000,0.018176,0.018176,3.162432,4.513574,0.893245 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.079328,0.000000,0,0,0.000000,0.018592,0.018592,2.691296,4.016225,0.863198 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.079232,0.000000,0,0,0.000000,0.017728,0.017728,3.342080,4.860599,0.907271 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.078432,0.000000,0,0,0.000000,0.017280,0.017280,2.917792,4.427201,0.968918 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.077216,0.000000,0,0,0.000000,0.018208,0.018208,2.617056,4.376275,0.886522 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.079808,0.000000,0,0,0.000000,0.016896,0.016896,3.348032,4.983120,0.846647 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.075776,0.000000,0,0,0.000000,0.018176,0.018176,2.896160,4.409037,0.952947 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.080480,0.000000,0,0,0.000000,0.018400,0.018400,2.818016,4.305552,0.877856 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.082880,0.000000,0,0,0.000000,0.017344,0.017344,3.387936,5.156096,0.846317 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.082784,0.000000,0,0,0.000000,0.018272,0.018272,2.898624,4.235569,0.894978 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.077984,0.000000,0,0,0.000000,0.018432,0.018432,3.113344,4.363591,0.821920 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.079744,0.000000,0,0,0.000000,0.018016,0.018016,3.346656,5.060716,0.775613 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.083552,0.000000,0,0,0.000000,0.018400,0.018400,2.894400,4.255036,0.845144 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.083040,0.000000,0,0,0.000000,0.018432,0.018432,3.117664,4.376285,0.852187 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.083008,0.000000,0,0,0.000000,0.017888,0.017888,2.742912,4.564801,0.814516 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.081344,0.000000,0,0,0.000000,0.018432,0.018432,3.251008,4.987167,1.005346 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.082336,0.000000,0,0,0.000000,0.018112,0.018112,2.921664,4.752164,1.010405 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.082528,0.000000,0,0,0.000000,0.017888,0.017888,3.384896,5.026862,0.964078 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.082144,0.000000,0,0,0.000000,0.018144,0.018144,3.161536,4.762393,1.031656 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.080320,0.000000,0,0,0.000000,0.018496,0.018496,2.633216,4.167221,0.976723 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.082144,0.000000,0,0,0.000000,0.018176,0.018176,3.233312,4.949196,0.962986 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.082720,0.000000,0,0,0.000000,0.017056,0.017056,3.164768,4.622109,0.912672 +64,on,gpu-frustum,gpu-frustum,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.082720,0.000000,0,0,0.000000,0.017536,0.017536,2.631520,4.097129,0.825427 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-064_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-064_run-2.csv new file mode 100644 index 0000000..457f65f --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-064_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +64,on,gpu-frustum,gpu-frustum,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.086944,0.000000,0,0,0.000000,0.016832,0.016832,3.364608,5.328521,0.897032 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.084416,0.000000,0,0,0.000000,0.018464,0.018464,3.433856,5.017384,0.872235 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.089248,0.000000,0,0,0.000000,0.018144,0.018144,2.691136,4.245478,0.941386 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.091712,0.000000,0,0,0.000000,0.018432,0.018432,3.035744,4.776290,1.114182 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.090560,0.000000,0,0,0.000000,0.016896,0.016896,3.255168,5.018316,1.091979 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.093280,0.000000,0,0,0.000000,0.018336,0.018336,3.104896,4.563248,0.936817 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.089888,0.000000,0,0,0.000000,0.017184,0.017184,2.346528,4.112077,1.041414 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.086112,0.000000,0,0,0.000000,0.018176,0.018176,3.667008,5.097335,0.827370 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.087808,0.000000,0,0,0.000000,0.018496,0.018496,2.830176,4.117838,0.864812 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.088864,0.000000,0,0,0.000000,0.017984,0.017984,2.922048,4.375203,0.892163 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.090976,0.000000,0,0,0.000000,0.017824,0.017824,3.196960,4.603904,0.850775 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.083360,0.000000,0,0,0.000000,0.018208,0.018208,2.703360,4.144007,0.859311 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.084480,0.000000,0,0,0.000000,0.017920,0.017920,3.029376,4.673887,0.868829 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.084608,0.000000,0,0,0.000000,0.018464,0.018464,2.893024,4.254054,0.876623 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.087104,0.000000,0,0,0.000000,0.018400,0.018400,2.360320,3.829173,1.005236 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.087776,0.000000,0,0,0.000000,0.018336,0.018336,3.151616,4.668927,0.947979 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.085088,0.000000,0,0,0.000000,0.018176,0.018176,2.705536,4.136082,0.922339 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.086976,0.000000,0,0,0.000000,0.017440,0.017440,3.035456,4.927715,1.356569 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.089504,0.000000,0,0,0.000000,0.017888,0.017888,3.155840,4.760229,0.958488 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.086784,0.000000,0,0,0.000000,0.018304,0.018304,2.849024,4.138156,0.863750 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.087776,0.000000,0,0,0.000000,0.017728,0.017728,3.035968,4.565612,1.011007 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.087808,0.000000,0,0,0.000000,0.016928,0.016928,3.189568,4.644531,0.929984 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.084832,0.000000,0,0,0.000000,0.017120,0.017120,3.137344,4.423313,0.856656 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.089344,0.000000,0,0,0.000000,0.018304,0.018304,3.042976,4.525998,0.937689 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.083936,0.000000,0,0,0.000000,0.018304,0.018304,2.893856,4.306082,0.889689 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.083680,0.000000,0,0,0.000000,0.018336,0.018336,2.353472,3.959699,0.924123 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.086752,0.000000,0,0,0.000000,0.017344,0.017344,3.144096,4.832706,1.184985 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.088992,0.000000,0,0,0.000000,0.017408,0.017408,3.367520,4.783052,0.866434 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.085728,0.000000,0,0,0.000000,0.018272,0.018272,2.709696,4.362008,0.868478 +64,on,gpu-frustum,gpu-frustum,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.084960,0.000000,0,0,0.000000,0.017280,0.017280,3.137760,4.499547,0.939212 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-064_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-064_run-3.csv new file mode 100644 index 0000000..f1d25be --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-064_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +64,on,gpu-frustum,gpu-frustum,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.086240,0.000000,0,0,0.000000,0.018432,0.018432,2.348864,3.440289,0.772767 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.084512,0.000000,0,0,0.000000,0.018240,0.018240,2.345184,3.350070,0.748963 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.086848,0.000000,0,0,0.000000,0.017120,0.017120,2.346688,3.347845,0.745747 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.088384,0.000000,0,0,0.000000,0.018240,0.018240,2.348928,3.513408,0.903053 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.093728,0.000000,0,0,0.000000,0.018080,0.018080,3.169248,4.952321,1.275486 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.089216,0.000000,0,0,0.000000,0.018400,0.018400,3.552128,5.034045,0.901901 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.089984,0.000000,0,0,0.000000,0.018624,0.018624,2.857920,4.543050,0.871334 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.096160,0.000000,0,0,0.000000,0.018656,0.018656,3.162784,4.955978,1.233667 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.087424,0.000000,0,0,0.000000,0.018432,0.018432,3.678816,5.291652,0.948820 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.093984,0.000000,0,0,0.000000,0.019040,0.019040,2.586752,4.059518,0.883045 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.087104,0.000000,0,0,0.000000,0.018432,0.018432,2.751104,4.358882,0.811901 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.094144,0.000000,0,0,0.000000,0.018496,0.018496,3.429056,4.781810,0.827260 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.088608,0.000000,0,0,0.000000,0.018112,0.018112,2.592064,4.040783,0.874840 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.088608,0.000000,0,0,0.000000,0.018656,0.018656,3.143680,4.741113,0.994576 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.096544,0.000000,0,0,0.000000,0.018656,0.018656,3.550688,5.029677,0.901490 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.098688,0.000000,0,0,0.000000,0.019872,0.019872,2.661920,4.137244,0.862107 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.086944,0.000000,0,0,0.000000,0.018560,0.018560,3.143200,4.828408,1.168034 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.093856,0.000000,0,0,0.000000,0.018432,0.018432,3.546080,5.596556,1.134880 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.091616,0.000000,0,0,0.000000,0.018304,0.018304,2.639648,4.622699,1.197780 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.095360,0.000000,0,0,0.000000,0.018240,0.018240,2.651200,4.393157,1.106437 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.089024,0.000000,0,0,0.000000,0.018432,0.018432,3.554752,5.461312,1.106187 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.086880,0.000000,0,0,0.000000,0.018432,0.018432,3.542080,5.375049,1.118089 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.090400,0.000000,0,0,0.000000,0.018528,0.018528,2.911936,4.827817,1.181259 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.088800,0.000000,0,0,0.000000,0.018432,0.018432,2.748128,4.580901,1.176359 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.083840,0.000000,0,0,0.000000,0.019200,0.019200,3.648352,5.597077,1.215803 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.089536,0.000000,0,0,0.000000,0.018720,0.018720,2.637728,4.708551,1.276137 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.087936,0.000000,0,0,0.000000,0.018656,0.018656,2.359808,4.265236,1.230031 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.087648,0.000000,0,0,0.000000,0.018432,0.018432,3.317664,5.324704,1.302406 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.086784,0.000000,0,0,0.000000,0.018432,0.018432,3.537632,5.389937,1.143437 +64,on,gpu-frustum,gpu-frustum,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,36,59581120,1.085824,0.000000,0,0,0.000000,0.018336,0.018336,2.825280,4.484008,1.128659 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-128_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-128_run-1.csv new file mode 100644 index 0000000..c36b1f0 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-128_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +128,on,gpu-frustum,gpu-frustum,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.102016,0.000000,0,0,0.000000,0.018624,0.018624,4.707680,6.287651,1.031055 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.092992,0.000000,0,0,0.000000,0.018496,0.018496,4.103296,5.801323,1.104864 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.086400,0.000000,0,0,0.000000,0.018144,0.018144,4.468384,5.975030,0.944291 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.087488,0.000000,0,0,0.000000,0.018496,0.018496,3.767584,5.559026,1.090687 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.084736,0.000000,0,0,0.000000,0.018080,0.018080,4.378880,6.249168,0.986701 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.095872,0.000000,0,0,0.000000,0.018144,0.018144,4.201600,5.840016,0.996499 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.093344,0.000000,0,0,0.000000,0.018432,0.018432,4.378080,6.275988,0.960302 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.085536,0.000000,0,0,0.000000,0.018560,0.018560,4.674880,6.205887,0.947377 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.088576,0.000000,0,0,0.000000,0.018432,0.018432,4.654464,6.150451,0.958558 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.085568,0.000000,0,0,0.000000,0.019808,0.019808,4.086720,5.638046,0.999265 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.084096,0.000000,0,0,0.000000,0.018496,0.018496,4.260928,6.103072,1.090657 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.087552,0.000000,0,0,0.000000,0.018816,0.018816,4.384256,6.335551,1.039971 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.097664,0.000000,0,0,0.000000,0.018080,0.018080,4.147968,5.668934,0.971132 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.103104,0.000000,0,0,0.000000,0.017056,0.017056,4.402400,5.850326,0.912010 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.100576,0.000000,0,0,0.000000,0.018432,0.018432,4.672224,6.115957,0.921098 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.095712,0.000000,0,0,0.000000,0.018400,0.018400,4.689600,6.506764,1.246621 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.087488,0.000000,0,0,0.000000,0.018432,0.018432,4.678016,6.669901,1.238225 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.085984,0.000000,0,0,0.000000,0.018816,0.018816,4.651072,6.338947,0.949651 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.093408,0.000000,0,0,0.000000,0.018656,0.018656,4.098656,5.831690,1.191959 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.085248,0.000000,0,0,0.000000,0.018144,0.018144,4.372864,6.422525,1.253124 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.094944,0.000000,0,0,0.000000,0.018528,0.018528,4.534272,6.262303,0.997923 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.092992,0.000000,0,0,0.000000,0.018432,0.018432,4.527136,6.798283,1.310943 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.081952,0.000000,0,0,0.000000,0.018144,0.018144,4.519008,6.811429,1.230281 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.091072,0.000000,0,0,0.000000,0.018528,0.018528,4.525344,6.505411,1.000487 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.087744,0.000000,0,0,0.000000,0.018432,0.018432,4.140000,5.778420,1.240961 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.087648,0.000000,0,0,0.000000,0.018432,0.018432,4.205184,6.111628,1.186278 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.087808,0.000000,0,0,0.000000,0.018560,0.018560,4.372256,6.587547,1.442000 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.084608,0.000000,0,0,0.000000,0.018688,0.018688,4.370112,6.377049,1.162863 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.089600,0.000000,0,0,0.000000,0.018720,0.018720,4.393472,6.332545,1.187651 +128,on,gpu-frustum,gpu-frustum,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.091904,0.000000,0,0,0.000000,0.018240,0.018240,4.656480,6.541620,1.170127 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-128_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-128_run-2.csv new file mode 100644 index 0000000..cc09651 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-128_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +128,on,gpu-frustum,gpu-frustum,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.116512,0.000000,0,0,0.000000,0.019712,0.019712,4.305664,6.209323,1.270386 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.115264,0.000000,0,0,0.000000,0.018848,0.018848,3.836352,5.546452,1.040142 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.108352,0.000000,0,0,0.000000,0.018112,0.018112,4.820064,6.637601,1.109222 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.108800,0.000000,0,0,0.000000,0.018272,0.018272,4.824896,6.393410,0.962335 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.108192,0.000000,0,0,0.000000,0.018752,0.018752,4.690784,6.608566,1.081199 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.112448,0.000000,0,0,0.000000,0.018624,0.018624,4.413312,6.058749,1.058286 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.115808,0.000000,0,0,0.000000,0.019040,0.019040,4.410208,6.696952,1.135181 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.110976,0.000000,0,0,0.000000,0.018752,0.018752,5.008128,6.645816,0.979618 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.130144,0.000000,0,0,0.000000,0.019520,0.019520,4.440960,6.125285,1.074407 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.101056,0.000000,0,0,0.000000,0.018432,0.018432,4.303072,6.347112,1.304089 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.103104,0.000000,0,0,0.000000,0.018432,0.018432,3.666368,5.754725,1.084807 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.111168,0.000000,0,0,0.000000,0.019456,0.019456,4.415936,6.013453,0.997853 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.102144,0.000000,0,0,0.000000,0.018432,0.018432,4.069216,5.811222,1.090527 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.106208,0.000000,0,0,0.000000,0.018176,0.018176,4.683232,6.378733,1.056133 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.105056,0.000000,0,0,0.000000,0.018528,0.018528,4.685440,6.608175,1.114943 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.103744,0.000000,0,0,0.000000,0.018432,0.018432,4.701376,6.574011,1.108000 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.114688,0.000000,0,0,0.000000,0.017184,0.017184,4.277152,5.969490,1.071922 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.106688,0.000000,0,0,0.000000,0.018432,0.018432,4.688160,6.253336,0.978526 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.102272,0.000000,0,0,0.000000,0.019392,0.019392,4.524000,6.287049,1.135692 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.114592,0.000000,0,0,0.000000,0.017376,0.017376,3.728256,5.312611,0.992061 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.104672,0.000000,0,0,0.000000,0.018432,0.018432,3.955136,5.514162,1.069678 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.115584,0.000000,0,0,0.000000,0.018432,0.018432,4.175392,5.888297,1.135933 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.115392,0.000000,0,0,0.000000,0.018656,0.018656,4.820288,6.515070,1.072453 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.102400,0.000000,0,0,0.000000,0.018688,0.018688,4.364672,5.954653,1.008773 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.101536,0.000000,0,0,0.000000,0.018816,0.018816,4.382656,6.142136,0.941005 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.104096,0.000000,0,0,0.000000,0.018080,0.018080,4.498624,6.173345,0.998874 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.110176,0.000000,0,0,0.000000,0.018464,0.018464,3.597248,5.276744,1.009173 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.109472,0.000000,0,0,0.000000,0.017920,0.017920,4.023648,5.671458,1.120574 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.102144,0.000000,0,0,0.000000,0.018304,0.018304,3.778208,5.975972,1.114231 +128,on,gpu-frustum,gpu-frustum,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.110816,0.000000,0,0,0.000000,0.018464,0.018464,4.345952,6.032239,1.094685 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-128_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-128_run-3.csv new file mode 100644 index 0000000..7391519 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-frustum_lights-128_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +128,on,gpu-frustum,gpu-frustum,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.109440,0.000000,0,0,0.000000,0.018528,0.018528,3.941856,5.626483,0.975320 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.112320,0.000000,0,0,0.000000,0.018272,0.018272,4.119232,5.771146,1.012059 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.116896,0.000000,0,0,0.000000,0.018208,0.018208,4.556640,6.328327,0.991350 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.113920,0.000000,0,0,0.000000,0.018720,0.018720,4.753248,6.426793,0.948660 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.115712,0.000000,0,0,0.000000,0.018368,0.018368,4.532704,6.122969,0.985038 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.112192,0.000000,0,0,0.000000,0.018432,0.018432,4.894656,6.610810,0.993885 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.112544,0.000000,0,0,0.000000,0.018432,0.018432,4.661632,6.536620,1.036154 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.120448,0.000000,0,0,0.000000,0.018208,0.018208,4.905632,6.587015,0.981742 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.114112,0.000000,0,0,0.000000,0.018912,0.018912,4.576896,6.214091,0.974669 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.113920,0.000000,0,0,0.000000,0.018432,0.018432,4.579392,6.131986,0.920075 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.111136,0.000000,0,0,0.000000,0.017536,0.017536,3.709568,5.260433,0.943961 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.107712,0.000000,0,0,0.000000,0.018432,0.018432,3.800608,5.481630,1.024132 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.111840,0.000000,0,0,0.000000,0.018304,0.018304,4.332224,5.926809,1.004946 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.111712,0.000000,0,0,0.000000,0.018432,0.018432,4.560864,6.229241,1.017479 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.109312,0.000000,0,0,0.000000,0.018432,0.018432,4.561632,5.997974,0.885801 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.115520,0.000000,0,0,0.000000,0.018432,0.018432,4.567552,5.954542,0.842159 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.101440,0.000000,0,0,0.000000,0.018848,0.018848,3.923360,5.255974,0.852748 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.099392,0.000000,0,0,0.000000,0.018336,0.018336,3.789696,5.454419,1.113520 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.108032,0.000000,0,0,0.000000,0.018400,0.018400,4.178720,6.294864,1.130493 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.102080,0.000000,0,0,0.000000,0.018240,0.018240,4.324544,6.207429,1.151242 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.117568,0.000000,0,0,0.000000,0.018240,0.018240,4.395136,6.199213,1.131885 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.097792,0.000000,0,0,0.000000,0.018240,0.018240,4.553664,6.459825,1.204502 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.105696,0.000000,0,0,0.000000,0.018880,0.018880,4.398592,6.168376,1.016007 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.104160,0.000000,0,0,0.000000,0.018976,0.018976,4.533280,6.275888,1.011868 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.108288,0.000000,0,0,0.000000,0.017568,0.017568,3.366560,4.893571,0.979157 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.103744,0.000000,0,0,0.000000,0.018432,0.018432,4.324192,5.893397,0.940354 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.098048,0.000000,0,0,0.000000,0.017984,0.017984,4.049600,5.439540,0.910127 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.108000,0.000000,0,0,0.000000,0.018368,0.018368,4.520032,6.069710,0.936707 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.110208,0.000000,0,0,0.000000,0.017920,0.017920,4.391360,5.946738,0.941206 +128,on,gpu-frustum,gpu-frustum,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,39,59586240,2.099232,0.000000,0,0,0.000000,0.018304,0.018304,4.676896,6.338536,0.897613 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-000_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-000_run-1.csv new file mode 100644 index 0000000..c502966 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-000_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030816,0.004768,0,0,0.000000,0.000000,0.000000,2.022656,3.414962,0.817773 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030848,0.005632,0,0,0.000000,0.000000,0.000000,1.596384,3.293262,0.857418 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030976,0.005408,0,0,0.000000,0.000000,0.000000,2.025568,3.364516,0.849923 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030528,0.005056,0,0,0.000000,0.000000,0.000000,1.982304,3.294184,0.855664 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031424,0.006208,0,0,0.000000,0.000000,0.000000,2.047168,3.415152,0.856074 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030816,0.005216,0,0,0.000000,0.000000,0.000000,1.998208,3.345841,0.965622 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030784,0.004800,0,0,0.000000,0.000000,0.000000,2.035296,3.784268,1.005246 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030912,0.005184,0,0,0.000000,0.000000,0.000000,1.984096,3.342675,0.953829 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030912,0.005728,0,0,0.000000,0.000000,0.000000,1.694048,3.219783,1.024813 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030496,0.005696,0,0,0.000000,0.000000,0.000000,2.167648,3.981771,1.323957 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029920,0.015776,0,0,0.000000,0.000000,0.000000,2.011616,3.512787,0.929313 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030176,0.005120,0,0,0.000000,0.000000,0.000000,1.622976,3.324361,0.914275 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030240,0.006048,0,0,0.000000,0.000000,0.000000,2.034528,3.423838,0.909856 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030112,0.005280,0,0,0.000000,0.000000,0.000000,1.542496,3.261372,0.791994 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030432,0.005024,0,0,0.000000,0.000000,0.000000,1.927552,3.256183,0.897713 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031424,0.005696,0,0,0.000000,0.000000,0.000000,2.003776,3.278033,0.920677 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030080,0.005664,0,0,0.000000,0.000000,0.000000,1.774656,3.103063,0.854372 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030752,0.005632,0,0,0.000000,0.000000,0.000000,1.980128,3.353887,0.910227 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030752,0.005664,0,0,0.000000,0.000000,0.000000,1.749632,3.076914,0.867687 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031072,0.005824,0,0,0.000000,0.000000,0.000000,1.973280,3.342605,0.917140 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031104,0.005600,0,0,0.000000,0.000000,0.000000,1.748192,3.059842,0.842579 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030688,0.005920,0,0,0.000000,0.000000,0.000000,1.417856,2.665858,0.850635 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030720,0.004992,0,0,0.000000,0.000000,0.000000,1.568512,2.994048,0.936296 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031136,0.005664,0,0,0.000000,0.000000,0.000000,1.699904,3.147578,0.938250 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030784,0.005696,0,0,0.000000,0.000000,0.000000,1.621280,3.320643,1.004044 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030464,0.005664,0,0,0.000000,0.000000,0.000000,2.034144,3.438677,0.936156 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030496,0.005920,0,0,0.000000,0.000000,0.000000,1.546080,3.435330,0.911710 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031232,0.005600,0,0,0.000000,0.000000,0.000000,1.695040,3.731870,1.537069 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030880,0.005664,0,0,0.000000,0.000000,0.000000,1.618272,3.586365,0.877585 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030624,0.005664,0,0,0.000000,0.000000,0.000000,2.042592,3.338778,0.807674 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-000_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-000_run-2.csv new file mode 100644 index 0000000..a34c37b --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-000_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031360,0.004864,0,0,0.000000,0.000000,0.000000,2.034176,3.409341,0.855103 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030912,0.005664,0,0,0.000000,0.000000,0.000000,1.969760,3.623576,0.910568 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030464,0.005632,0,0,0.000000,0.000000,0.000000,1.750848,3.142227,0.810669 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031648,0.005664,0,0,0.000000,0.000000,0.000000,1.536032,3.019094,0.857878 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030304,0.005824,0,0,0.000000,0.000000,0.000000,1.429920,2.657783,0.861755 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031264,0.006688,0,0,0.000000,0.000000,0.000000,1.907232,3.098925,0.872576 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031168,0.005696,0,0,0.000000,0.000000,0.000000,2.047616,3.845854,0.922540 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031456,0.017056,0,0,0.000000,0.000000,0.000000,2.012288,3.352914,0.972144 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031008,0.005504,0,0,0.000000,0.000000,0.000000,2.053152,3.381990,0.840606 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031232,0.005664,0,0,0.000000,0.000000,0.000000,1.434880,2.695404,0.902422 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030720,0.005632,0,0,0.000000,0.000000,0.000000,2.567488,3.825676,0.801452 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030464,0.005760,0,0,0.000000,0.000000,0.000000,1.433408,2.748414,1.018120 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031040,0.005664,0,0,0.000000,0.000000,0.000000,1.986400,3.343497,0.845285 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030560,0.005728,0,0,0.000000,0.000000,0.000000,1.420224,2.728937,0.884248 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030880,0.005088,0,0,0.000000,0.000000,0.000000,1.540992,2.917112,0.871755 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030848,0.005728,0,0,0.000000,0.000000,0.000000,1.642016,2.939585,0.822111 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031072,0.005024,0,0,0.000000,0.000000,0.000000,1.973568,3.189006,0.910588 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031104,0.005632,0,0,0.000000,0.000000,0.000000,1.776096,3.121488,0.809157 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031584,0.005696,0,0,0.000000,0.000000,0.000000,1.989600,3.384084,1.033910 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030944,0.005856,0,0,0.000000,0.000000,0.000000,1.759424,3.150032,0.844162 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031456,0.005664,0,0,0.000000,0.000000,0.000000,1.429536,2.603331,0.876423 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030912,0.005664,0,0,0.000000,0.000000,0.000000,1.847744,3.191841,0.873548 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030624,0.005024,0,0,0.000000,0.000000,0.000000,1.416384,2.629369,0.865783 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031040,0.004992,0,0,0.000000,0.000000,0.000000,1.537760,3.104927,0.793948 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029824,0.005632,0,0,0.000000,0.000000,0.000000,1.430016,2.591538,0.799778 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031328,0.004832,0,0,0.000000,0.000000,0.000000,1.981760,3.239711,0.907351 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030880,0.004992,0,0,0.000000,0.000000,0.000000,1.652640,3.466890,1.129681 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031264,0.005504,0,0,0.000000,0.000000,0.000000,1.983744,3.437865,0.942648 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031040,0.005568,0,0,0.000000,0.000000,0.000000,1.417440,2.875834,0.947267 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030112,0.005632,0,0,0.000000,0.000000,0.000000,1.430752,2.825830,0.951395 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-000_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-000_run-3.csv new file mode 100644 index 0000000..063d9e7 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-000_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030752,0.005728,0,0,0.000000,0.000000,0.000000,1.427392,2.746851,0.880120 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030272,0.005696,0,0,0.000000,0.000000,0.000000,1.968384,3.383984,0.999094 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031040,0.004896,0,0,0.000000,0.000000,0.000000,1.436288,2.845177,0.938320 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031648,0.004896,0,0,0.000000,0.000000,0.000000,1.977120,3.377451,0.906711 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030848,0.005856,0,0,0.000000,0.000000,0.000000,1.426272,2.888418,1.008803 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030944,0.005344,0,0,0.000000,0.000000,0.000000,1.417088,2.674445,0.846237 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030656,0.005696,0,0,0.000000,0.000000,0.000000,1.983872,3.513879,0.830125 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031392,0.005344,0,0,0.000000,0.000000,0.000000,1.420608,2.679935,0.886062 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030976,0.004960,0,0,0.000000,0.000000,0.000000,1.534976,2.887527,0.887053 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030560,0.005696,0,0,0.000000,0.000000,0.000000,1.450912,2.766599,0.933060 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030144,0.005248,0,0,0.000000,0.000000,0.000000,1.980608,3.342786,0.998523 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031296,0.005504,0,0,0.000000,0.000000,0.000000,1.788192,3.179848,0.863990 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031328,0.005728,0,0,0.000000,0.000000,0.000000,1.968192,3.279857,0.949311 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030880,0.005696,0,0,0.000000,0.000000,0.000000,1.760608,3.120927,0.890379 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031424,0.005536,0,0,0.000000,0.000000,0.000000,1.419296,2.600546,0.943910 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031072,0.005184,0,0,0.000000,0.000000,0.000000,1.835840,3.292140,0.928772 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031040,0.005600,0,0,0.000000,0.000000,0.000000,1.428000,2.656581,0.823854 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030048,0.005664,0,0,0.000000,0.000000,0.000000,1.817408,3.670554,0.844934 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030912,0.005920,0,0,0.000000,0.000000,0.000000,1.655520,3.522034,1.274905 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030464,0.005760,0,0,0.000000,0.000000,0.000000,1.532800,3.300355,1.191007 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030016,0.005696,0,0,0.000000,0.000000,0.000000,1.440672,3.180300,1.217376 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031168,0.005216,0,0,0.000000,0.000000,0.000000,1.817824,4.004423,1.233267 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030144,0.005696,0,0,0.000000,0.000000,0.000000,1.662304,3.548874,1.218759 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.029952,0.005696,0,0,0.000000,0.000000,0.000000,1.814592,3.670283,1.211826 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030400,0.005152,0,0,0.000000,0.000000,0.000000,1.659872,3.464986,1.190486 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031008,0.004832,0,0,0.000000,0.000000,0.000000,1.677952,3.435531,1.161631 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031008,0.005632,0,0,0.000000,0.000000,0.000000,1.668448,3.505632,1.172651 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.030784,0.005792,0,0,0.000000,0.000000,0.000000,1.681984,3.490524,1.248605 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031136,0.009632,0,0,0.000000,0.000000,0.000000,1.743200,3.455628,1.206666 +0,on,gpu-occlusion,gpu-occlusion,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,0,0,0,0,0,0,0,2,104291664,0.031040,0.005888,0,0,0.000000,0.000000,0.000000,1.680768,3.415392,1.190245 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-004_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-004_run-1.csv new file mode 100644 index 0000000..64d992b --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-004_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121696,0.004800,0,0,0.000000,0.016864,0.016864,1.521568,3.033663,0.998894 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121888,0.005760,0,0,0.000000,0.017728,0.017728,1.522848,3.152055,0.954070 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121376,0.005568,0,0,0.000000,0.017024,0.017024,1.677728,3.275348,0.902462 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122400,0.005664,0,0,0.000000,0.017792,0.017792,1.784896,3.335853,1.039851 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.120928,0.004832,0,0,0.000000,0.016736,0.016736,1.642368,3.147316,0.924874 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.145152,0.005568,0,0,0.000000,0.017440,0.017440,2.138720,3.578581,0.897183 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.120736,0.005760,0,0,0.000000,0.018432,0.018432,1.655392,3.256543,0.884719 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.140704,0.005632,0,0,0.000000,0.017504,0.017504,1.800864,3.289425,0.958208 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121600,0.005696,0,0,0.000000,0.017312,0.017312,1.700256,3.810578,0.930115 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.120608,0.005056,0,0,0.000000,0.017664,0.017664,1.787072,3.605531,1.174245 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122080,0.005952,0,0,0.000000,0.017696,0.017696,1.699328,3.919013,1.215092 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121888,0.005568,0,0,0.000000,0.017024,0.017024,2.124640,3.694088,0.985199 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121248,0.005472,0,0,0.000000,0.018048,0.018048,1.531392,2.874012,0.871494 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122112,0.005920,0,0,0.000000,0.017536,0.017536,1.788224,3.266972,0.957906 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.120192,0.005632,0,0,0.000000,0.018112,0.018112,1.727008,3.394183,0.994856 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.140064,0.004704,0,0,0.000000,0.016864,0.016864,2.150016,3.688187,0.941376 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.120736,0.004896,0,0,0.000000,0.018208,0.018208,2.372352,3.851435,0.875151 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121728,0.005664,0,0,0.000000,0.017984,0.017984,1.523328,2.833214,0.856386 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.120704,0.005184,0,0,0.000000,0.017568,0.017568,1.660000,3.142838,0.963037 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121664,0.005984,0,0,0.000000,0.017152,0.017152,1.820800,3.347634,1.001369 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121152,0.005632,0,0,0.000000,0.016768,0.016768,1.729952,3.176952,0.913053 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121248,0.005696,0,0,0.000000,0.017984,0.017984,2.142112,3.556319,0.911820 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121888,0.004864,0,0,0.000000,0.017440,0.017440,1.724992,3.289766,0.988375 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122464,0.005568,0,0,0.000000,0.016544,0.016544,2.147104,3.745815,1.035143 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121504,0.005696,0,0,0.000000,0.016928,0.016928,1.722464,3.231125,0.939752 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121216,0.005120,0,0,0.000000,0.016800,0.016800,2.147712,3.557320,0.907692 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122080,0.005792,0,0,0.000000,0.017760,0.017760,1.725952,3.189376,0.922860 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121024,0.005152,0,0,0.000000,0.016640,0.016640,1.538848,3.180459,1.142866 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122880,0.005696,0,0,0.000000,0.016928,0.016928,2.087424,3.598468,0.915186 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121696,0.005440,0,0,0.000000,0.016896,0.016896,1.553984,2.864172,0.873968 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-004_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-004_run-2.csv new file mode 100644 index 0000000..f89f7c2 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-004_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122496,0.005056,0,0,0.000000,0.018016,0.018016,1.639872,3.209103,1.050571 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.123264,0.005728,0,0,0.000000,0.017056,0.017056,1.669632,3.239130,0.976742 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121632,0.004928,0,0,0.000000,0.018336,0.018336,1.685408,3.642911,1.145871 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.120864,0.005120,0,0,0.000000,0.017536,0.017536,1.869888,3.472881,0.966584 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121600,0.005120,0,0,0.000000,0.018432,0.018432,1.692608,3.305174,1.053667 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122016,0.005248,0,0,0.000000,0.018080,0.018080,1.859968,3.478631,0.935644 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121920,0.005824,0,0,0.000000,0.018432,0.018432,1.642816,3.382380,1.003072 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122816,0.004768,0,0,0.000000,0.017824,0.017824,1.734176,3.291999,1.028620 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122592,0.005792,0,0,0.000000,0.017824,0.017824,1.711936,3.663601,0.944922 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121952,0.005504,0,0,0.000000,0.018240,0.018240,1.819776,3.496055,0.994035 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121568,0.005824,0,0,0.000000,0.018432,0.018432,1.717344,3.226556,0.951344 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121184,0.005728,0,0,0.000000,0.016480,0.016480,1.761568,3.428878,0.991420 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122176,0.005760,0,0,0.000000,0.017056,0.017056,1.684128,3.591775,1.095056 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121120,0.005760,0,0,0.000000,0.016736,0.016736,1.860480,3.393781,0.908043 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.123072,0.004928,0,0,0.000000,0.017504,0.017504,1.694016,3.398992,1.053848 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121568,0.005760,0,0,0.000000,0.026528,0.026528,1.890048,3.489773,0.983024 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122240,0.005920,0,0,0.000000,0.016832,0.016832,1.717792,3.359877,1.031385 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122144,0.005728,0,0,0.000000,0.017568,0.017568,1.867840,3.346312,0.879950 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122400,0.006048,0,0,0.000000,0.017248,0.017248,1.526944,2.775235,0.924814 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122208,0.005760,0,0,0.000000,0.024288,0.024288,1.815104,3.041086,0.825728 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121920,0.005824,0,0,0.000000,0.018112,0.018112,2.093696,3.534918,1.027308 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121952,0.004704,0,0,0.000000,0.018048,0.018048,2.142272,3.604459,0.859952 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122464,0.005696,0,0,0.000000,0.017920,0.017920,2.095584,3.432154,0.956334 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121184,0.005888,0,0,0.000000,0.016512,0.016512,2.141152,3.582568,0.833522 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.123552,0.005696,0,0,0.000000,0.017152,0.017152,2.090208,3.526512,1.032598 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122144,0.005952,0,0,0.000000,0.017984,0.017984,1.858560,3.642911,0.971763 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122976,0.005664,0,0,0.000000,0.017280,0.017280,2.076704,3.736168,1.060420 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.123136,0.005536,0,0,0.000000,0.017248,0.017248,1.822176,3.458344,0.962055 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122208,0.005760,0,0,0.000000,0.018272,0.018272,1.687360,3.745805,1.101327 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121248,0.005120,0,0,0.000000,0.016704,0.016704,1.819424,3.476908,0.975941 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-004_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-004_run-3.csv new file mode 100644 index 0000000..4dfef00 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-004_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122656,0.004736,0,0,0.000000,0.017536,0.017536,1.883168,3.317177,0.915376 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122944,0.004896,0,0,0.000000,0.017856,0.017856,1.791680,3.382681,1.030954 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122944,0.005952,0,0,0.000000,0.017120,0.017120,1.535648,2.857390,0.885300 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121472,0.005632,0,0,0.000000,0.018112,0.018112,1.689696,3.117711,0.917891 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122272,0.005696,0,0,0.000000,0.016800,0.016800,1.872256,3.328810,0.901110 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122432,0.005824,0,0,0.000000,0.018304,0.018304,1.693696,3.662859,0.952256 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122208,0.005632,0,0,0.000000,0.017696,0.017696,1.878016,3.723113,0.881673 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122912,0.004736,0,0,0.000000,0.017888,0.017888,1.642400,3.068468,0.851877 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.123264,0.005056,0,0,0.000000,0.017056,0.017056,1.547392,2.874322,0.878968 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122048,0.006080,0,0,0.000000,0.016448,0.016448,2.080448,3.455618,0.966523 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122592,0.004992,0,0,0.000000,0.017920,0.017920,1.825056,3.457322,0.963197 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.123936,0.005824,0,0,0.000000,0.016896,0.016896,2.087040,3.725097,1.046815 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122624,0.005664,0,0,0.000000,0.018112,0.018112,1.876640,3.469525,1.022018 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.123808,0.005984,0,0,0.000000,0.017888,0.017888,1.711296,3.827981,1.036766 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121952,0.004992,0,0,0.000000,0.018432,0.018432,1.866624,3.543234,1.022568 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122688,0.005248,0,0,0.000000,0.016640,0.016640,1.716992,3.349588,1.064739 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121856,0.005696,0,0,0.000000,0.017280,0.017280,1.906272,3.469945,1.033760 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122112,0.005664,0,0,0.000000,0.018144,0.018144,1.693312,3.290116,1.015847 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121984,0.017504,0,0,0.000000,0.017632,0.017632,1.858944,3.590813,0.972344 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.123232,0.005632,0,0,0.000000,0.017312,0.017312,2.072448,3.719827,0.962366 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.123904,0.005504,0,0,0.000000,0.017888,0.017888,1.850752,3.556549,0.953949 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121984,0.005952,0,0,0.000000,0.018272,0.018272,1.642016,3.227798,1.016828 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.147328,0.005600,0,0,0.000000,0.016928,0.016928,1.717728,3.286680,1.060170 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122464,0.004832,0,0,0.000000,0.017952,0.017952,2.045760,3.776374,0.939081 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122560,0.005664,0,0,0.000000,0.017184,0.017184,1.868352,3.582919,0.943760 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.123200,0.005120,0,0,0.000000,0.017088,0.017088,1.794208,3.235513,0.888707 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122208,0.005696,0,0,0.000000,0.018112,0.018112,1.545504,3.167105,0.958278 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121792,0.006016,0,0,0.000000,0.017344,0.017344,2.046720,3.592156,0.976271 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.122912,0.005696,0,0,0.000000,0.017408,0.017408,1.901792,3.347164,0.912220 +4,on,gpu-occlusion,gpu-occlusion,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,4,0,24,12,12,12,12,34,104318976,0.121824,0.005408,0,0,0.000000,0.018176,0.018176,1.641152,3.067837,0.874319 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-016_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-016_run-1.csv new file mode 100644 index 0000000..058f246 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-016_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302176,0.005248,0,0,0.000000,0.018176,0.018176,1.970624,3.475395,0.905799 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.301408,0.005728,0,0,0.000000,0.016704,0.016704,1.852288,3.280888,0.924074 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.314912,0.005728,0,0,0.000000,0.017504,0.017504,1.980608,3.430461,0.935144 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302112,0.005376,0,0,0.000000,0.017280,0.017280,1.834016,3.468172,1.110495 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.311872,0.005248,0,0,0.000000,0.018144,0.018144,2.202560,3.597506,0.859361 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303200,0.005696,0,0,0.000000,0.016928,0.016928,1.836256,3.308551,0.945213 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302176,0.005664,0,0,0.000000,0.018016,0.018016,1.960224,3.670324,0.853590 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302208,0.005792,0,0,0.000000,0.018112,0.018112,1.857216,3.260611,0.903294 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.301440,0.005696,0,0,0.000000,0.018112,0.018112,2.194528,3.663731,0.910378 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.301600,0.005056,0,0,0.000000,0.017216,0.017216,1.715616,3.117711,0.932619 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.301824,0.004736,0,0,0.000000,0.016736,0.016736,1.969440,3.356831,0.861174 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.299424,0.004992,0,0,0.000000,0.016672,0.016672,1.846112,3.349338,0.903554 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.310752,0.005824,0,0,0.000000,0.017568,0.017568,2.203168,3.603147,0.869590 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.301024,0.005856,0,0,0.000000,0.017280,0.017280,1.851584,3.349057,0.896882 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.306560,0.005696,0,0,0.000000,0.018112,0.018112,2.136032,3.595743,0.865613 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.301312,0.005760,0,0,0.000000,0.017184,0.017184,1.707776,3.078628,0.880080 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.301824,0.005024,0,0,0.000000,0.018272,0.018272,2.168864,3.574202,0.866274 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303584,0.005696,0,0,0.000000,0.018176,0.018176,1.824832,3.751797,1.013602 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302752,0.005408,0,0,0.000000,0.020704,0.020704,2.001824,3.436623,0.920346 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.300640,0.005056,0,0,0.000000,0.018048,0.018048,1.856896,3.409792,0.917430 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302464,0.005696,0,0,0.000000,0.017600,0.017600,2.001152,3.694850,1.148366 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302624,0.005792,0,0,0.000000,0.017888,0.017888,1.824416,3.771454,1.110675 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304384,0.005696,0,0,0.000000,0.017952,0.017952,1.970208,3.453385,0.896471 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.300992,0.005728,0,0,0.000000,0.017760,0.017760,1.842944,3.476648,1.009665 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302656,0.005856,0,0,0.000000,0.017504,0.017504,1.968224,3.525660,0.996710 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.301696,0.005856,0,0,0.000000,0.018080,0.018080,1.729376,3.122199,0.963728 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302464,0.005248,0,0,0.000000,0.018080,0.018080,1.970176,3.362162,0.860383 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.300320,0.005824,0,0,0.000000,0.018176,0.018176,1.845920,3.288613,0.920857 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.301600,0.005664,0,0,0.000000,0.016736,0.016736,1.968768,3.340722,0.856315 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302816,0.005920,0,0,0.000000,0.017792,0.017792,1.717568,3.133240,0.964780 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-016_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-016_run-2.csv new file mode 100644 index 0000000..624f93b --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-016_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.305408,0.004864,0,0,0.000000,0.017184,0.017184,1.705920,3.039123,0.859802 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304480,0.005728,0,0,0.000000,0.017056,0.017056,1.821856,3.691723,0.886643 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.305376,0.005728,0,0,0.000000,0.017376,0.017376,1.706560,3.256503,0.958358 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303712,0.005824,0,0,0.000000,0.018240,0.018240,1.862240,4.101276,1.274194 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304608,0.004960,0,0,0.000000,0.017312,0.017312,2.036928,3.464325,0.857487 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303456,0.005984,0,0,0.000000,0.017024,0.017024,1.844928,3.280899,0.878057 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304544,0.005024,0,0,0.000000,0.018432,0.018432,1.704288,3.087574,0.804407 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303136,0.005760,0,0,0.000000,0.018240,0.018240,1.864544,3.313460,0.890580 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304640,0.005792,0,0,0.000000,0.018272,0.018272,2.000832,3.476848,0.810940 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304288,0.005696,0,0,0.000000,0.024256,0.024256,1.886912,3.362222,0.894237 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303520,0.004960,0,0,0.000000,0.017152,0.017152,1.848512,3.360469,0.849773 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304448,0.005728,0,0,0.000000,0.018304,0.018304,1.862656,3.764791,0.941677 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304928,0.005728,0,0,0.000000,0.017632,0.017632,1.705792,3.110156,0.883767 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.305696,0.005344,0,0,0.000000,0.018112,0.018112,1.823840,3.994185,0.930075 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303776,0.005568,0,0,0.000000,0.018432,0.018432,1.999680,3.505272,0.918643 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303264,0.006016,0,0,0.000000,0.017216,0.017216,1.843008,3.426994,0.883577 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303872,0.005632,0,0,0.000000,0.018432,0.018432,1.853600,3.261382,0.862006 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303104,0.005472,0,0,0.000000,0.018016,0.018016,1.818976,3.302660,0.884689 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.318720,0.005696,0,0,0.000000,0.018336,0.018336,1.719872,3.100679,0.861786 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.315328,0.005408,0,0,0.000000,0.017056,0.017056,1.875584,3.483892,0.968157 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.305504,0.005344,0,0,0.000000,0.018432,0.018432,1.854112,3.848069,0.841989 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304256,0.005824,0,0,0.000000,0.018080,0.018080,1.821920,3.284546,0.900739 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303840,0.005664,0,0,0.000000,0.018432,0.018432,1.704128,3.294495,0.878908 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.301600,0.005728,0,0,0.000000,0.017088,0.017088,1.868896,3.683960,1.084206 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302976,0.005760,0,0,0.000000,0.018080,0.018080,1.981568,3.694850,0.889749 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304192,0.005760,0,0,0.000000,0.017952,0.017952,1.819648,3.385526,1.009935 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303040,0.004736,0,0,0.000000,0.018240,0.018240,1.913120,3.480936,0.884418 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303584,0.005504,0,0,0.000000,0.017408,0.017408,1.819872,3.350430,0.985178 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303072,0.005440,0,0,0.000000,0.016736,0.016736,1.914080,3.344248,0.828633 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302944,0.005568,0,0,0.000000,0.017920,0.017920,1.819872,3.414040,1.038299 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-016_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-016_run-3.csv new file mode 100644 index 0000000..8f119b5 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-016_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303968,0.005696,0,0,0.000000,0.018304,0.018304,1.817344,3.479483,0.992823 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303168,0.005824,0,0,0.000000,0.016928,0.016928,1.851584,3.410493,0.897834 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303616,0.005792,0,0,0.000000,0.017408,0.017408,1.822048,3.289756,0.916749 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303520,0.005824,0,0,0.000000,0.016864,0.016864,1.718496,3.067466,0.870973 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302944,0.005472,0,0,0.000000,0.017728,0.017728,1.881696,3.403611,0.956725 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302816,0.005120,0,0,0.000000,0.017856,0.017856,2.041152,3.550277,0.870182 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303264,0.005664,0,0,0.000000,0.017312,0.017312,1.822464,3.475496,0.918603 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303040,0.005760,0,0,0.000000,0.017920,0.017920,1.719392,3.189797,0.934753 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303264,0.005632,0,0,0.000000,0.017312,0.017312,1.860800,3.837358,1.058888 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303392,0.005920,0,0,0.000000,0.016608,0.016608,2.051232,3.635117,0.932008 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303712,0.005696,0,0,0.000000,0.018272,0.018272,2.123392,3.816319,0.955192 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.302592,0.005728,0,0,0.000000,0.017952,0.017952,1.717952,3.670313,1.298840 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.305056,0.005984,0,0,0.000000,0.017024,0.017024,2.118208,4.021776,1.130783 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303456,0.006112,0,0,0.000000,0.018432,0.018432,2.274496,4.150138,1.130843 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304928,0.005824,0,0,0.000000,0.017920,0.017920,1.718688,3.550377,1.209411 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303840,0.005504,0,0,0.000000,0.017696,0.017696,2.383744,4.198680,1.122858 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.308544,0.005152,0,0,0.000000,0.017920,0.017920,2.002880,3.908994,1.104443 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303488,0.005664,0,0,0.000000,0.018432,0.018432,2.096096,3.959219,1.163765 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303264,0.005088,0,0,0.000000,0.017536,0.017536,1.860160,3.612945,1.118880 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.303808,0.005088,0,0,0.000000,0.017408,0.017408,2.121344,3.898363,1.095477 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.310976,0.005728,0,0,0.000000,0.017952,0.017952,1.713856,3.436563,1.096088 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304800,0.004992,0,0,0.000000,0.017856,0.017856,1.706816,3.633845,1.082923 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.313920,0.005024,0,0,0.000000,0.018272,0.018272,1.858080,3.534858,1.075759 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.305536,0.006048,0,0,0.000000,0.018272,0.018272,1.971072,3.797924,1.119001 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.306272,0.005792,0,0,0.000000,0.018144,0.018144,2.264288,4.187649,1.160689 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304928,0.005728,0,0,0.000000,0.017920,0.017920,1.718240,3.518056,1.168283 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304864,0.004832,0,0,0.000000,0.018432,0.018432,1.875648,4.230720,0.959119 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.312928,0.006080,0,0,0.000000,0.017824,0.017824,1.736288,3.258316,0.988785 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304704,0.005760,0,0,0.000000,0.017952,0.017952,2.031936,3.774159,1.137045 +16,on,gpu-occlusion,gpu-occlusion,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,16,0,96,12,84,84,12,36,104319936,0.304832,0.005248,0,0,0.000000,0.017792,0.017792,2.073440,3.928320,1.222296 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-032_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-032_run-1.csv new file mode 100644 index 0000000..a5ec90a --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-032_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.565824,0.005728,0,0,0.000000,0.018464,0.018464,2.698112,4.254636,0.974629 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.565280,0.005312,0,0,0.000000,0.017504,0.017504,1.988800,3.351061,0.868338 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.566816,0.004992,0,0,0.000000,0.018144,0.018144,2.525920,4.075157,1.004204 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.575104,0.005280,0,0,0.000000,0.018432,0.018432,2.565184,3.985618,0.849012 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.567072,0.004832,0,0,0.000000,0.018080,0.018080,2.109440,3.536801,0.893605 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.565664,0.005184,0,0,0.000000,0.018368,0.018368,2.231328,3.728653,0.909656 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.566880,0.005312,0,0,0.000000,0.018144,0.018144,1.967904,3.580544,0.903374 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.566656,0.005664,0,0,0.000000,0.017888,0.017888,1.967872,3.791201,1.158956 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568544,0.005664,0,0,0.000000,0.018432,0.018432,2.158912,4.050150,1.200915 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.565664,0.006208,0,0,0.000000,0.018432,0.018432,2.300128,3.827980,0.937048 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.564160,0.005696,0,0,0.000000,0.018432,0.018432,2.120640,4.011577,1.254376 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.565280,0.004864,0,0,0.000000,0.017664,0.017664,2.851776,4.732396,1.159858 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.566624,0.005664,0,0,0.000000,0.018208,0.018208,2.292096,4.354594,1.319880 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.564064,0.005216,0,0,0.000000,0.018336,0.018336,1.979968,3.933831,1.158455 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.562304,0.005888,0,0,0.000000,0.017088,0.017088,2.859072,4.691490,1.142715 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569120,0.005600,0,0,0.000000,0.018400,0.018400,2.462720,4.433633,1.178223 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.565984,0.004928,0,0,0.000000,0.018400,0.018400,2.105344,4.133658,1.180246 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.564000,0.005728,0,0,0.000000,0.018272,0.018272,1.974112,3.918772,1.294251 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.561952,0.004992,0,0,0.000000,0.018016,0.018016,1.980864,3.980970,1.246732 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.567104,0.004992,0,0,0.000000,0.017984,0.017984,2.525856,4.402645,1.165779 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.565408,0.005760,0,0,0.000000,0.031776,0.031776,2.480832,4.514646,1.242694 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.564544,0.004928,0,0,0.000000,0.018016,0.018016,1.966368,3.958076,1.151502 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.564128,0.005056,0,0,0.000000,0.018368,0.018368,2.511840,4.559651,1.249597 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.565024,0.005664,0,0,0.000000,0.018432,0.018432,2.476864,4.425919,1.177781 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.566400,0.005728,0,0,0.000000,0.018304,0.018304,2.082528,3.978033,1.145641 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.564384,0.005696,0,0,0.000000,0.017984,0.017984,1.965088,3.845293,1.138818 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.562752,0.005664,0,0,0.000000,0.018016,0.018016,1.964832,3.817692,1.141032 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.565728,0.005664,0,0,0.000000,0.018432,0.018432,2.515488,4.443692,1.153776 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.564032,0.005120,0,0,0.000000,0.018624,0.018624,2.592800,4.458921,1.141925 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.567840,0.005056,0,0,0.000000,0.017472,0.017472,2.080480,4.024051,1.171490 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-032_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-032_run-2.csv new file mode 100644 index 0000000..21f7e12 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-032_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.571744,0.005024,0,0,0.000000,0.018400,0.018400,2.247648,3.727572,0.884589 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570496,0.005760,0,0,0.000000,0.018208,0.018208,2.544960,4.019001,0.931246 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569792,0.005728,0,0,0.000000,0.017376,0.017376,2.604736,4.011016,0.883918 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.571520,0.006048,0,0,0.000000,0.018336,0.018336,2.521472,3.929773,0.960411 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.572736,0.005824,0,0,0.000000,0.018176,0.018176,2.461760,3.924163,0.912611 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.573824,0.006112,0,0,0.000000,0.018368,0.018368,2.096800,3.659793,0.974549 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.573952,0.005856,0,0,0.000000,0.018304,0.018304,1.998592,3.648352,0.973476 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568896,0.005728,0,0,0.000000,0.018240,0.018240,2.262016,3.801491,0.866004 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.571488,0.005472,0,0,0.000000,0.017312,0.017312,1.980800,3.408559,0.948669 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569952,0.005888,0,0,0.000000,0.017280,0.017280,2.545376,4.056071,0.880221 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.567904,0.005824,0,0,0.000000,0.017408,0.017408,1.982720,3.448465,0.979007 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570080,0.005568,0,0,0.000000,0.018272,0.018272,2.246528,3.800750,0.955413 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570080,0.005920,0,0,0.000000,0.018432,0.018432,2.521696,4.120412,1.012921 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568608,0.005984,0,0,0.000000,0.018720,0.018720,2.321504,4.746043,1.798041 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568960,0.005024,0,0,0.000000,0.018336,0.018336,2.080096,3.862817,1.141122 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568160,0.005760,0,0,0.000000,0.018368,0.018368,1.979168,3.431723,0.988104 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.567488,0.005760,0,0,0.000000,0.018336,0.018336,2.386208,3.845133,0.859030 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569408,0.006016,0,0,0.000000,0.017408,0.017408,1.983680,3.381138,0.948749 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568608,0.006080,0,0,0.000000,0.018464,0.018464,2.231040,3.880189,1.002290 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569504,0.017408,0,0,0.000000,0.018432,0.018432,2.539808,4.037406,0.940594 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569696,0.005440,0,0,0.000000,0.018432,0.018432,2.609952,4.025213,0.901881 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570048,0.005408,0,0,0.000000,0.018176,0.018176,2.532128,3.993253,1.024312 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570368,0.004992,0,0,0.000000,0.018432,0.018432,2.300160,3.714116,0.884959 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568544,0.005088,0,0,0.000000,0.018368,0.018368,2.085120,3.521502,0.883015 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.567616,0.005728,0,0,0.000000,0.026720,0.026720,2.006496,3.349178,0.908924 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.566688,0.005760,0,0,0.000000,0.017792,0.017792,2.079616,3.540508,0.902792 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568896,0.005760,0,0,0.000000,0.017824,0.017824,1.972992,3.490514,0.982002 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.567392,0.005760,0,0,0.000000,0.018272,0.018272,2.096832,3.517355,0.880721 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568352,0.005824,0,0,0.000000,0.018432,0.018432,1.972768,3.346472,0.929824 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.565856,0.005984,0,0,0.000000,0.016672,0.016672,2.106624,3.598318,0.851526 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-032_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-032_run-3.csv new file mode 100644 index 0000000..85205f6 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-032_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.567040,0.006112,0,0,0.000000,0.017696,0.017696,2.243296,3.727802,0.945744 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569184,0.005728,0,0,0.000000,0.018432,0.018432,2.690560,4.128538,0.890360 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.571840,0.005696,0,0,0.000000,0.018400,0.018400,2.008160,3.417175,0.889337 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569568,0.005664,0,0,0.000000,0.018432,0.018432,2.521312,4.018891,0.955893 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569152,0.005792,0,0,0.000000,0.018272,0.018272,1.983328,3.396026,0.930455 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569632,0.006016,0,0,0.000000,0.018432,0.018432,2.083776,4.007850,0.873597 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570336,0.005440,0,0,0.000000,0.018368,0.018368,2.176960,3.992040,0.944031 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569344,0.004960,0,0,0.000000,0.018432,0.018432,2.231744,3.852747,1.042717 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569184,0.005664,0,0,0.000000,0.017152,0.017152,2.115712,3.545729,0.897644 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570688,0.005984,0,0,0.000000,0.018144,0.018144,2.409024,3.942086,0.964299 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.569888,0.004832,0,0,0.000000,0.018240,0.018240,2.685024,4.132164,0.897453 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.566400,0.005696,0,0,0.000000,0.018400,0.018400,2.146208,3.671936,0.928130 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.566176,0.005376,0,0,0.000000,0.018176,0.018176,2.532800,4.112267,0.980379 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570496,0.005504,0,0,0.000000,0.018624,0.018624,1.988608,3.566477,1.021367 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570240,0.006176,0,0,0.000000,0.018432,0.018432,2.436288,4.421470,1.145471 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.571840,0.004896,0,0,0.000000,0.018432,0.018432,2.306784,3.765293,0.904396 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.571168,0.005312,0,0,0.000000,0.018432,0.018432,2.410720,3.985889,0.988545 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.572736,0.005696,0,0,0.000000,0.018560,0.018560,2.763072,4.374181,0.994906 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.573056,0.004704,0,0,0.000000,0.017792,0.017792,2.307296,3.828983,0.992633 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.572032,0.006016,0,0,0.000000,0.018432,0.018432,1.989024,3.311367,0.958047 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568544,0.005344,0,0,0.000000,0.018560,0.018560,1.980480,3.458424,0.963126 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568192,0.006016,0,0,0.000000,0.018368,0.018368,2.102528,4.020664,0.979928 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.573760,0.006208,0,0,0.000000,0.018464,0.018464,2.283872,3.835374,0.944311 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570144,0.005440,0,0,0.000000,0.018176,0.018176,2.572640,4.124991,0.966924 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.573280,0.005792,0,0,0.000000,0.018432,0.018432,1.984032,3.460137,0.967946 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.574656,0.005760,0,0,0.000000,0.018336,0.018336,2.234752,3.794288,0.966393 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570880,0.006080,0,0,0.000000,0.018240,0.018240,2.524608,4.177580,1.074436 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.570560,0.005344,0,0,0.000000,0.018400,0.018400,2.313312,4.151852,1.231754 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.568448,0.005728,0,0,0.000000,0.018208,0.018208,2.133728,4.089023,1.049449 +32,on,gpu-occlusion,gpu-occlusion,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,32,0,192,12,180,180,12,37,104321216,0.571008,0.005760,0,0,0.000000,0.018240,0.018240,2.207936,4.137024,1.206025 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-064_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-064_run-1.csv new file mode 100644 index 0000000..e161b2f --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-064_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.082080,0.005632,0,0,0.000000,0.017344,0.017344,3.424864,4.850760,0.998313 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.076448,0.005696,0,0,0.000000,0.018112,0.018112,3.241248,4.779345,0.913142 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.076896,0.005664,0,0,0.000000,0.018176,0.018176,2.823008,4.262049,0.895449 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.077376,0.005088,0,0,0.000000,0.017312,0.017312,3.271392,4.853395,0.988926 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.081312,0.005920,0,0,0.000000,0.017472,0.017472,3.058144,4.464702,0.919966 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.073472,0.004960,0,0,0.000000,0.018368,0.018368,2.934240,4.405059,0.848040 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.078272,0.005664,0,0,0.000000,0.017760,0.017760,3.261344,5.064804,1.044129 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.084544,0.004864,0,0,0.000000,0.018688,0.018688,3.680320,5.226929,0.934032 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.079264,0.006016,0,0,0.000000,0.018240,0.018240,2.824768,4.339085,0.872176 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.079456,0.005056,0,0,0.000000,0.018528,0.018528,3.282880,4.848165,0.980539 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.080928,0.004832,0,0,0.000000,0.018400,0.018400,3.669312,5.083248,0.877104 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.080000,0.005952,0,0,0.000000,0.018496,0.018496,3.343840,4.880816,0.875441 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.088160,0.005696,0,0,0.000000,0.018432,0.018432,3.267424,5.000052,1.115474 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.083936,0.005696,0,0,0.000000,0.018560,0.018560,3.287168,5.274469,1.331952 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.080448,0.005696,0,0,0.000000,0.018592,0.018592,3.804928,5.569957,0.957316 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.080960,0.005024,0,0,0.000000,0.018496,0.018496,3.108224,4.738398,0.935003 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.077952,0.004960,0,0,0.000000,0.018432,0.018432,2.921856,4.895154,1.371998 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.081600,0.005664,0,0,0.000000,0.018432,0.018432,3.273792,5.201592,1.054729 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.080992,0.005632,0,0,0.000000,0.017920,0.017920,3.119264,4.544282,0.876313 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.079808,0.005888,0,0,0.000000,0.018432,0.018432,3.208736,4.692361,0.856606 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.087008,0.005664,0,0,0.000000,0.017312,0.017312,3.650144,5.340143,1.134890 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.083424,0.005120,0,0,0.000000,0.017472,0.017472,3.912960,6.018583,1.394410 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.087712,0.005088,0,0,0.000000,0.018368,0.018368,4.121920,6.032399,1.033029 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.085984,0.005664,0,0,0.000000,0.018432,0.018432,3.379616,4.898280,0.860012 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.085248,0.004736,0,0,0.000000,0.018752,0.018752,3.223360,4.763626,0.960051 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.081440,0.005696,0,0,0.000000,0.019424,0.019424,3.488416,4.929498,0.875762 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.085248,0.004640,0,0,0.000000,0.018432,0.018432,3.253824,5.020309,1.118621 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.077824,0.005696,0,0,0.000000,0.018464,0.018464,2.843456,4.500319,0.875081 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.076256,0.005408,0,0,0.000000,0.018336,0.018336,3.274720,4.733148,0.909506 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.079136,0.005920,0,0,0.000000,0.018208,0.018208,3.783136,5.169762,0.872296 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-064_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-064_run-2.csv new file mode 100644 index 0000000..52ac2ad --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-064_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.086656,0.005696,0,0,0.000000,0.018208,0.018208,2.488192,4.073995,1.071772 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.081472,0.005760,0,0,0.000000,0.018400,0.018400,3.124992,4.458310,0.755826 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090656,0.005728,0,0,0.000000,0.018336,0.018336,3.316768,4.750872,0.984166 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.085824,0.005728,0,0,0.000000,0.026944,0.026944,2.801728,4.366998,0.891863 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.089536,0.004928,0,0,0.000000,0.018464,0.018464,3.421120,4.728149,0.750817 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090784,0.005696,0,0,0.000000,0.019296,0.019296,3.308672,4.680749,0.986351 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.093216,0.005536,0,0,0.000000,0.018528,0.018528,2.858144,4.574670,0.842078 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090240,0.005696,0,0,0.000000,0.018656,0.018656,3.411488,4.687802,0.719377 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.086752,0.005728,0,0,0.000000,0.018432,0.018432,3.302112,4.771621,1.059339 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090976,0.005472,0,0,0.000000,0.018464,0.018464,2.973728,4.352289,0.866956 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090112,0.005984,0,0,0.000000,0.018432,0.018432,3.128576,5.155986,1.403678 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.093408,0.005856,0,0,0.000000,0.018432,0.018432,3.293824,5.057290,0.972715 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.089696,0.005568,0,0,0.000000,0.018272,0.018272,3.514208,4.957031,0.876804 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.087168,0.005216,0,0,0.000000,0.019424,0.019424,3.377056,4.825803,0.906129 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090560,0.004864,0,0,0.000000,0.018688,0.018688,3.565344,4.934478,0.815518 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.095104,0.005120,0,0,0.000000,0.018112,0.018112,3.327392,4.669187,0.908434 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.088928,0.005664,0,0,0.000000,0.018592,0.018592,2.493312,4.172360,0.814236 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.086304,0.005728,0,0,0.000000,0.018432,0.018432,3.557440,4.814000,0.723916 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090432,0.005440,0,0,0.000000,0.018432,0.018432,3.062752,4.393457,0.913533 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090976,0.005952,0,0,0.000000,0.018368,0.018368,2.883680,4.766822,1.079596 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.088960,0.004928,0,0,0.000000,0.018272,0.018272,3.399776,5.094861,0.911099 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.089984,0.004864,0,0,0.000000,0.018560,0.018560,3.058432,4.567626,1.020225 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.093312,0.005696,0,0,0.000000,0.018464,0.018464,2.995360,4.538351,0.988625 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090752,0.005312,0,0,0.000000,0.019360,0.019360,3.116544,4.668776,0.949641 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.088960,0.005984,0,0,0.000000,0.018752,0.018752,3.313952,4.860959,1.117147 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090528,0.005696,0,0,0.000000,0.018816,0.018816,2.493664,4.167110,0.971192 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.082656,0.005760,0,0,0.000000,0.018592,0.018592,3.558560,5.184901,0.999616 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.087584,0.005664,0,0,0.000000,0.018240,0.018240,3.296320,4.922645,1.036304 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.091008,0.005984,0,0,0.000000,0.024128,0.024128,2.820096,4.431149,1.005807 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.086368,0.006080,0,0,0.000000,0.018624,0.018624,3.145088,4.584107,0.858109 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-064_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-064_run-3.csv new file mode 100644 index 0000000..19654fa --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-064_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090048,0.005632,0,0,0.000000,0.018432,0.018432,3.083008,4.411692,0.862988 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.088032,0.005696,0,0,0.000000,0.018432,0.018432,3.177280,4.651865,0.893796 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090528,0.004864,0,0,0.000000,0.018688,0.018688,3.047008,4.537579,0.951124 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.089888,0.005760,0,0,0.000000,0.018432,0.018432,2.828704,4.487815,1.005697 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.093280,0.005760,0,0,0.000000,0.017472,0.017472,3.178784,4.637017,0.886693 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.095776,0.005792,0,0,0.000000,0.018464,0.018464,3.628416,5.079502,0.870021 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.089600,0.005824,0,0,0.000000,0.019488,0.019488,2.796896,4.621788,0.938079 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.086400,0.005184,0,0,0.000000,0.018368,0.018368,3.064416,4.523803,0.894737 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.088512,0.005696,0,0,0.000000,0.018560,0.018560,3.754336,5.134515,0.841037 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.095008,0.006080,0,0,0.000000,0.018752,0.018752,2.986912,4.417132,0.917861 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.093216,0.005024,0,0,0.000000,0.018432,0.018432,3.381088,4.827306,0.899116 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.091776,0.005696,0,0,0.000000,0.018688,0.018688,3.301760,4.600999,0.891191 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.095456,0.005984,0,0,0.000000,0.018528,0.018528,3.430080,5.427207,1.158315 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.086400,0.005088,0,0,0.000000,0.019584,0.019584,2.989632,4.741213,1.133357 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.084320,0.005344,0,0,0.000000,0.018432,0.018432,2.919104,4.732437,1.153175 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.086336,0.005760,0,0,0.000000,0.018432,0.018432,3.389888,5.412760,1.171931 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.085952,0.005088,0,0,0.000000,0.018432,0.018432,3.253984,4.712759,0.976111 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.087872,0.005696,0,0,0.000000,0.018560,0.018560,3.261920,5.066237,1.168344 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.083712,0.005184,0,0,0.000000,0.018432,0.018432,3.282208,4.807990,0.988605 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.087680,0.006048,0,0,0.000000,0.018720,0.018720,2.490176,4.041794,0.975530 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.088192,0.005664,0,0,0.000000,0.017376,0.017376,3.264480,4.710566,0.969740 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.088192,0.005024,0,0,0.000000,0.018368,0.018368,3.293920,4.654360,0.861435 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.086880,0.005728,0,0,0.000000,0.018432,0.018432,2.500960,3.868106,0.893345 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.086656,0.004864,0,0,0.000000,0.018432,0.018432,3.502304,5.120379,0.935625 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.085664,0.005856,0,0,0.000000,0.019552,0.019552,3.286496,4.764257,0.919895 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.087232,0.005632,0,0,0.000000,0.019488,0.019488,2.807712,4.257190,0.952967 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.084896,0.005472,0,0,0.000000,0.018624,0.018624,3.247392,4.812548,1.115174 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.083424,0.005952,0,0,0.000000,0.018624,0.018624,3.926560,5.284488,0.936356 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.087648,0.005792,0,0,0.000000,0.018496,0.018496,3.438464,5.296511,1.290203 +64,on,gpu-occlusion,gpu-occlusion,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,64,0,384,12,372,372,12,37,104323776,1.090368,0.005824,0,0,0.000000,0.018496,0.018496,3.285856,4.676261,0.864069 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-128_run-1.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-128_run-1.csv new file mode 100644 index 0000000..069cb66 --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-128_run-1.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.087616,0.005728,0,0,0.000000,0.018624,0.018624,4.450976,6.043059,0.965671 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.093408,0.005728,0,0,0.000000,0.018944,0.018944,4.635424,6.635697,1.287278 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.096416,0.005856,0,0,0.000000,0.019936,0.019936,4.449152,6.333187,1.291496 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.097184,0.005248,0,0,0.000000,0.018560,0.018560,4.678848,6.669541,1.289642 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.103680,0.005152,0,0,0.000000,0.018432,0.018432,4.696320,6.331373,0.949982 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.099328,0.005280,0,0,0.000000,0.018656,0.018656,4.690784,6.661546,0.996199 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.092320,0.005792,0,0,0.000000,0.019712,0.019712,4.694112,6.839892,0.963026 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.097408,0.005024,0,0,0.000000,0.018656,0.018656,4.279680,5.909698,0.934653 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.090336,0.004896,0,0,0.000000,0.019808,0.019808,3.975360,5.484225,0.929524 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.091424,0.005920,0,0,0.000000,0.018816,0.018816,4.309728,5.934274,0.997422 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.095584,0.005760,0,0,0.000000,0.018432,0.018432,4.477696,6.086902,1.038429 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.095232,0.005216,0,0,0.000000,0.018432,0.018432,4.454528,6.110466,0.941897 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.090784,0.005792,0,0,0.000000,0.019296,0.019296,4.451168,6.307408,1.241722 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.087424,0.004736,0,0,0.000000,0.019712,0.019712,4.448672,6.104225,0.968527 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.094592,0.005728,0,0,0.000000,0.018528,0.018528,4.683840,6.657999,1.008793 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.097664,0.005280,0,0,0.000000,0.018784,0.018784,4.674016,6.606952,0.964960 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.102784,0.005760,0,0,0.000000,0.019744,0.019744,4.268000,5.874591,0.918472 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.089120,0.005728,0,0,0.000000,0.018528,0.018528,3.837216,5.342237,0.896201 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.088160,0.005696,0,0,0.000000,0.018752,0.018752,4.293408,6.112981,1.259346 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.092576,0.005760,0,0,0.000000,0.019744,0.019744,4.538144,6.609087,1.051273 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.092192,0.005248,0,0,0.000000,0.019488,0.019488,4.294208,6.536349,1.120113 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.085888,0.005728,0,0,0.000000,0.018432,0.018432,4.713312,6.425951,1.000778 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.095360,0.005728,0,0,0.000000,0.018432,0.018432,4.631488,6.474854,1.166511 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.084992,0.005696,0,0,0.000000,0.030912,0.030912,4.471136,6.788725,0.946234 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.096672,0.005760,0,0,0.000000,0.018432,0.018432,4.435904,6.117008,1.112949 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.098528,0.005728,0,0,0.000000,0.018464,0.018464,5.030016,6.637139,0.967134 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.087520,0.005504,0,0,0.000000,0.018976,0.018976,4.693088,6.316274,0.978696 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.089568,0.005728,0,0,0.000000,0.018464,0.018464,4.562784,6.478400,1.275736 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.080256,0.005792,0,0,0.000000,0.018752,0.018752,4.366560,6.165601,0.925165 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,1,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.087584,0.005888,0,0,0.000000,0.018432,0.018432,4.068000,5.600224,0.892313 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-128_run-2.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-128_run-2.csv new file mode 100644 index 0000000..a3210ce --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-128_run-2.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.123488,0.004832,0,0,0.000000,0.019712,0.019712,4.833728,6.402207,0.894999 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.117728,0.005760,0,0,0.000000,0.019072,0.019072,4.363808,5.903296,0.896461 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.109088,0.005760,0,0,0.000000,0.018336,0.018336,4.451392,5.980401,0.948749 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.118784,0.005824,0,0,0.000000,0.018624,0.018624,4.712832,6.288041,0.943490 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.118592,0.004864,0,0,0.000000,0.018944,0.018944,4.330656,5.757891,0.931077 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.116928,0.005536,0,0,0.000000,0.019104,0.019104,4.564384,6.117409,0.972074 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.110464,0.005728,0,0,0.000000,0.019040,0.019040,4.371456,6.500242,1.320771 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.110080,0.014592,0,0,0.000000,0.018624,0.018624,4.579424,6.765141,1.205875 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.118112,0.005728,0,0,0.000000,0.018816,0.018816,4.557376,6.753069,1.294362 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.110784,0.004992,0,0,0.000000,0.018560,0.018560,4.552256,6.838500,1.438493 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.110400,0.005760,0,0,0.000000,0.018784,0.018784,4.543616,6.923299,1.418105 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.109536,0.005792,0,0,0.000000,0.018528,0.018528,4.544480,6.844049,1.310873 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.100160,0.005888,0,0,0.000000,0.018592,0.018592,4.522368,6.904084,1.399149 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.102912,0.005856,0,0,0.000000,0.018944,0.018944,4.533280,6.834341,1.351029 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.104704,0.005792,0,0,0.000000,0.019040,0.019040,4.539200,6.627010,1.231193 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.107168,0.005152,0,0,0.000000,0.019616,0.019616,4.426784,6.698034,0.981761 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.107328,0.005440,0,0,0.000000,0.019712,0.019712,4.830208,6.401275,0.969138 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.106240,0.005760,0,0,0.000000,0.019264,0.019264,4.855872,6.704076,1.221404 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.110848,0.005344,0,0,0.000000,0.019008,0.019008,4.862496,6.850813,1.170979 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.109216,0.005952,0,0,0.000000,0.018432,0.018432,4.831520,6.825665,1.188923 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.100704,0.005792,0,0,0.000000,0.019744,0.019744,4.806784,7.020733,1.342682 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.105600,0.005440,0,0,0.000000,0.018432,0.018432,4.963744,6.723954,1.001219 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.102112,0.005824,0,0,0.000000,0.019808,0.019808,3.906624,5.583091,1.132436 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.106112,0.005792,0,0,0.000000,0.019168,0.019168,4.752864,6.555826,1.066902 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.103296,0.005536,0,0,0.000000,0.018624,0.018624,3.792384,5.350413,0.900869 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.113920,0.005472,0,0,0.000000,0.018432,0.018432,4.307968,5.722605,0.925235 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.105280,0.005824,0,0,0.000000,0.018816,0.018816,4.561760,6.055282,0.911980 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.110784,0.005760,0,0,0.000000,0.019008,0.019008,4.906400,7.020503,1.322885 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.104864,0.005824,0,0,0.000000,0.019328,0.019328,4.689984,6.609848,0.960932 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,2,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.102304,0.005568,0,0,0.000000,0.018592,0.018592,4.312512,6.118311,0.982062 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-128_run-3.csv b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-128_run-3.csv new file mode 100644 index 0000000..4d07a8a --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/raw/shadows-on_gpu-occlusion_lights-128_run-3.csv @@ -0,0 +1,31 @@ +light_count,shadows,visibility,effective_visibility,lighting_path,build_configuration,run_index,frame,device,driver,commit,width,height,validation_enabled,validation_errors,submitted_local_lights,omitted_local_lights,requested_local_shadow_faces,rendered_local_shadow_faces,dropped_shadow_faces,shadow_atlas_full_drops,shadow_tiles,draw_calls,gpu_bytes,gpu_main_raster_ms,gpu_post_raster_ms,gpu_post_visible,visibility_counters_valid,gpu_sun_shadow_ms,gpu_local_shadow_ms,gpu_shadow_ms,gpu_ms,cpu_ms,readback_cpu_ms +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,0,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.117248,0.006016,0,0,0.000000,0.018560,0.018560,3.973024,5.556221,0.876012 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,1,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.118688,0.005856,0,0,0.000000,0.018592,0.018592,4.499552,5.867077,0.867637 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,2,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.112000,0.005728,0,0,0.000000,0.018496,0.018496,4.709504,6.445248,0.881242 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,3,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.122752,0.005440,0,0,0.000000,0.018912,0.018912,3.938368,5.762581,0.949921 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,4,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.143072,0.005760,0,0,0.000000,0.018304,0.018304,4.806816,6.262634,0.864641 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,5,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.116544,0.005536,0,0,0.000000,0.018848,0.018848,4.309952,5.774483,0.871994 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,6,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.117216,0.005984,0,0,0.000000,0.024384,0.024384,4.094944,6.106299,1.153617 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,7,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.111520,0.005792,0,0,0.000000,0.019200,0.019200,4.562464,6.609096,1.123950 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,8,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.109024,0.006048,0,0,0.000000,0.018592,0.018592,4.555840,6.583769,1.124812 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,9,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.115968,0.005312,0,0,0.000000,0.019360,0.019360,4.002528,5.906171,1.140111 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,10,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.116736,0.005760,0,0,0.000000,0.019776,0.019776,4.464000,6.257644,1.095707 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,11,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.114080,0.005152,0,0,0.000000,0.019008,0.019008,4.285376,5.775945,0.810168 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,12,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.120384,0.005632,0,0,0.000000,0.018432,0.018432,4.313536,5.699902,0.932930 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,13,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.109184,0.005216,0,0,0.000000,0.019264,0.019264,4.498656,5.931148,0.869189 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,14,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.102368,0.005728,0,0,0.000000,0.019040,0.019040,4.297024,5.834285,0.934923 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,15,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.103616,0.005376,0,0,0.000000,0.018432,0.018432,4.374080,6.000168,0.956504 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,16,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.102848,0.005728,0,0,0.000000,0.018976,0.018976,3.986400,5.535011,0.842700 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,17,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.103040,0.005728,0,0,0.000000,0.019712,0.019712,4.465728,5.764784,0.855985 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,18,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.111008,0.005728,0,0,0.000000,0.018560,0.018560,4.695296,6.603235,0.923662 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,19,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.105120,0.005024,0,0,0.000000,0.018432,0.018432,4.297152,5.845376,1.094915 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,20,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.108224,0.005024,0,0,0.000000,0.018560,0.018560,4.317952,5.820168,0.865022 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,21,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.111648,0.005216,0,0,0.000000,0.018432,0.018432,4.308608,6.133270,1.016587 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,22,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.102720,0.005152,0,0,0.000000,0.019616,0.019616,4.427424,6.024173,0.942498 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,23,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.103264,0.005856,0,0,0.000000,0.018496,0.018496,4.548928,6.176561,0.944371 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,24,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.109952,0.005504,0,0,0.000000,0.018784,0.018784,3.995872,5.383595,0.841498 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,25,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.107232,0.005120,0,0,0.000000,0.018592,0.018592,4.559776,6.061233,0.921939 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,26,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.099520,0.005024,0,0,0.000000,0.017408,0.017408,4.292640,5.961285,1.221614 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,27,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.103936,0.005792,0,0,0.000000,0.019104,0.019104,4.582176,6.463983,1.226103 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,28,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.106752,0.005184,0,0,0.000000,0.019808,0.019808,4.948384,6.703054,1.146362 +128,on,gpu-occlusion,gpu-occlusion,forward,Release,3,29,"NVIDIA GeForce RTX 2080 Ti","NVIDIA-595.84","05906054cf5c4f6a9346ce0b4c507f256566e43e",1920,1080,0,0,128,0,768,12,756,756,12,40,104328896,2.112576,0.006432,0,0,0.000000,0.018432,0.018432,4.333312,5.942760,1.038028 diff --git a/docs/studies/data/p3-lighting-2026-09-24/forward/summary.json b/docs/studies/data/p3-lighting-2026-09-24/forward/summary.json new file mode 100644 index 0000000..4bcc9be --- /dev/null +++ b/docs/studies/data/p3-lighting-2026-09-24/forward/summary.json @@ -0,0 +1,3093 @@ +{ + "format": "faset.p3-lighting-benchmark", + "version": 1, + "commit": "05906054cf5c4f6a9346ce0b4c507f256566e43e", + "warmup_frames_per_run": 10, + "measured_frames_per_run": 30, + "width": 1920, + "height": 1080, + "validation": "off", + "driver": "NVIDIA-595.84", + "source_revision": "05906054cf5c4f6a9346ce0b4c507f256566e43e", + "source_root": "/home/emil/Desktop/.worktrees/Faset_Engine-p3-benchmark-release", + "source_dirty": false, + "benchmark_sha256": "946850c2354e848a72212a4f15292c8e5564747f4bc60e010a307904d38db8e3", + "device": "NVIDIA GeForce RTX 2080 Ti", + "lighting_path": "forward", + "validation_enabled": false, + "build_configuration": "Release", + "run_order": [ + "shadows-off_direct_lights-000_run-1.csv", + "shadows-off_direct_lights-032_run-1.csv", + "shadows-off_direct_lights-004_run-1.csv", + "shadows-off_direct_lights-064_run-1.csv", + "shadows-off_direct_lights-016_run-1.csv", + "shadows-off_direct_lights-128_run-1.csv", + "shadows-off_gpu-frustum_lights-000_run-1.csv", + "shadows-off_gpu-frustum_lights-032_run-1.csv", + "shadows-off_gpu-frustum_lights-004_run-1.csv", + "shadows-off_gpu-frustum_lights-064_run-1.csv", + "shadows-off_gpu-frustum_lights-016_run-1.csv", + "shadows-off_gpu-frustum_lights-128_run-1.csv", + "shadows-off_gpu-occlusion_lights-000_run-1.csv", + "shadows-off_gpu-occlusion_lights-032_run-1.csv", + "shadows-off_gpu-occlusion_lights-004_run-1.csv", + "shadows-off_gpu-occlusion_lights-064_run-1.csv", + "shadows-off_gpu-occlusion_lights-016_run-1.csv", + "shadows-off_gpu-occlusion_lights-128_run-1.csv", + "shadows-off_direct_lights-000_run-2.csv", + "shadows-off_direct_lights-032_run-2.csv", + "shadows-off_direct_lights-004_run-2.csv", + "shadows-off_direct_lights-064_run-2.csv", + "shadows-off_direct_lights-016_run-2.csv", + "shadows-off_direct_lights-128_run-2.csv", + "shadows-off_gpu-frustum_lights-000_run-2.csv", + "shadows-off_gpu-frustum_lights-032_run-2.csv", + "shadows-off_gpu-frustum_lights-004_run-2.csv", + "shadows-off_gpu-frustum_lights-064_run-2.csv", + "shadows-off_gpu-frustum_lights-016_run-2.csv", + "shadows-off_gpu-frustum_lights-128_run-2.csv", + "shadows-off_gpu-occlusion_lights-000_run-2.csv", + "shadows-off_gpu-occlusion_lights-032_run-2.csv", + "shadows-off_gpu-occlusion_lights-004_run-2.csv", + "shadows-off_gpu-occlusion_lights-064_run-2.csv", + "shadows-off_gpu-occlusion_lights-016_run-2.csv", + "shadows-off_gpu-occlusion_lights-128_run-2.csv", + "shadows-off_direct_lights-000_run-3.csv", + "shadows-off_direct_lights-032_run-3.csv", + "shadows-off_direct_lights-004_run-3.csv", + "shadows-off_direct_lights-064_run-3.csv", + "shadows-off_direct_lights-016_run-3.csv", + "shadows-off_direct_lights-128_run-3.csv", + "shadows-off_gpu-frustum_lights-000_run-3.csv", + "shadows-off_gpu-frustum_lights-032_run-3.csv", + "shadows-off_gpu-frustum_lights-004_run-3.csv", + "shadows-off_gpu-frustum_lights-064_run-3.csv", + "shadows-off_gpu-frustum_lights-016_run-3.csv", + "shadows-off_gpu-frustum_lights-128_run-3.csv", + "shadows-off_gpu-occlusion_lights-000_run-3.csv", + "shadows-off_gpu-occlusion_lights-032_run-3.csv", + "shadows-off_gpu-occlusion_lights-004_run-3.csv", + "shadows-off_gpu-occlusion_lights-064_run-3.csv", + "shadows-off_gpu-occlusion_lights-016_run-3.csv", + "shadows-off_gpu-occlusion_lights-128_run-3.csv", + "shadows-on_direct_lights-000_run-1.csv", + "shadows-on_direct_lights-032_run-1.csv", + "shadows-on_direct_lights-004_run-1.csv", + "shadows-on_direct_lights-064_run-1.csv", + "shadows-on_direct_lights-016_run-1.csv", + "shadows-on_direct_lights-128_run-1.csv", + "shadows-on_gpu-frustum_lights-000_run-1.csv", + "shadows-on_gpu-frustum_lights-032_run-1.csv", + "shadows-on_gpu-frustum_lights-004_run-1.csv", + "shadows-on_gpu-frustum_lights-064_run-1.csv", + "shadows-on_gpu-frustum_lights-016_run-1.csv", + "shadows-on_gpu-frustum_lights-128_run-1.csv", + "shadows-on_gpu-occlusion_lights-000_run-1.csv", + "shadows-on_gpu-occlusion_lights-032_run-1.csv", + "shadows-on_gpu-occlusion_lights-004_run-1.csv", + "shadows-on_gpu-occlusion_lights-064_run-1.csv", + "shadows-on_gpu-occlusion_lights-016_run-1.csv", + "shadows-on_gpu-occlusion_lights-128_run-1.csv", + "shadows-on_direct_lights-000_run-2.csv", + "shadows-on_direct_lights-032_run-2.csv", + "shadows-on_direct_lights-004_run-2.csv", + "shadows-on_direct_lights-064_run-2.csv", + "shadows-on_direct_lights-016_run-2.csv", + "shadows-on_direct_lights-128_run-2.csv", + "shadows-on_gpu-frustum_lights-000_run-2.csv", + "shadows-on_gpu-frustum_lights-032_run-2.csv", + "shadows-on_gpu-frustum_lights-004_run-2.csv", + "shadows-on_gpu-frustum_lights-064_run-2.csv", + "shadows-on_gpu-frustum_lights-016_run-2.csv", + "shadows-on_gpu-frustum_lights-128_run-2.csv", + "shadows-on_gpu-occlusion_lights-000_run-2.csv", + "shadows-on_gpu-occlusion_lights-032_run-2.csv", + "shadows-on_gpu-occlusion_lights-004_run-2.csv", + "shadows-on_gpu-occlusion_lights-064_run-2.csv", + "shadows-on_gpu-occlusion_lights-016_run-2.csv", + "shadows-on_gpu-occlusion_lights-128_run-2.csv", + "shadows-on_direct_lights-000_run-3.csv", + "shadows-on_direct_lights-032_run-3.csv", + "shadows-on_direct_lights-004_run-3.csv", + "shadows-on_direct_lights-064_run-3.csv", + "shadows-on_direct_lights-016_run-3.csv", + "shadows-on_direct_lights-128_run-3.csv", + "shadows-on_gpu-frustum_lights-000_run-3.csv", + "shadows-on_gpu-frustum_lights-032_run-3.csv", + "shadows-on_gpu-frustum_lights-004_run-3.csv", + "shadows-on_gpu-frustum_lights-064_run-3.csv", + "shadows-on_gpu-frustum_lights-016_run-3.csv", + "shadows-on_gpu-frustum_lights-128_run-3.csv", + "shadows-on_gpu-occlusion_lights-000_run-3.csv", + "shadows-on_gpu-occlusion_lights-032_run-3.csv", + "shadows-on_gpu-occlusion_lights-004_run-3.csv", + "shadows-on_gpu-occlusion_lights-064_run-3.csv", + "shadows-on_gpu-occlusion_lights-016_run-3.csv", + "shadows-on_gpu-occlusion_lights-128_run-3.csv" + ], + "runs_completed": 108, + "rows": 3240, + "configurations": [ + { + "shadows": "off", + "visibility": "direct", + "light_count": 0, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.041536000000000003, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.713152, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.2556665000000002, + "readback_cpu_ms": 0.9325345, + "forward_raster_ms": 0.041536000000000003 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.032512, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.538992, + "gpu_shadow_ms": 0.0, + "cpu_ms": 2.886905, + "readback_cpu_ms": 0.8650865000000001, + "forward_raster_ms": 0.032512 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.032591999999999996, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.620576, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.1427585000000002, + "readback_cpu_ms": 0.9339919999999999, + "forward_raster_ms": 0.032591999999999996 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 0, + "rendered_local_shadow_faces": 0, + "shadow_tiles": 0, + "dropped_shadow_faces": 0, + "shadow_atlas_full_drops": 0 + }, + "median_ms": { + "gpu_main_raster_ms": 0.032591999999999996, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.620576, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.1427585000000002, + "readback_cpu_ms": 0.9325345, + "forward_raster_ms": 0.032591999999999996 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.043008, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.997728, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.680272, + "readback_cpu_ms": 1.038639, + "forward_raster_ms": 0.043008 + } + }, + { + "shadows": "off", + "visibility": "direct", + "light_count": 4, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.089856, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.500912, + "gpu_shadow_ms": 0.0, + "cpu_ms": 2.9866685, + "readback_cpu_ms": 0.9309405, + "forward_raster_ms": 0.089856 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.08963199999999999, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.5196, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.0801600000000002, + "readback_cpu_ms": 0.9268635000000001, + "forward_raster_ms": 0.08963199999999999 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.08992, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.651792, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.2412989999999997, + "readback_cpu_ms": 0.9964040000000001, + "forward_raster_ms": 0.08992 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 0, + "rendered_local_shadow_faces": 0, + "shadow_tiles": 0, + "dropped_shadow_faces": 0, + "shadow_atlas_full_drops": 0 + }, + "median_ms": { + "gpu_main_raster_ms": 0.089856, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.5196, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.0801600000000002, + "readback_cpu_ms": 0.9309405, + "forward_raster_ms": 0.089856 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.090112, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 2.082752, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.777476, + "readback_cpu_ms": 1.146984, + "forward_raster_ms": 0.090112 + } + }, + { + "shadows": "off", + "visibility": "direct", + "light_count": 16, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.277856, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.807152, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.400805, + "readback_cpu_ms": 0.9187075, + "forward_raster_ms": 0.277856 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.278528, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.662096, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.259664, + "readback_cpu_ms": 0.9460495, + "forward_raster_ms": 0.278528 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.280576, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.6952639999999999, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.3921235, + "readback_cpu_ms": 1.1013425, + "forward_raster_ms": 0.280576 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 0, + "rendered_local_shadow_faces": 0, + "shadow_tiles": 0, + "dropped_shadow_faces": 0, + "shadow_atlas_full_drops": 0 + }, + "median_ms": { + "gpu_main_raster_ms": 0.278528, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.6952639999999999, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.3921235, + "readback_cpu_ms": 0.9460495, + "forward_raster_ms": 0.278528 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.281888, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 2.39616, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.923351, + "readback_cpu_ms": 1.307627, + "forward_raster_ms": 0.281888 + } + }, + { + "shadows": "off", + "visibility": "direct", + "light_count": 32, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.536544, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 2.00784, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.5468859999999998, + "readback_cpu_ms": 0.991365, + "forward_raster_ms": 0.536544 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.53432, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.7685279999999999, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.282883, + "readback_cpu_ms": 0.965882, + "forward_raster_ms": 0.53432 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.5390079999999999, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.9226239999999999, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.432395, + "readback_cpu_ms": 0.956644, + "forward_raster_ms": 0.5390079999999999 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 0, + "rendered_local_shadow_faces": 0, + "shadow_tiles": 0, + "dropped_shadow_faces": 0, + "shadow_atlas_full_drops": 0 + }, + "median_ms": { + "gpu_main_raster_ms": 0.536544, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.9226239999999999, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.432395, + "readback_cpu_ms": 0.965882, + "forward_raster_ms": 0.536544 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.555776, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 2.386464, + "gpu_shadow_ms": 0.0, + "cpu_ms": 4.074345, + "readback_cpu_ms": 1.151783, + "forward_raster_ms": 0.555776 + } + }, + { + "shadows": "off", + "visibility": "direct", + "light_count": 64, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 1.0420319999999998, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 3.2083519999999996, + "gpu_shadow_ms": 0.0, + "cpu_ms": 4.7292355, + "readback_cpu_ms": 0.902442, + "forward_raster_ms": 1.0420319999999998 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 1.0441600000000002, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 3.032304, + "gpu_shadow_ms": 0.0, + "cpu_ms": 4.786048, + "readback_cpu_ms": 1.1622124999999999, + "forward_raster_ms": 1.0441600000000002 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 1.0486559999999998, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 2.897824, + "gpu_shadow_ms": 0.0, + "cpu_ms": 4.489694500000001, + "readback_cpu_ms": 0.9620705, + "forward_raster_ms": 1.0486559999999998 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 0, + "rendered_local_shadow_faces": 0, + "shadow_tiles": 0, + "dropped_shadow_faces": 0, + "shadow_atlas_full_drops": 0 + }, + "median_ms": { + "gpu_main_raster_ms": 1.0441600000000002, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 3.032304, + "gpu_shadow_ms": 0.0, + "cpu_ms": 4.7292355, + "readback_cpu_ms": 0.9620705, + "forward_raster_ms": 1.0441600000000002 + }, + "p95_ms": { + "gpu_main_raster_ms": 1.053504, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 3.826304, + "gpu_shadow_ms": 0.0, + "cpu_ms": 5.692768, + "readback_cpu_ms": 1.492094, + "forward_raster_ms": 1.053504 + } + }, + { + "shadows": "off", + "visibility": "direct", + "light_count": 128, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 2.0592319999999997, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 4.45656, + "gpu_shadow_ms": 0.0, + "cpu_ms": 5.9521225, + "readback_cpu_ms": 1.0111375, + "forward_raster_ms": 2.0592319999999997 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 2.065648, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 4.302512, + "gpu_shadow_ms": 0.0, + "cpu_ms": 5.8167919999999995, + "readback_cpu_ms": 0.9697795, + "forward_raster_ms": 2.065648 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 2.0749120000000003, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 4.213648, + "gpu_shadow_ms": 0.0, + "cpu_ms": 5.852399, + "readback_cpu_ms": 0.978621, + "forward_raster_ms": 2.0749120000000003 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 0, + "rendered_local_shadow_faces": 0, + "shadow_tiles": 0, + "dropped_shadow_faces": 0, + "shadow_atlas_full_drops": 0 + }, + "median_ms": { + "gpu_main_raster_ms": 2.065648, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 4.302512, + "gpu_shadow_ms": 0.0, + "cpu_ms": 5.852399, + "readback_cpu_ms": 0.978621, + "forward_raster_ms": 2.065648 + }, + "p95_ms": { + "gpu_main_raster_ms": 2.082176, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 4.734432, + "gpu_shadow_ms": 0.0, + "cpu_ms": 6.763768, + "readback_cpu_ms": 1.371247, + "forward_raster_ms": 2.082176 + } + }, + { + "shadows": "off", + "visibility": "gpu-frustum", + "light_count": 0, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.03072, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.568752, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.0399089999999998, + "readback_cpu_ms": 0.9534085, + "forward_raster_ms": 0.03072 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.030784, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.6059359999999998, + "gpu_shadow_ms": 0.0, + "cpu_ms": 2.975628, + "readback_cpu_ms": 0.84799, + "forward_raster_ms": 0.030784 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.03056, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.546016, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.0550224999999998, + "readback_cpu_ms": 0.9421315, + "forward_raster_ms": 0.03056 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 0, + "rendered_local_shadow_faces": 0, + "shadow_tiles": 0, + "dropped_shadow_faces": 0, + "shadow_atlas_full_drops": 0 + }, + "median_ms": { + "gpu_main_raster_ms": 0.03072, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.568752, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.0399089999999998, + "readback_cpu_ms": 0.9421315, + "forward_raster_ms": 0.03072 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.03136, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.990688, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.50441, + "readback_cpu_ms": 1.1768, + "forward_raster_ms": 0.03136 + } + }, + { + "shadows": "off", + "visibility": "gpu-frustum", + "light_count": 4, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.088032, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.357424, + "gpu_shadow_ms": 0.0, + "cpu_ms": 2.933268, + "readback_cpu_ms": 0.890505, + "forward_raster_ms": 0.088032 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.088336, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.592768, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.0109245, + "readback_cpu_ms": 0.953499, + "forward_raster_ms": 0.088336 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.088512, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.5548160000000002, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.171087, + "readback_cpu_ms": 1.048262, + "forward_raster_ms": 0.088512 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 0, + "rendered_local_shadow_faces": 0, + "shadow_tiles": 0, + "dropped_shadow_faces": 0, + "shadow_atlas_full_drops": 0 + }, + "median_ms": { + "gpu_main_raster_ms": 0.088336, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.5548160000000002, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.0109245, + "readback_cpu_ms": 0.953499, + "forward_raster_ms": 0.088336 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.089248, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 2.108, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.724876, + "readback_cpu_ms": 1.28814, + "forward_raster_ms": 0.089248 + } + }, + { + "shadows": "off", + "visibility": "gpu-frustum", + "light_count": 16, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.275536, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.861872, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.2937830000000003, + "readback_cpu_ms": 0.92279, + "forward_raster_ms": 0.275536 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.277104, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.86144, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.357658, + "readback_cpu_ms": 0.98865, + "forward_raster_ms": 0.277104 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.276896, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.976544, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.47241, + "readback_cpu_ms": 0.964199, + "forward_raster_ms": 0.276896 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 0, + "rendered_local_shadow_faces": 0, + "shadow_tiles": 0, + "dropped_shadow_faces": 0, + "shadow_atlas_full_drops": 0 + }, + "median_ms": { + "gpu_main_raster_ms": 0.276896, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.861872, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.357658, + "readback_cpu_ms": 0.964199, + "forward_raster_ms": 0.276896 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.277888, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 2.076576, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.770593, + "readback_cpu_ms": 1.189304, + "forward_raster_ms": 0.277888 + } + }, + { + "shadows": "off", + "visibility": "gpu-frustum", + "light_count": 32, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.533728, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.93336, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.3518075, + "readback_cpu_ms": 0.924038, + "forward_raster_ms": 0.533728 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.5379039999999999, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.97344, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.4893775, + "readback_cpu_ms": 0.9322485, + "forward_raster_ms": 0.5379039999999999 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.539024, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 2.010384, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.5976915, + "readback_cpu_ms": 0.972379, + "forward_raster_ms": 0.539024 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 0, + "rendered_local_shadow_faces": 0, + "shadow_tiles": 0, + "dropped_shadow_faces": 0, + "shadow_atlas_full_drops": 0 + }, + "median_ms": { + "gpu_main_raster_ms": 0.5379039999999999, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.97344, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.4893775, + "readback_cpu_ms": 0.9322485, + "forward_raster_ms": 0.5379039999999999 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.54048, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 2.562656, + "gpu_shadow_ms": 0.0, + "cpu_ms": 4.12982, + "readback_cpu_ms": 1.197709, + "forward_raster_ms": 0.54048 + } + }, + { + "shadows": "off", + "visibility": "gpu-frustum", + "light_count": 64, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 1.043504, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 3.033104, + "gpu_shadow_ms": 0.0, + "cpu_ms": 4.543871, + "readback_cpu_ms": 0.975786, + "forward_raster_ms": 1.043504 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 1.050016, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 3.0515999999999996, + "gpu_shadow_ms": 0.0, + "cpu_ms": 4.455515, + "readback_cpu_ms": 0.9316375, + "forward_raster_ms": 1.050016 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 1.0476, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 3.045888, + "gpu_shadow_ms": 0.0, + "cpu_ms": 4.5880495, + "readback_cpu_ms": 0.962115, + "forward_raster_ms": 1.0476 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 0, + "rendered_local_shadow_faces": 0, + "shadow_tiles": 0, + "dropped_shadow_faces": 0, + "shadow_atlas_full_drops": 0 + }, + "median_ms": { + "gpu_main_raster_ms": 1.0476, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 3.045888, + "gpu_shadow_ms": 0.0, + "cpu_ms": 4.543871, + "readback_cpu_ms": 0.962115, + "forward_raster_ms": 1.0476 + }, + "p95_ms": { + "gpu_main_raster_ms": 1.053824, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 3.618144, + "gpu_shadow_ms": 0.0, + "cpu_ms": 5.397461, + "readback_cpu_ms": 1.176619, + "forward_raster_ms": 1.053824 + } + }, + { + "shadows": "off", + "visibility": "gpu-frustum", + "light_count": 128, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 2.0446720000000003, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 4.094096, + "gpu_shadow_ms": 0.0, + "cpu_ms": 5.593987, + "readback_cpu_ms": 0.9468705, + "forward_raster_ms": 2.0446720000000003 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 2.06032, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 4.147792, + "gpu_shadow_ms": 0.0, + "cpu_ms": 5.739401, + "readback_cpu_ms": 0.976998, + "forward_raster_ms": 2.06032 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 2.0619199999999998, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 4.125904, + "gpu_shadow_ms": 0.0, + "cpu_ms": 5.702281, + "readback_cpu_ms": 0.9529475000000001, + "forward_raster_ms": 2.0619199999999998 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 0, + "rendered_local_shadow_faces": 0, + "shadow_tiles": 0, + "dropped_shadow_faces": 0, + "shadow_atlas_full_drops": 0 + }, + "median_ms": { + "gpu_main_raster_ms": 2.06032, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 4.125904, + "gpu_shadow_ms": 0.0, + "cpu_ms": 5.702281, + "readback_cpu_ms": 0.9529475000000001, + "forward_raster_ms": 2.06032 + }, + "p95_ms": { + "gpu_main_raster_ms": 2.072288, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 4.569376, + "gpu_shadow_ms": 0.0, + "cpu_ms": 6.248106, + "readback_cpu_ms": 1.198571, + "forward_raster_ms": 2.072288 + } + }, + { + "shadows": "off", + "visibility": "gpu-occlusion", + "light_count": 0, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.030576, + "gpu_post_raster_ms": 0.005584, + "gpu_ms": 1.752416, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.492127, + "readback_cpu_ms": 1.1107155, + "forward_raster_ms": 0.036064 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.03064, + "gpu_post_raster_ms": 0.0056, + "gpu_ms": 1.745872, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.1996205, + "readback_cpu_ms": 0.9565794999999999, + "forward_raster_ms": 0.036272 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.030704000000000002, + "gpu_post_raster_ms": 0.005632, + "gpu_ms": 1.755104, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.3752815, + "readback_cpu_ms": 0.9882394999999999, + "forward_raster_ms": 0.036272 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 0, + "rendered_local_shadow_faces": 0, + "shadow_tiles": 0, + "dropped_shadow_faces": 0, + "shadow_atlas_full_drops": 0 + }, + "median_ms": { + "gpu_main_raster_ms": 0.03064, + "gpu_post_raster_ms": 0.0056, + "gpu_ms": 1.752416, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.3752815, + "readback_cpu_ms": 0.9882394999999999, + "forward_raster_ms": 0.036272 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.0312, + "gpu_post_raster_ms": 0.005792, + "gpu_ms": 2.030496, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.848359, + "readback_cpu_ms": 1.32522, + "forward_raster_ms": 0.036864 + } + }, + { + "shadows": "off", + "visibility": "gpu-occlusion", + "light_count": 4, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.087808, + "gpu_post_raster_ms": 0.0056, + "gpu_ms": 1.632384, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.475561, + "readback_cpu_ms": 1.1446645000000002, + "forward_raster_ms": 0.09329599999999999 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.088192, + "gpu_post_raster_ms": 0.005632, + "gpu_ms": 1.6646079999999999, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.4024475, + "readback_cpu_ms": 1.0727885000000001, + "forward_raster_ms": 0.093728 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.088448, + "gpu_post_raster_ms": 0.0056, + "gpu_ms": 1.7567840000000001, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.3090115, + "readback_cpu_ms": 1.042702, + "forward_raster_ms": 0.093952 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 0, + "rendered_local_shadow_faces": 0, + "shadow_tiles": 0, + "dropped_shadow_faces": 0, + "shadow_atlas_full_drops": 0 + }, + "median_ms": { + "gpu_main_raster_ms": 0.088192, + "gpu_post_raster_ms": 0.0056, + "gpu_ms": 1.6646079999999999, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.4024475, + "readback_cpu_ms": 1.0727885000000001, + "forward_raster_ms": 0.093728 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.089632, + "gpu_post_raster_ms": 0.005888, + "gpu_ms": 2.148576, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.998312, + "readback_cpu_ms": 1.398788, + "forward_raster_ms": 0.09536 + } + }, + { + "shadows": "off", + "visibility": "gpu-occlusion", + "light_count": 16, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.274944, + "gpu_post_raster_ms": 0.0056, + "gpu_ms": 1.84232, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.4474679999999998, + "readback_cpu_ms": 0.968056, + "forward_raster_ms": 0.280432 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.276432, + "gpu_post_raster_ms": 0.0056159999999999995, + "gpu_ms": 1.9843359999999999, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.5843815, + "readback_cpu_ms": 0.96481, + "forward_raster_ms": 0.28201599999999993 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.27680000000000005, + "gpu_post_raster_ms": 0.005664, + "gpu_ms": 1.850832, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.394228, + "readback_cpu_ms": 0.8761225, + "forward_raster_ms": 0.28233600000000003 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 0, + "rendered_local_shadow_faces": 0, + "shadow_tiles": 0, + "dropped_shadow_faces": 0, + "shadow_atlas_full_drops": 0 + }, + "median_ms": { + "gpu_main_raster_ms": 0.276432, + "gpu_post_raster_ms": 0.0056159999999999995, + "gpu_ms": 1.850832, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.4474679999999998, + "readback_cpu_ms": 0.96481, + "forward_raster_ms": 0.28201599999999993 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.278272, + "gpu_post_raster_ms": 0.005856, + "gpu_ms": 2.37632, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.94951, + "readback_cpu_ms": 1.197949, + "forward_raster_ms": 0.283968 + } + }, + { + "shadows": "off", + "visibility": "gpu-occlusion", + "light_count": 32, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.5331520000000001, + "gpu_post_raster_ms": 0.005456000000000001, + "gpu_ms": 2.229952, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.7391829999999997, + "readback_cpu_ms": 0.976402, + "forward_raster_ms": 0.538464 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.537264, + "gpu_post_raster_ms": 0.005632, + "gpu_ms": 2.122128, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.5526215, + "readback_cpu_ms": 0.912361, + "forward_raster_ms": 0.542832 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.539104, + "gpu_post_raster_ms": 0.005664, + "gpu_ms": 2.257648, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.918216, + "readback_cpu_ms": 1.0635759999999999, + "forward_raster_ms": 0.54464 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 0, + "rendered_local_shadow_faces": 0, + "shadow_tiles": 0, + "dropped_shadow_faces": 0, + "shadow_atlas_full_drops": 0 + }, + "median_ms": { + "gpu_main_raster_ms": 0.537264, + "gpu_post_raster_ms": 0.005632, + "gpu_ms": 2.229952, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.7391829999999997, + "readback_cpu_ms": 0.976402, + "forward_raster_ms": 0.542832 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.541088, + "gpu_post_raster_ms": 0.005952, + "gpu_ms": 2.644544, + "gpu_shadow_ms": 0.0, + "cpu_ms": 4.309408, + "readback_cpu_ms": 1.196868, + "forward_raster_ms": 0.546848 + } + }, + { + "shadows": "off", + "visibility": "gpu-occlusion", + "light_count": 64, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 1.039488, + "gpu_post_raster_ms": 0.0056, + "gpu_ms": 2.9877279999999997, + "gpu_shadow_ms": 0.0, + "cpu_ms": 4.686084, + "readback_cpu_ms": 1.0366505, + "forward_raster_ms": 1.04528 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 1.050464, + "gpu_post_raster_ms": 0.0056, + "gpu_ms": 2.987424, + "gpu_shadow_ms": 0.0, + "cpu_ms": 4.646144, + "readback_cpu_ms": 1.0114275, + "forward_raster_ms": 1.056432 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 1.050976, + "gpu_post_raster_ms": 0.005632, + "gpu_ms": 3.226864, + "gpu_shadow_ms": 0.0, + "cpu_ms": 4.8868030000000005, + "readback_cpu_ms": 0.9522364999999999, + "forward_raster_ms": 1.0566559999999998 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 0, + "rendered_local_shadow_faces": 0, + "shadow_tiles": 0, + "dropped_shadow_faces": 0, + "shadow_atlas_full_drops": 0 + }, + "median_ms": { + "gpu_main_raster_ms": 1.050464, + "gpu_post_raster_ms": 0.0056, + "gpu_ms": 2.9877279999999997, + "gpu_shadow_ms": 0.0, + "cpu_ms": 4.686084, + "readback_cpu_ms": 1.0114275, + "forward_raster_ms": 1.056432 + }, + "p95_ms": { + "gpu_main_raster_ms": 1.055456, + "gpu_post_raster_ms": 0.005952, + "gpu_ms": 3.695328, + "gpu_shadow_ms": 0.0, + "cpu_ms": 5.423951, + "readback_cpu_ms": 1.248435, + "forward_raster_ms": 1.061056 + } + }, + { + "shadows": "off", + "visibility": "gpu-occlusion", + "light_count": 128, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 2.0477119999999998, + "gpu_post_raster_ms": 0.0056, + "gpu_ms": 4.4315359999999995, + "gpu_shadow_ms": 0.0, + "cpu_ms": 6.0441065, + "readback_cpu_ms": 1.0022555, + "forward_raster_ms": 2.053072 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 2.058656, + "gpu_post_raster_ms": 0.005632, + "gpu_ms": 4.437024, + "gpu_shadow_ms": 0.0, + "cpu_ms": 6.26354, + "readback_cpu_ms": 1.131895, + "forward_raster_ms": 2.06432 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 2.0604639999999996, + "gpu_post_raster_ms": 0.005584, + "gpu_ms": 4.581088, + "gpu_shadow_ms": 0.0, + "cpu_ms": 6.235021, + "readback_cpu_ms": 0.9909595, + "forward_raster_ms": 2.065728 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 0, + "rendered_local_shadow_faces": 0, + "shadow_tiles": 0, + "dropped_shadow_faces": 0, + "shadow_atlas_full_drops": 0 + }, + "median_ms": { + "gpu_main_raster_ms": 2.058656, + "gpu_post_raster_ms": 0.0056, + "gpu_ms": 4.437024, + "gpu_shadow_ms": 0.0, + "cpu_ms": 6.235021, + "readback_cpu_ms": 1.0022555, + "forward_raster_ms": 2.06432 + }, + "p95_ms": { + "gpu_main_raster_ms": 2.069536, + "gpu_post_raster_ms": 0.005952, + "gpu_ms": 5.221568, + "gpu_shadow_ms": 0.0, + "cpu_ms": 6.936274, + "readback_cpu_ms": 1.263744, + "forward_raster_ms": 2.074144 + } + }, + { + "shadows": "on", + "visibility": "direct", + "light_count": 0, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.03272, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.5134560000000001, + "gpu_shadow_ms": 0.0, + "cpu_ms": 2.980562, + "readback_cpu_ms": 0.940775, + "forward_raster_ms": 0.03272 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.03264, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.543936, + "gpu_shadow_ms": 0.0, + "cpu_ms": 2.991282, + "readback_cpu_ms": 0.9131725, + "forward_raster_ms": 0.03264 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.032768, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.478896, + "gpu_shadow_ms": 0.0, + "cpu_ms": 2.9609805, + "readback_cpu_ms": 0.8778055, + "forward_raster_ms": 0.032768 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 0, + "rendered_local_shadow_faces": 0, + "shadow_tiles": 0, + "dropped_shadow_faces": 0, + "shadow_atlas_full_drops": 0 + }, + "median_ms": { + "gpu_main_raster_ms": 0.03272, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.5134560000000001, + "gpu_shadow_ms": 0.0, + "cpu_ms": 2.980562, + "readback_cpu_ms": 0.9131725, + "forward_raster_ms": 0.03272 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.03296, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.986624, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.434198, + "readback_cpu_ms": 1.135361, + "forward_raster_ms": 0.03296 + } + }, + { + "shadows": "on", + "visibility": "direct", + "light_count": 4, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.124928, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.7156799999999999, + "gpu_shadow_ms": 0.016975999999999998, + "cpu_ms": 3.3351565, + "readback_cpu_ms": 0.97265, + "forward_raster_ms": 0.124928 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.125344, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.7248960000000002, + "gpu_shadow_ms": 0.017632000000000002, + "cpu_ms": 3.462306, + "readback_cpu_ms": 1.1413625, + "forward_raster_ms": 0.125344 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.126192, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.640512, + "gpu_shadow_ms": 0.017136, + "cpu_ms": 3.196991, + "readback_cpu_ms": 0.9481135, + "forward_raster_ms": 0.126192 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 24, + "rendered_local_shadow_faces": 12, + "shadow_tiles": 12, + "dropped_shadow_faces": 12, + "shadow_atlas_full_drops": 12 + }, + "median_ms": { + "gpu_main_raster_ms": 0.125344, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.7156799999999999, + "gpu_shadow_ms": 0.017136, + "cpu_ms": 3.3351565, + "readback_cpu_ms": 0.97265, + "forward_raster_ms": 0.125344 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.126976, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 2.020096, + "gpu_shadow_ms": 0.018304, + "cpu_ms": 3.934051, + "readback_cpu_ms": 1.230701, + "forward_raster_ms": 0.126976 + } + }, + { + "shadows": "on", + "visibility": "direct", + "light_count": 16, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.30952, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.71072, + "gpu_shadow_ms": 0.017568, + "cpu_ms": 3.4523219999999997, + "readback_cpu_ms": 1.0131860000000001, + "forward_raster_ms": 0.30952 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.309552, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.8515039999999998, + "gpu_shadow_ms": 0.017264, + "cpu_ms": 3.4147465, + "readback_cpu_ms": 1.0473055, + "forward_raster_ms": 0.309552 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.311296, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.7537440000000002, + "gpu_shadow_ms": 0.017728, + "cpu_ms": 3.391517, + "readback_cpu_ms": 0.991741, + "forward_raster_ms": 0.311296 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 96, + "rendered_local_shadow_faces": 12, + "shadow_tiles": 12, + "dropped_shadow_faces": 84, + "shadow_atlas_full_drops": 84 + }, + "median_ms": { + "gpu_main_raster_ms": 0.309552, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.7537440000000002, + "gpu_shadow_ms": 0.017568, + "cpu_ms": 3.4147465, + "readback_cpu_ms": 1.0131860000000001, + "forward_raster_ms": 0.309552 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.319488, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 2.113792, + "gpu_shadow_ms": 0.018336, + "cpu_ms": 3.94913, + "readback_cpu_ms": 1.185005, + "forward_raster_ms": 0.319488 + } + }, + { + "shadows": "on", + "visibility": "direct", + "light_count": 32, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.5671200000000001, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 2.139584, + "gpu_shadow_ms": 0.017183999999999998, + "cpu_ms": 3.673049, + "readback_cpu_ms": 0.9543855, + "forward_raster_ms": 0.5671200000000001 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.56584, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.9656639999999999, + "gpu_shadow_ms": 0.017728, + "cpu_ms": 3.4751700000000003, + "readback_cpu_ms": 0.883211, + "forward_raster_ms": 0.56584 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.56976, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.9568159999999999, + "gpu_shadow_ms": 0.018208, + "cpu_ms": 3.5900220000000003, + "readback_cpu_ms": 1.0420305, + "forward_raster_ms": 0.56976 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 192, + "rendered_local_shadow_faces": 12, + "shadow_tiles": 12, + "dropped_shadow_faces": 180, + "shadow_atlas_full_drops": 180 + }, + "median_ms": { + "gpu_main_raster_ms": 0.5671200000000001, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.9656639999999999, + "gpu_shadow_ms": 0.017728, + "cpu_ms": 3.5900220000000003, + "readback_cpu_ms": 0.9543855, + "forward_raster_ms": 0.5671200000000001 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.571968, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 2.422304, + "gpu_shadow_ms": 0.018432, + "cpu_ms": 4.139338, + "readback_cpu_ms": 1.199122, + "forward_raster_ms": 0.571968 + } + }, + { + "shadows": "on", + "visibility": "direct", + "light_count": 64, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 1.07768, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 3.091088, + "gpu_shadow_ms": 0.018048, + "cpu_ms": 4.917165, + "readback_cpu_ms": 1.163936, + "forward_raster_ms": 1.07768 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 1.079024, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 2.844064, + "gpu_shadow_ms": 0.017872, + "cpu_ms": 4.729932, + "readback_cpu_ms": 1.016527, + "forward_raster_ms": 1.079024 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 1.087984, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 3.004128, + "gpu_shadow_ms": 0.018064, + "cpu_ms": 4.5584690000000005, + "readback_cpu_ms": 0.9343275, + "forward_raster_ms": 1.087984 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 384, + "rendered_local_shadow_faces": 12, + "shadow_tiles": 12, + "dropped_shadow_faces": 372, + "shadow_atlas_full_drops": 372 + }, + "median_ms": { + "gpu_main_raster_ms": 1.079024, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 3.004128, + "gpu_shadow_ms": 0.018048, + "cpu_ms": 4.729932, + "readback_cpu_ms": 1.016527, + "forward_raster_ms": 1.079024 + }, + "p95_ms": { + "gpu_main_raster_ms": 1.092832, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 3.618176, + "gpu_shadow_ms": 0.018432, + "cpu_ms": 5.378015, + "readback_cpu_ms": 1.329809, + "forward_raster_ms": 1.092832 + } + }, + { + "shadows": "on", + "visibility": "direct", + "light_count": 128, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 2.103296, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 4.367407999999999, + "gpu_shadow_ms": 0.018432, + "cpu_ms": 6.008639, + "readback_cpu_ms": 1.004174, + "forward_raster_ms": 2.103296 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 2.106688, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 4.501536, + "gpu_shadow_ms": 0.018256, + "cpu_ms": 6.1300585000000005, + "readback_cpu_ms": 0.9874624999999999, + "forward_raster_ms": 2.106688 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 2.122944, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 4.544336, + "gpu_shadow_ms": 0.0184, + "cpu_ms": 6.465336000000001, + "readback_cpu_ms": 1.2011859999999999, + "forward_raster_ms": 2.122944 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 768, + "rendered_local_shadow_faces": 12, + "shadow_tiles": 12, + "dropped_shadow_faces": 756, + "shadow_atlas_full_drops": 756 + }, + "median_ms": { + "gpu_main_raster_ms": 2.106688, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 4.501536, + "gpu_shadow_ms": 0.0184, + "cpu_ms": 6.1300585000000005, + "readback_cpu_ms": 1.004174, + "forward_raster_ms": 2.106688 + }, + "p95_ms": { + "gpu_main_raster_ms": 2.12992, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 4.688544, + "gpu_shadow_ms": 0.019264, + "cpu_ms": 6.763017, + "readback_cpu_ms": 1.381476, + "forward_raster_ms": 2.12992 + } + }, + { + "shadows": "on", + "visibility": "gpu-frustum", + "light_count": 0, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.030848, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.63048, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.0397435, + "readback_cpu_ms": 0.9245939999999999, + "forward_raster_ms": 0.030848 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.031264, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.53824, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.1361660000000002, + "readback_cpu_ms": 1.0452914999999998, + "forward_raster_ms": 0.031264 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.03136, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.541952, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.2026814999999997, + "readback_cpu_ms": 1.0043695000000001, + "forward_raster_ms": 0.03136 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 0, + "rendered_local_shadow_faces": 0, + "shadow_tiles": 0, + "dropped_shadow_faces": 0, + "shadow_atlas_full_drops": 0 + }, + "median_ms": { + "gpu_main_raster_ms": 0.031264, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.541952, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.1361660000000002, + "readback_cpu_ms": 1.0043695000000001, + "forward_raster_ms": 0.031264 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.031872, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.934656, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.568611, + "readback_cpu_ms": 1.244808, + "forward_raster_ms": 0.031872 + } + }, + { + "shadows": "on", + "visibility": "gpu-frustum", + "light_count": 4, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.12184, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.717232, + "gpu_shadow_ms": 0.0176, + "cpu_ms": 3.2956965, + "readback_cpu_ms": 0.9608675, + "forward_raster_ms": 0.12184 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.122656, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.705392, + "gpu_shadow_ms": 0.016992, + "cpu_ms": 3.0353105, + "readback_cpu_ms": 0.835491, + "forward_raster_ms": 0.122656 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.12299199999999999, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.7231679999999998, + "gpu_shadow_ms": 0.017776, + "cpu_ms": 3.364316, + "readback_cpu_ms": 1.0465045, + "forward_raster_ms": 0.12299199999999999 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 24, + "rendered_local_shadow_faces": 12, + "shadow_tiles": 12, + "dropped_shadow_faces": 12, + "shadow_atlas_full_drops": 12 + }, + "median_ms": { + "gpu_main_raster_ms": 0.122656, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.717232, + "gpu_shadow_ms": 0.0176, + "cpu_ms": 3.2956965, + "readback_cpu_ms": 0.9608675, + "forward_raster_ms": 0.122656 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.124384, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.994112, + "gpu_shadow_ms": 0.018336, + "cpu_ms": 3.786342, + "readback_cpu_ms": 1.313969, + "forward_raster_ms": 0.124384 + } + }, + { + "shadows": "on", + "visibility": "gpu-frustum", + "light_count": 16, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.302048, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.985376, + "gpu_shadow_ms": 0.016848000000000002, + "cpu_ms": 3.4626665, + "readback_cpu_ms": 0.8856455000000001, + "forward_raster_ms": 0.302048 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.30528, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.814192, + "gpu_shadow_ms": 0.017776, + "cpu_ms": 3.3410875, + "readback_cpu_ms": 0.920802, + "forward_raster_ms": 0.30528 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.304784, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.923328, + "gpu_shadow_ms": 0.017936, + "cpu_ms": 3.338332, + "readback_cpu_ms": 0.9088845000000001, + "forward_raster_ms": 0.304784 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 96, + "rendered_local_shadow_faces": 12, + "shadow_tiles": 12, + "dropped_shadow_faces": 84, + "shadow_atlas_full_drops": 84 + }, + "median_ms": { + "gpu_main_raster_ms": 0.304784, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 1.923328, + "gpu_shadow_ms": 0.017776, + "cpu_ms": 3.3410875, + "readback_cpu_ms": 0.9088845000000001, + "forward_raster_ms": 0.304784 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.31488, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 2.460832, + "gpu_shadow_ms": 0.018272, + "cpu_ms": 3.85398, + "readback_cpu_ms": 1.054228, + "forward_raster_ms": 0.31488 + } + }, + { + "shadows": "on", + "visibility": "gpu-frustum", + "light_count": 32, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.566528, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 2.109584, + "gpu_shadow_ms": 0.017904, + "cpu_ms": 3.598007, + "readback_cpu_ms": 0.933125, + "forward_raster_ms": 0.566528 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.570352, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 2.00616, + "gpu_shadow_ms": 0.018128, + "cpu_ms": 3.528381, + "readback_cpu_ms": 0.9267335000000001, + "forward_raster_ms": 0.570352 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.569584, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 2.1156800000000002, + "gpu_shadow_ms": 0.018432, + "cpu_ms": 3.614498, + "readback_cpu_ms": 0.9047665, + "forward_raster_ms": 0.569584 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 192, + "rendered_local_shadow_faces": 12, + "shadow_tiles": 12, + "dropped_shadow_faces": 180, + "shadow_atlas_full_drops": 180 + }, + "median_ms": { + "gpu_main_raster_ms": 0.569584, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 2.109584, + "gpu_shadow_ms": 0.018128, + "cpu_ms": 3.598007, + "readback_cpu_ms": 0.9267335000000001, + "forward_raster_ms": 0.569584 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.573056, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 2.551264, + "gpu_shadow_ms": 0.018432, + "cpu_ms": 4.065379, + "readback_cpu_ms": 1.083304, + "forward_raster_ms": 0.573056 + } + }, + { + "shadows": "on", + "visibility": "gpu-frustum", + "light_count": 64, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 1.081184, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 3.0175039999999997, + "gpu_shadow_ms": 0.018160000000000003, + "cpu_ms": 4.4703875, + "readback_cpu_ms": 0.8908704999999999, + "forward_raster_ms": 1.081184 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 1.08704, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 3.035856, + "gpu_shadow_ms": 0.018160000000000003, + "cpu_ms": 4.544623, + "readback_cpu_ms": 0.923231, + "forward_raster_ms": 1.08704 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 1.088704, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 2.884928, + "gpu_shadow_ms": 0.018432, + "cpu_ms": 4.724832, + "readback_cpu_ms": 1.106312, + "forward_raster_ms": 1.088704 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 384, + "rendered_local_shadow_faces": 12, + "shadow_tiles": 12, + "dropped_shadow_faces": 372, + "shadow_atlas_full_drops": 372 + }, + "median_ms": { + "gpu_main_raster_ms": 1.08704, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 3.0175039999999997, + "gpu_shadow_ms": 0.018160000000000003, + "cpu_ms": 4.544623, + "readback_cpu_ms": 0.923231, + "forward_raster_ms": 1.08704 + }, + "p95_ms": { + "gpu_main_raster_ms": 1.094144, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 3.552128, + "gpu_shadow_ms": 0.018656, + "cpu_ms": 5.389937, + "readback_cpu_ms": 1.233667, + "forward_raster_ms": 1.094144 + } + }, + { + "shadows": "on", + "visibility": "gpu-frustum", + "light_count": 128, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 2.0881920000000003, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 4.388864, + "gpu_shadow_ms": 0.018432, + "cpu_ms": 6.2557355, + "readback_cpu_ms": 1.0653139999999999, + "forward_raster_ms": 2.0881920000000003 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 2.1085760000000002, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 4.396432, + "gpu_shadow_ms": 0.018448, + "cpu_ms": 6.133710499999999, + "readback_cpu_ms": 1.07343, + "forward_raster_ms": 2.1085760000000002 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 2.109824, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 4.459312, + "gpu_shadow_ms": 0.018383999999999998, + "cpu_ms": 6.1274775, + "readback_cpu_ms": 0.98339, + "forward_raster_ms": 2.109824 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 768, + "rendered_local_shadow_faces": 12, + "shadow_tiles": 12, + "dropped_shadow_faces": 756, + "shadow_atlas_full_drops": 756 + }, + "median_ms": { + "gpu_main_raster_ms": 2.1085760000000002, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 4.396432, + "gpu_shadow_ms": 0.018432, + "cpu_ms": 6.133710499999999, + "readback_cpu_ms": 1.0653139999999999, + "forward_raster_ms": 2.1085760000000002 + }, + "p95_ms": { + "gpu_main_raster_ms": 2.116512, + "gpu_post_raster_ms": 0.0, + "gpu_ms": 4.820288, + "gpu_shadow_ms": 0.019392, + "cpu_ms": 6.645816, + "readback_cpu_ms": 1.253124, + "forward_raster_ms": 2.116512 + } + }, + { + "shadows": "on", + "visibility": "gpu-occlusion", + "light_count": 0, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.030768, + "gpu_post_raster_ms": 0.005664, + "gpu_ms": 1.950416, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.3406915, + "readback_cpu_ms": 0.9109685000000001, + "forward_raster_ms": 0.036384 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.031024000000000003, + "gpu_post_raster_ms": 0.005648, + "gpu_ms": 1.755136, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.1318574999999997, + "readback_cpu_ms": 0.873062, + "forward_raster_ms": 0.036544 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.030927999999999997, + "gpu_post_raster_ms": 0.005679999999999999, + "gpu_ms": 1.6732, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.3215705, + "readback_cpu_ms": 0.973917, + "forward_raster_ms": 0.036368 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 0, + "rendered_local_shadow_faces": 0, + "shadow_tiles": 0, + "dropped_shadow_faces": 0, + "shadow_atlas_full_drops": 0 + }, + "median_ms": { + "gpu_main_raster_ms": 0.030927999999999997, + "gpu_post_raster_ms": 0.005664, + "gpu_ms": 1.755136, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.3215705, + "readback_cpu_ms": 0.9109685000000001, + "forward_raster_ms": 0.036384 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.031456, + "gpu_post_raster_ms": 0.006208, + "gpu_ms": 2.047168, + "gpu_shadow_ms": 0.0, + "cpu_ms": 3.784268, + "readback_cpu_ms": 1.233267, + "forward_raster_ms": 0.037632 + } + }, + { + "shadows": "on", + "visibility": "gpu-occlusion", + "light_count": 4, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.12168, + "gpu_post_raster_ms": 0.0056, + "gpu_ms": 1.72648, + "gpu_shadow_ms": 0.01744, + "cpu_ms": 3.2895955, + "readback_cpu_ms": 0.940564, + "forward_raster_ms": 0.127168 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.122144, + "gpu_post_raster_ms": 0.005728, + "gpu_ms": 1.817264, + "gpu_shadow_ms": 0.017824, + "cpu_ms": 3.4656124999999998, + "readback_cpu_ms": 0.9798830000000001, + "forward_raster_ms": 0.127744 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.122576, + "gpu_post_raster_ms": 0.005648, + "gpu_ms": 1.837904, + "gpu_shadow_ms": 0.017664, + "cpu_ms": 3.4191494999999996, + "readback_cpu_ms": 0.960322, + "forward_raster_ms": 0.127952 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 24, + "rendered_local_shadow_faces": 12, + "shadow_tiles": 12, + "dropped_shadow_faces": 12, + "shadow_atlas_full_drops": 12 + }, + "median_ms": { + "gpu_main_raster_ms": 0.122144, + "gpu_post_raster_ms": 0.005648, + "gpu_ms": 1.817264, + "gpu_shadow_ms": 0.017664, + "cpu_ms": 3.4191494999999996, + "readback_cpu_ms": 0.960322, + "forward_raster_ms": 0.127744 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.123936, + "gpu_post_raster_ms": 0.005984, + "gpu_ms": 2.142272, + "gpu_shadow_ms": 0.018432, + "cpu_ms": 3.776374, + "readback_cpu_ms": 1.101327, + "forward_raster_ms": 0.139488 + } + }, + { + "shadows": "on", + "visibility": "gpu-occlusion", + "light_count": 16, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.302176, + "gpu_post_raster_ms": 0.005696, + "gpu_ms": 1.90872, + "gpu_shadow_ms": 0.01784, + "cpu_ms": 3.433542, + "readback_cpu_ms": 0.913904, + "forward_raster_ms": 0.307632 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.30403199999999997, + "gpu_post_raster_ms": 0.005679999999999999, + "gpu_ms": 1.84672, + "gpu_shadow_ms": 0.018048, + "cpu_ms": 3.373874, + "readback_cpu_ms": 0.885666, + "forward_raster_ms": 0.30955199999999994 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.303824, + "gpu_post_raster_ms": 0.005712, + "gpu_ms": 1.868224, + "gpu_shadow_ms": 0.017888, + "cpu_ms": 3.634481, + "readback_cpu_ms": 1.0892, + "forward_raster_ms": 0.309488 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 96, + "rendered_local_shadow_faces": 12, + "shadow_tiles": 12, + "dropped_shadow_faces": 84, + "shadow_atlas_full_drops": 84 + }, + "median_ms": { + "gpu_main_raster_ms": 0.303824, + "gpu_post_raster_ms": 0.005696, + "gpu_ms": 1.868224, + "gpu_shadow_ms": 0.017888, + "cpu_ms": 3.433542, + "readback_cpu_ms": 0.913904, + "forward_raster_ms": 0.309488 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.312928, + "gpu_post_raster_ms": 0.005984, + "gpu_ms": 2.20256, + "gpu_shadow_ms": 0.018432, + "cpu_ms": 4.101276, + "readback_cpu_ms": 1.168283, + "forward_raster_ms": 0.31894399999999995 + } + }, + { + "shadows": "on", + "visibility": "gpu-occlusion", + "light_count": 32, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.565664, + "gpu_post_raster_ms": 0.005456, + "gpu_ms": 2.19512, + "gpu_shadow_ms": 0.018288, + "cpu_ms": 4.0178139999999996, + "readback_cpu_ms": 1.1561154999999999, + "forward_raster_ms": 0.57104 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.569456, + "gpu_post_raster_ms": 0.00576, + "gpu_ms": 2.238784, + "gpu_shadow_ms": 0.018320000000000003, + "cpu_ms": 3.7641609999999996, + "readback_cpu_ms": 0.9359200000000001, + "forward_raster_ms": 0.575248 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 0.5702879999999999, + "gpu_post_raster_ms": 0.005696, + "gpu_ms": 2.2390239999999997, + "gpu_shadow_ms": 0.0184, + "cpu_ms": 3.9639875, + "readback_cpu_ms": 0.965346, + "forward_raster_ms": 0.5758399999999999 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 192, + "rendered_local_shadow_faces": 12, + "shadow_tiles": 12, + "dropped_shadow_faces": 180, + "shadow_atlas_full_drops": 180 + }, + "median_ms": { + "gpu_main_raster_ms": 0.569456, + "gpu_post_raster_ms": 0.005696, + "gpu_ms": 2.238784, + "gpu_shadow_ms": 0.018320000000000003, + "cpu_ms": 3.9639875, + "readback_cpu_ms": 0.965346, + "forward_raster_ms": 0.575248 + }, + "p95_ms": { + "gpu_main_raster_ms": 0.57376, + "gpu_post_raster_ms": 0.006112, + "gpu_ms": 2.69056, + "gpu_shadow_ms": 0.018624, + "cpu_ms": 4.514646, + "readback_cpu_ms": 1.249597, + "forward_raster_ms": 0.579936 + } + }, + { + "shadows": "on", + "visibility": "gpu-occlusion", + "light_count": 64, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 1.0809440000000001, + "gpu_post_raster_ms": 0.005664, + "gpu_ms": 3.272592, + "gpu_shadow_ms": 0.018416000000000002, + "cpu_ms": 4.8879850000000005, + "readback_cpu_ms": 0.9345175, + "forward_raster_ms": 1.086064 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 1.090048, + "gpu_post_raster_ms": 0.005696, + "gpu_ms": 3.219456, + "gpu_shadow_ms": 0.018464, + "cpu_ms": 4.6842755, + "readback_cpu_ms": 0.9315869999999999, + "forward_raster_ms": 1.0953439999999999 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 1.087952, + "gpu_post_raster_ms": 0.005696, + "gpu_ms": 3.257952, + "gpu_shadow_ms": 0.01848, + "cpu_ms": 4.7116625, + "readback_cpu_ms": 0.9372175, + "forward_raster_ms": 1.093648 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 384, + "rendered_local_shadow_faces": 12, + "shadow_tiles": 12, + "dropped_shadow_faces": 372, + "shadow_atlas_full_drops": 372 + }, + "median_ms": { + "gpu_main_raster_ms": 1.087952, + "gpu_post_raster_ms": 0.005696, + "gpu_ms": 3.257952, + "gpu_shadow_ms": 0.018464, + "cpu_ms": 4.7116625, + "readback_cpu_ms": 0.9345175, + "forward_raster_ms": 1.093648 + }, + "p95_ms": { + "gpu_main_raster_ms": 1.093408, + "gpu_post_raster_ms": 0.005984, + "gpu_ms": 3.783136, + "gpu_shadow_ms": 0.019488, + "cpu_ms": 5.41276, + "readback_cpu_ms": 1.290203, + "forward_raster_ms": 1.099264 + } + }, + { + "shadows": "on", + "visibility": "gpu-occlusion", + "light_count": 128, + "runs": [ + { + "run_index": 1, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 2.092448, + "gpu_post_raster_ms": 0.005728, + "gpu_ms": 4.462832000000001, + "gpu_shadow_ms": 0.018704, + "cpu_ms": 6.3238235, + "readback_cpu_ms": 0.9874475, + "forward_raster_ms": 2.098224 + } + }, + { + "run_index": 2, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 2.109152, + "gpu_post_raster_ms": 0.00576, + "gpu_ms": 4.554816, + "gpu_shadow_ms": 0.018944, + "cpu_ms": 6.618429000000001, + "readback_cpu_ms": 1.099669, + "forward_raster_ms": 2.115008 + } + }, + { + "run_index": 3, + "frames": 30, + "median_ms": { + "gpu_main_raster_ms": 2.11048, + "gpu_post_raster_ms": 0.005679999999999999, + "gpu_ms": 4.353696, + "gpu_shadow_ms": 0.018688, + "cpu_ms": 5.9520225, + "readback_cpu_ms": 0.9387105, + "forward_raster_ms": 2.1160959999999998 + } + } + ], + "shadow_counts": { + "requested_local_shadow_faces": 768, + "rendered_local_shadow_faces": 12, + "shadow_tiles": 12, + "dropped_shadow_faces": 756, + "shadow_atlas_full_drops": 756 + }, + "median_ms": { + "gpu_main_raster_ms": 2.109152, + "gpu_post_raster_ms": 0.005728, + "gpu_ms": 4.462832000000001, + "gpu_shadow_ms": 0.018704, + "cpu_ms": 6.3238235, + "readback_cpu_ms": 0.9874475, + "forward_raster_ms": 2.115008 + }, + "p95_ms": { + "gpu_main_raster_ms": 2.118784, + "gpu_post_raster_ms": 0.005984, + "gpu_ms": 4.862496, + "gpu_shadow_ms": 0.019808, + "cpu_ms": 6.850813, + "readback_cpu_ms": 1.342682, + "forward_raster_ms": 2.124672 + } + } + ], + "forward_plus_gate": { + "triggered": true, + "candidates": [ + { + "shadows": "off", + "visibility": "direct", + "light_count": 32, + "overhead_ms": 0.501808, + "raster_metric": "main", + "zero_light_gpu_ms": 1.620576, + "overhead_percent_of_zero_gpu": 30.96479276504157, + "absolute_threshold_reached": false, + "relative_threshold_reached": true + }, + { + "shadows": "off", + "visibility": "direct", + "light_count": 64, + "overhead_ms": 1.011648, + "raster_metric": "main", + "zero_light_gpu_ms": 1.620576, + "overhead_percent_of_zero_gpu": 62.42521177655353, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + }, + { + "shadows": "off", + "visibility": "direct", + "light_count": 128, + "overhead_ms": 2.033136, + "raster_metric": "main", + "zero_light_gpu_ms": 1.620576, + "overhead_percent_of_zero_gpu": 125.45761507019725, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + }, + { + "shadows": "off", + "visibility": "gpu-frustum", + "light_count": 32, + "overhead_ms": 0.5071199999999999, + "raster_metric": "main", + "zero_light_gpu_ms": 1.568752, + "overhead_percent_of_zero_gpu": 32.32633328913684, + "absolute_threshold_reached": false, + "relative_threshold_reached": true + }, + { + "shadows": "off", + "visibility": "gpu-frustum", + "light_count": 64, + "overhead_ms": 1.0170400000000002, + "raster_metric": "main", + "zero_light_gpu_ms": 1.568752, + "overhead_percent_of_zero_gpu": 64.83115240649894, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + }, + { + "shadows": "off", + "visibility": "gpu-frustum", + "light_count": 128, + "overhead_ms": 2.029536, + "raster_metric": "main", + "zero_light_gpu_ms": 1.568752, + "overhead_percent_of_zero_gpu": 129.37264781176373, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + }, + { + "shadows": "off", + "visibility": "gpu-occlusion", + "light_count": 32, + "overhead_ms": 0.50656, + "raster_metric": "main_plus_post", + "zero_light_gpu_ms": 1.752416, + "overhead_percent_of_zero_gpu": 28.906378394171245, + "absolute_threshold_reached": false, + "relative_threshold_reached": true + }, + { + "shadows": "off", + "visibility": "gpu-occlusion", + "light_count": 64, + "overhead_ms": 1.02016, + "raster_metric": "main_plus_post", + "zero_light_gpu_ms": 1.752416, + "overhead_percent_of_zero_gpu": 58.21448788415535, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + }, + { + "shadows": "off", + "visibility": "gpu-occlusion", + "light_count": 128, + "overhead_ms": 2.028048, + "raster_metric": "main_plus_post", + "zero_light_gpu_ms": 1.752416, + "overhead_percent_of_zero_gpu": 115.72868542629148, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + }, + { + "shadows": "on", + "visibility": "direct", + "light_count": 32, + "overhead_ms": 0.5344000000000001, + "raster_metric": "main", + "zero_light_gpu_ms": 1.5134560000000001, + "overhead_percent_of_zero_gpu": 35.30991320527323, + "absolute_threshold_reached": false, + "relative_threshold_reached": true + }, + { + "shadows": "on", + "visibility": "direct", + "light_count": 64, + "overhead_ms": 1.046384, + "raster_metric": "main", + "zero_light_gpu_ms": 1.5134560000000001, + "overhead_percent_of_zero_gpu": 69.13871298537916, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + }, + { + "shadows": "on", + "visibility": "direct", + "light_count": 128, + "overhead_ms": 2.0740480000000003, + "raster_metric": "main", + "zero_light_gpu_ms": 1.5134560000000001, + "overhead_percent_of_zero_gpu": 137.04052182554366, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + }, + { + "shadows": "on", + "visibility": "gpu-frustum", + "light_count": 32, + "overhead_ms": 0.538224, + "raster_metric": "main", + "zero_light_gpu_ms": 1.541952, + "overhead_percent_of_zero_gpu": 34.905366704021915, + "absolute_threshold_reached": false, + "relative_threshold_reached": true + }, + { + "shadows": "on", + "visibility": "gpu-frustum", + "light_count": 64, + "overhead_ms": 1.055776, + "raster_metric": "main", + "zero_light_gpu_ms": 1.541952, + "overhead_percent_of_zero_gpu": 68.4700950483543, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + }, + { + "shadows": "on", + "visibility": "gpu-frustum", + "light_count": 128, + "overhead_ms": 2.077312, + "raster_metric": "main", + "zero_light_gpu_ms": 1.541952, + "overhead_percent_of_zero_gpu": 134.71962810774914, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + }, + { + "shadows": "on", + "visibility": "gpu-occlusion", + "light_count": 32, + "overhead_ms": 0.538704, + "raster_metric": "main_plus_post", + "zero_light_gpu_ms": 1.755136, + "overhead_percent_of_zero_gpu": 30.693006126021, + "absolute_threshold_reached": false, + "relative_threshold_reached": true + }, + { + "shadows": "on", + "visibility": "gpu-occlusion", + "light_count": 64, + "overhead_ms": 1.05728, + "raster_metric": "main_plus_post", + "zero_light_gpu_ms": 1.755136, + "overhead_percent_of_zero_gpu": 60.2392065344224, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + }, + { + "shadows": "on", + "visibility": "gpu-occlusion", + "light_count": 128, + "overhead_ms": 2.078464, + "raster_metric": "main_plus_post", + "zero_light_gpu_ms": 1.755136, + "overhead_percent_of_zero_gpu": 118.42182030338388, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + } + ], + "evaluated": [ + { + "shadows": "off", + "visibility": "direct", + "light_count": 32, + "overhead_ms": 0.501808, + "raster_metric": "main", + "zero_light_gpu_ms": 1.620576, + "overhead_percent_of_zero_gpu": 30.96479276504157, + "absolute_threshold_reached": false, + "relative_threshold_reached": true + }, + { + "shadows": "off", + "visibility": "direct", + "light_count": 64, + "overhead_ms": 1.011648, + "raster_metric": "main", + "zero_light_gpu_ms": 1.620576, + "overhead_percent_of_zero_gpu": 62.42521177655353, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + }, + { + "shadows": "off", + "visibility": "direct", + "light_count": 128, + "overhead_ms": 2.033136, + "raster_metric": "main", + "zero_light_gpu_ms": 1.620576, + "overhead_percent_of_zero_gpu": 125.45761507019725, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + }, + { + "shadows": "off", + "visibility": "gpu-frustum", + "light_count": 32, + "overhead_ms": 0.5071199999999999, + "raster_metric": "main", + "zero_light_gpu_ms": 1.568752, + "overhead_percent_of_zero_gpu": 32.32633328913684, + "absolute_threshold_reached": false, + "relative_threshold_reached": true + }, + { + "shadows": "off", + "visibility": "gpu-frustum", + "light_count": 64, + "overhead_ms": 1.0170400000000002, + "raster_metric": "main", + "zero_light_gpu_ms": 1.568752, + "overhead_percent_of_zero_gpu": 64.83115240649894, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + }, + { + "shadows": "off", + "visibility": "gpu-frustum", + "light_count": 128, + "overhead_ms": 2.029536, + "raster_metric": "main", + "zero_light_gpu_ms": 1.568752, + "overhead_percent_of_zero_gpu": 129.37264781176373, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + }, + { + "shadows": "off", + "visibility": "gpu-occlusion", + "light_count": 32, + "overhead_ms": 0.50656, + "raster_metric": "main_plus_post", + "zero_light_gpu_ms": 1.752416, + "overhead_percent_of_zero_gpu": 28.906378394171245, + "absolute_threshold_reached": false, + "relative_threshold_reached": true + }, + { + "shadows": "off", + "visibility": "gpu-occlusion", + "light_count": 64, + "overhead_ms": 1.02016, + "raster_metric": "main_plus_post", + "zero_light_gpu_ms": 1.752416, + "overhead_percent_of_zero_gpu": 58.21448788415535, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + }, + { + "shadows": "off", + "visibility": "gpu-occlusion", + "light_count": 128, + "overhead_ms": 2.028048, + "raster_metric": "main_plus_post", + "zero_light_gpu_ms": 1.752416, + "overhead_percent_of_zero_gpu": 115.72868542629148, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + }, + { + "shadows": "on", + "visibility": "direct", + "light_count": 32, + "overhead_ms": 0.5344000000000001, + "raster_metric": "main", + "zero_light_gpu_ms": 1.5134560000000001, + "overhead_percent_of_zero_gpu": 35.30991320527323, + "absolute_threshold_reached": false, + "relative_threshold_reached": true + }, + { + "shadows": "on", + "visibility": "direct", + "light_count": 64, + "overhead_ms": 1.046384, + "raster_metric": "main", + "zero_light_gpu_ms": 1.5134560000000001, + "overhead_percent_of_zero_gpu": 69.13871298537916, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + }, + { + "shadows": "on", + "visibility": "direct", + "light_count": 128, + "overhead_ms": 2.0740480000000003, + "raster_metric": "main", + "zero_light_gpu_ms": 1.5134560000000001, + "overhead_percent_of_zero_gpu": 137.04052182554366, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + }, + { + "shadows": "on", + "visibility": "gpu-frustum", + "light_count": 32, + "overhead_ms": 0.538224, + "raster_metric": "main", + "zero_light_gpu_ms": 1.541952, + "overhead_percent_of_zero_gpu": 34.905366704021915, + "absolute_threshold_reached": false, + "relative_threshold_reached": true + }, + { + "shadows": "on", + "visibility": "gpu-frustum", + "light_count": 64, + "overhead_ms": 1.055776, + "raster_metric": "main", + "zero_light_gpu_ms": 1.541952, + "overhead_percent_of_zero_gpu": 68.4700950483543, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + }, + { + "shadows": "on", + "visibility": "gpu-frustum", + "light_count": 128, + "overhead_ms": 2.077312, + "raster_metric": "main", + "zero_light_gpu_ms": 1.541952, + "overhead_percent_of_zero_gpu": 134.71962810774914, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + }, + { + "shadows": "on", + "visibility": "gpu-occlusion", + "light_count": 32, + "overhead_ms": 0.538704, + "raster_metric": "main_plus_post", + "zero_light_gpu_ms": 1.755136, + "overhead_percent_of_zero_gpu": 30.693006126021, + "absolute_threshold_reached": false, + "relative_threshold_reached": true + }, + { + "shadows": "on", + "visibility": "gpu-occlusion", + "light_count": 64, + "overhead_ms": 1.05728, + "raster_metric": "main_plus_post", + "zero_light_gpu_ms": 1.755136, + "overhead_percent_of_zero_gpu": 60.2392065344224, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + }, + { + "shadows": "on", + "visibility": "gpu-occlusion", + "light_count": 128, + "overhead_ms": 2.078464, + "raster_metric": "main_plus_post", + "zero_light_gpu_ms": 1.755136, + "overhead_percent_of_zero_gpu": 118.42182030338388, + "absolute_threshold_reached": true, + "relative_threshold_reached": true + } + ], + "basis": "median of paired per-run raster overheads; same-mode/shadow/repeat zero-light GPU baseline" + } +}