funnel f16 through standard load/store/gather
authorMike Klein <mtklein@chromium.org>
Sun, 11 Dec 2016 16:42:07 +0000 (11:42 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Mon, 12 Dec 2016 15:56:38 +0000 (15:56 +0000)
commit4958006657dc3d6bbad933217b687e275f1554a3
treed07455d91618a2ce0b1dece9b1856c16f47a2b54
parentebfce6d9b42198e04288a15953f40c395a7b6139
funnel f16 through standard load/store/gather

This is a precursor to using mask load, mask store, and gather instructions for f16.  This is a slight performance win too, through slightly simpler code generation.  Having done this, it now makes sense to give a name to f16->f32 conversion, from_f16().

Finally, while we're at this, also send store_f32 through store(), so that now all formats use load, gather, and store uniformly.

CQ_INCLUDE_TRYBOTS=skia.primary:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD

Change-Id: I403f16f712936e2bcf3294e72c863cb6c6fbcf0c
Reviewed-on: https://skia-review.googlesource.com/5731
Reviewed-by: Herb Derby <herb@google.com>
Commit-Queue: Mike Klein <mtklein@chromium.org>
src/opts/SkRasterPipeline_opts.h