summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs/make.bat
diff options
context:
space:
mode:
authorHyunjun Ko <[email protected]>2018-08-30 11:58:54 +0900
committerRob Clark <[email protected]>2018-09-05 13:38:43 -0400
commit2454742a8447ef021bfbb17f1e87e59bc8cbfcb6 (patch)
tree80632b80bebf5a30014f1af605ddb1cfbb802fef /src/gallium/docs/make.bat
parentb4da2f6667e8fcdd4f8fdd45f3859e036a3b855c (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