Home
last modified time | relevance | path

Searched refs:sanitize_underscores (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_parsed_ir.hpp221 static void sanitize_underscores(std::string &str);
Dspirv_cross_parsed_ir.cpp251 void ParsedIR::sanitize_underscores(std::string &str) in sanitize_underscores() function in SPIRV_CROSS_NAMESPACE::ParsedIR
292 ParsedIR::sanitize_underscores(str); in ensure_valid_identifier()
Dspirv_hlsl.cpp977 ParsedIR::sanitize_underscores(ret); in builtin_to_glsl()
2164 ParsedIR::sanitize_underscores(member_name); in emit_buffer_block()
2247 ParsedIR::sanitize_underscores(member_name); in emit_push_constant_block()
Dspirv_glsl.cpp2411 ParsedIR::sanitize_underscores(flattened_name); in emit_flattened_io_block_member()
8927 ParsedIR::sanitize_underscores(ret); in to_flattened_struct_member()
8973 ParsedIR::sanitize_underscores(ret); in access_chain()
9033 ParsedIR::sanitize_underscores(lhs); in store_flattened_struct()
13557 ParsedIR::sanitize_underscores(name); in add_variable()