diff options
author | Hyunjun Ko <[email protected]> | 2018-08-30 11:58:54 +0900 |
---|---|---|
committer | Rob Clark <[email protected]> | 2018-09-05 13:38:43 -0400 |
commit | 2454742a8447ef021bfbb17f1e87e59bc8cbfcb6 (patch) | |
tree | 80632b80bebf5a30014f1af605ddb1cfbb802fef /src/gallium/docs/make.bat | |
parent | b4da2f6667e8fcdd4f8fdd45f3859e036a3b855c (diff) |
freedreno/ir3: insert mov if same instruction in the outputs.
For example,
result0 = texture(sampler[indexBase + 5], coords);
result1 = texture(sampler[indexBase + 0], coords);
result2 = texture(sampler[indexBase + 0], coords);
out_result0 = result0;
out_result1 = result1;
out_result2 = result2;
In this kind of case we need to insert an extra mov to the outputs
so that the result could be assigned to each register respectively.
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/docs/make.bat')
0 files changed, 0 insertions, 0 deletions