Searched refs:arm_type (Results 1 – 1 of 1) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | cpp_types.go | 172 func ArchDependentType(arm_type, arm64_type, riscv32_type, riscv64_type, x86_type, x86_64_type Type… argument 173 return &archDependentType{arm_type, arm64_type, riscv32_type, riscv64_type, x86_type, x86_64_type} 579 arm_type Type member 592 return typе.arm_type.Align(arch) 611 return typе.arm_type.Bits(arch) 630 return typе.arm_type.DeclareVar(var_name, arch) 649 return typе.arm_type.BaseName(arch) 668 return typе.arm_type.Name(arch) 687 return typе.arm_type.Kind(arch) 706 return typе.arm_type.Elem(arch) [all …]
|