Home
last modified time | relevance | path

Searched refs:is_legacy_es (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp643 if (is_legacy_es()) in compile()
2811 if (is_legacy_es() && location != 0) in replace_fragment_output()
2824 if (is_legacy_es()) in replace_fragment_output()
6167 if (is_legacy_es()) in legacy_tex_op()
6178 if (is_legacy_es()) in legacy_tex_op()
6188 if (is_comparison && is_legacy_es()) in legacy_tex_op()
6198 if (is_legacy_es()) in legacy_tex_op()
6205 if (op == "texelFetch" && is_legacy_es()) in legacy_tex_op()
6208 bool is_es_and_depth = is_legacy_es() && is_comparison; in legacy_tex_op()
6218 …return join(type_prefix, type, is_legacy_es() ? "GradEXT" : is_legacy_desktop() ? "GradARB" : "Gra… in legacy_tex_op()
[all …]
Dspirv_glsl.hpp834 inline bool is_legacy_es() const in is_legacy_es() function in SPIRV_CROSS_NAMESPACE::CompilerGLSL