Home
last modified time | relevance | path

Searched refs:type_in (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dgen_spirv_builder_and_parser.py335 type_in = 'const ' + cpp_type + 'List &'
338 type_in = 'const ' + cpp_type + ' *'
341 type_in = cpp_type
344 return (type_in, type_out, is_array, is_optional)
450 type_in, type_out, is_array, is_optional = self.get_operand_type_in_and_out(operand)
453 cpp_operands_in.append(', ' + type_in + ' ' + operand_name)
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.h215 TypedIdentifier(const ast::Type* type_in,
283 const ast::Type* type_in);
Dparser_impl.cc219 ParserImpl::TypedIdentifier::TypedIdentifier(const ast::Type* type_in, in TypedIdentifier() argument
222 : type(type_in), name(std::move(name_in)), source(std::move(source_in)) {} in TypedIdentifier()
254 const ast::Type* type_in) in VarDeclInfo() argument
259 type(type_in) {} in VarDeclInfo()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_impl.h76 TypedExpression(const Type* type_in, const ast::Expression* expr_in);
Dparser_impl.cc265 TypedExpression::TypedExpression(const Type* type_in, in TypedExpression() argument
267 : type(type_in), expr(expr_in) {} in TypedExpression()
/third_party/ffmpeg/fftools/
Dffmpeg_opt.c640 char type_in, type_out; in copy_metadata() local
644 parse_meta_type(inspec, &type_in, &idx_in, &istream_spec); in copy_metadata()
657 if (type_in == 'g' || type_out == 'g') in copy_metadata()
659 if (type_in == 's' || type_out == 's') in copy_metadata()
661 if (type_in == 'c' || type_out == 'c') in copy_metadata()
693 SET_DICT(type_in, meta_in, ic, idx_in); in copy_metadata()
697 if (type_in == 's') { in copy_metadata()
/third_party/libinput/src/
Dlibinput.c125 unsigned int type_in, in check_event_type() argument
132 va_start(args, type_in); in check_event_type()
136 if (type_permitted == type_in) { in check_event_type()
146 const char *name = event_type_to_str(type_in); in check_event_type()
149 name, type_in, function_name); in check_event_type()