Home
last modified time | relevance | path

Searched refs:to_name (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cpp.cpp35 auto instance_name = to_name(var.self); in emit_buffer_block()
41 auto buffer_name = to_name(type.self); in emit_buffer_block()
58 auto instance_name = to_name(var.self); in emit_interface_block()
66 buffer_name = to_name(type.self); in emit_interface_block()
81 auto instance_name = to_name(var.self); in emit_shared()
91 auto instance_name = to_name(var.self); in emit_uniform()
130 auto buffer_name = to_name(type.self); in emit_push_constant_block()
131 auto instance_name = to_name(var.self); in emit_push_constant_block()
428 decl += to_name(func.self); in emit_function_prototype()
457 string variable_name = to_name(var.self); in argument_decl()
Dspirv_hlsl.cpp408 return join("struct ", to_name(type.self)); in type_to_glsl()
410 return to_name(type.self); in type_to_glsl()
862 auto mbr_name = join(to_name(type.self), "_", to_member_name(type, member_index)); in emit_interface_block_member_in_struct()
908 auto name = to_name(var.self); in emit_interface_block_in_struct()
976 auto ret = join(to_name(num_workgroups_builtin), "_", get_member_name(type.self, 0)); in builtin_to_glsl()
1170 auto name = to_name(c.self); in emit_composite_constants()
1216 auto name = to_name(c.self); in emit_specialization_constants_and_structs()
1233 auto name = to_name(c.self); in emit_specialization_constants_and_structs()
1283 statement("static ", variable_decl(type, to_name(undef.self), undef.self), initializer, ";"); in declare_undefined_values()
1450 const auto &name1 = to_name(a.var->self); in emit_resources()
[all …]
Dspirv_msl.cpp1216 … type.basetype == SPIRType::SampledImage ? to_sampler_expression(samp.first) : to_name(samp.first), in emit_entry_point_declarations()
1220 … type.basetype == SPIRType::SampledImage ? to_sampler_expression(samp.first) : to_name(samp.first), in emit_entry_point_declarations()
1236 string name = to_name(var.self); in emit_entry_point_declarations()
1270 to_restrict(var_id, false), ")", to_name(arg_id), ".", ensure_valid_name(name, "m"), in emit_entry_point_declarations()
1271 arrays, " + ", to_name(dynamic_offsets_buffer_id), "[", base_index + j, "]),"); in emit_entry_point_declarations()
1288 … get_argument_address_space(var), " char* ", to_restrict(var_id, false), ")", to_name(arg_id), ".", in emit_entry_point_declarations()
1289 … ensure_valid_name(name, "m"), " + ", to_name(dynamic_offsets_buffer_id), "[", base_index, "]);"); in emit_entry_point_declarations()
1299 string name = to_name(array_id); in emit_entry_point_declarations()
1884 set_name(arg_id, ensure_valid_name(to_name(arg_id), "v")); in extract_global_variables_from_function()
2064 statement(to_name(var.self), "[", loc_off, "]", " = ", ib_var_ref, in add_component_variable_to_interface_block()
[all …]
Dspirv_glsl.cpp2159 buffer_name = to_name(type.self, false); in emit_buffer_reference_block()
2190 buffer_name = to_name(type.self, false); in emit_buffer_reference_block()
2254 auto buffer_name = to_name(type.self, false); in emit_buffer_block_native()
2304 end_scope_decl(to_name(var.self) + type_to_array_glsl(type)); in emit_buffer_block_native()
2313 auto buffer_name = to_name(type.self, false); in emit_buffer_block_flattened()
2468 auto basename = to_name(var.self); in emit_flattened_io_block()
2529 auto block_name = to_name(type.self, false); in emit_interface_block()
2564 end_scope_decl(join(to_name(var.self), type_to_array_glsl(type))); in emit_interface_block()
2600 variable_decl(type, to_name(var.self), var.self), ";"); in emit_interface_block()
2634 auto name = to_name(constant.self); in emit_specialization_constant_op()
[all …]
Dspirv_cross.cpp192 string Compiler::to_name(uint32_t id, bool allow_alias) const in to_name() function in Compiler
206 return to_name(type.type_alias); in to_name()
2535 … join("SPIRV_Cross_Combined", compiler.to_name(image_id), compiler.to_name(sampler_id))); in register_combined_image_sampler()
4497 return to_name(var.self); in get_remapped_declared_block_name()
Dspirv_cross.hpp659 virtual std::string to_name(uint32_t id, bool allow_alias = true) const;
Dspirv_msl.hpp750 std::string to_name(uint32_t id, bool allow_alias = true) const override;
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken.h441 std::string to_name() const { return Token::TypeToName(type_); } in to_name() function
Dparser_impl.cc2373 peek(), "unable to parse right side of " + t.to_name() + " expression"); in unary_expression()
2399 auto name = t.to_name(); in expect_multiplicative_expr()
2536 auto name = t.to_name(); in expect_relational_expr()
2580 auto name = t.to_name(); in expect_equality_expr()
/third_party/pulseaudio/src/tests/
Dvolume-ui.py50 def to_name(this): member in ChannelMap
/third_party/NuttX/fs/nfs/
Dnfs_adapter.c1311 const char *from_name, const char *to_name) in vfs_nfs_rename() argument
1368 namelen = strlen(to_name); in vfs_nfs_rename()
1373 (void)memcpy_s(ptr, namelen, to_name, namelen); in vfs_nfs_rename()
1388 error = vfs_nfs_lookup(to_parent, to_name, strlen(to_name), &to_vnode); in vfs_nfs_rename()
/third_party/pulseaudio/vala/
Dlibpulse.vapi440 public unowned string? to_name();