Mesa and other users must set this to enable coalescing:
- STRIDE = 0
- SWIZZLE_ENABLE = 1
DiRT Showdown - apitrace results:
Before: 17.73 FPS After: 19.77 FPS
Differential D21136
AMDGPU/SI: Set INDEX_STRIDE for scratch coalescing mareko on Jun 8 2016, 7:26 AM. Authored by
Details Mesa and other users must set this to enable coalescing:
DiRT Showdown - apitrace results: Before: 17.73 FPS After: 19.77 FPS
Diff Detail Event TimelineComment Actions Can you add a test that shows the bit change in the resource setup? I would expect the tests would be breaking on this already
Comment Actions Why would it be breaking? This is the only place that clears DATA_FORMAT and sets ADD_TID_ENABLE, both of which are required for scratch to even work. Or did you mean something else? |
UINT64_C() instead of LL