Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.hpp858 std::string pls_decl(const PlsRemap &variable);
Dspirv_glsl.cpp2881 statement(pls_decl(input), ";"); in emit_pls()
2891 statement(pls_decl(output), ";"); in emit_pls()
13157 string CompilerGLSL::pls_decl(const PlsRemap &var) in pls_decl() function in CompilerGLSL