Searched refs:arm64_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} 580 arm64_type Type member 594 return typе.arm64_type.Align(arch) 613 return typе.arm64_type.Bits(arch) 632 return typе.arm64_type.DeclareVar(var_name, arch) 651 return typе.arm64_type.BaseName(arch) 670 return typе.arm64_type.Name(arch) 689 return typе.arm64_type.Kind(arch) 708 return typе.arm64_type.Elem(arch) [all …]
|