Searched defs:builtin_type (Results 1 – 13 of 13) sorted by relevance
89 #define SEQUENCE_ADDN_KERNEL_REG(ms_type, builtin_type) \ argument
104 #define SEQUENCE_STACK_KERNEL_REG(ms_type, builtin_type) … argument
130 #define SEQUENCE_CONCAT_KERNEL_REG(ms_type, builtin_type) \ argument
108 #define SEQUENCE_STACK_REG(ms_type, builtin_type) \ argument
135 #define SEQUENCE_CONCAT_REG(ms_type, builtin_type) \ argument
141 #define SEQUENCE_STACK_REG(ms_type, builtin_type) \ argument
103 #define SEQUENCE_ADDN_REG(ms_type, builtin_type) \ argument
471 pub fn builtin_type(&self) -> BuiltinType { in builtin_type() method
1697 sem::Type* GeneratorImpl::builtin_type(ast::Builtin builtin) { in builtin_type() function in tint::writer::glsl::GeneratorImpl
21 pub mod builtin_type; module
1285 pub(crate) fn builtin_type( in builtin_type() method
1621 spv::BuiltIn builtin_type = spv::BuiltInMax; member
12540 auto builtin_type = BuiltIn(get_decoration(arg.id, DecorationBuiltIn)); in argument_decl() local