v3d: Rename cleared/resolve to clear/store.
authorEric Anholt <eric@anholt.net>
Mon, 23 Jul 2018 20:23:07 +0000 (13:23 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 26 Jul 2018 18:00:34 +0000 (11:00 -0700)
commit47f5d158aebe69136a844f82c59b6b70336248e6
treed2f79394f1555f28d80bd5174e04776659833873
parentd934d3206e764bbb15c0cacf357e4ce9279f22b0
v3d: Rename cleared/resolve to clear/store.

These describe what the fields mean in RCL generation.  "resolve" is left
over from VC4, and sounds like MSAA resolves (which may or may not be
involved in the store we generate).
src/gallium/drivers/v3d/v3d_context.c
src/gallium/drivers/v3d/v3d_context.h
src/gallium/drivers/v3d/v3d_job.c
src/gallium/drivers/v3d/v3dx_draw.c
src/gallium/drivers/v3d/v3dx_rcl.c