skia2/gn
John Stiles f96cb712d7 Keep the intrinsic kind of a FunctionDefinition in its IRNode.
This simplifies intrinsic identification from our backends. Rather than
needing to manually track a list of strings in each backend, we can just
call `funcCall.function().intrinsicKind()` and use the shared enum.

In this CL, the GLSL backend has been converted to use the intrinsicKind
call. Other backends will be updated in followup CLs.

Change-Id: I47491655108a08b7414bfa293807d46ad948084a
Bug: skia:11961
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/404898
Commit-Queue: John Stiles <johnstiles@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2021-05-06 12:16:17 +00:00
..
portable Separate general defaults from Skia defaults 2021-03-22 15:30:56 +00:00
skia Remove use of std::result_of. 2021-03-30 16:57:45 +00:00
toolchain
__init__.py
bench.gni MSKP support in nanobench 2021-04-30 20:04:08 +00:00
BUILDCONFIG.gn Separate general defaults from Skia defaults 2021-03-22 15:30:56 +00:00
call.py
checkdir.py
checkpath.py
codesign_ios.py
compile_ib_files.py
compile_processors.py
compile_sksl_tests.py Use .dsl.cpp suffix for DSL C++ instead of _dsl.cpp. 2021-04-14 13:49:53 +00:00
copy_git_directory.py
core.gni
cp.py
create_sksl_fp.py
dehydrate_sksl.py
effects_imagefilters.gni Remove unnecessary SkImageFilters.cpp 2021-02-26 15:31:51 +00:00
effects.gni
find_headers.py
find_msvc.py
find_xcode_sysroot.py
flutter_defines.gni clean up defines that do nothing 2021-04-22 18:02:59 +00:00
fuchsia_defines.gni
gen_plist_ios.py
gm.gni Reland "Better first-class shader & color filter support in runtime effects" 2021-05-05 22:06:46 +00:00
gn_meta_sln.py
gn_to_bp_utils.py Create mini-skia for RenderEngine 2021-04-29 21:04:48 +00:00
gn_to_bp.py Add LOCAL_LICENSE_KINDS to external/skia 2021-04-30 20:03:22 +00:00
gn_to_cmake.py Fix CMakeLists to find Emscripten headers 2021-04-16 16:45:22 +00:00
gpu.gni Add NGA compilation stubs 2021-05-05 16:48:01 +00:00
highest_version_dir.py
ios.gni
is_clang.py
make_gm_gni.py
opts.gni
pdf.gni
push_to_android.py
rm.py
run_sksllex.py
samples.gni Removed unused SkInterpolator 2021-04-13 00:50:11 +00:00
shared_sources.gni
skia.gni Add NGA compilation stubs 2021-05-05 16:48:01 +00:00
sksl_tests.gni Remove flexible runtime effects entirely 2021-04-29 16:02:27 +00:00
sksl.gni Keep the intrinsic kind of a FunctionDefinition in its IRNode. 2021-05-06 12:16:17 +00:00
tests.gni Enable DSL FP tests. 2021-04-22 21:03:43 +00:00
utils.gni OrderedFontMgr utility 2021-04-27 18:10:41 +00:00
xps.gni