Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cpp.cpp452 bool constref = !type.pointer || arg.write_count == 0; in argument_decl() local
463 return join(constref ? "const " : "", base, " &", variable_name); in argument_decl()
Dspirv_msl.cpp12513 bool constref = !arg.alias_global_variable && is_pointer && arg.write_count == 0; in argument_decl() local
12516 constref = false; in argument_decl()
12523 constref = true; in argument_decl()
12525 const char *cv_qualifier = constref ? "const " : ""; in argument_decl()