Home
last modified time | relevance | path

Searched defs:variable_decl (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cpp.cpp466 string CompilerCPP::variable_decl(const SPIRType &type, const string &name, uint32_t /* id */) in variable_decl() function in CompilerCPP
Dspirv_msl.cpp13369 std::string CompilerMSL::variable_decl(const SPIRVariable &variable) in variable_decl() function in CompilerMSL
13383 std::string CompilerMSL::variable_decl(const SPIRType &type, const std::string &name, uint32_t id) in variable_decl() function in CompilerMSL
Dspirv_glsl.cpp12879 string CompilerGLSL::variable_decl(const SPIRType &type, const string &name, uint32_t id) in variable_decl() function in CompilerGLSL
13118 string CompilerGLSL::variable_decl(const SPIRVariable &variable) in variable_decl() function in CompilerGLSL
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.cc539 Maybe<ParserImpl::VarDeclInfo> ParserImpl::variable_decl(bool allow_inferred) { in variable_decl() function in tint::reader::wgsl::ParserImpl