Searched refs:riscv64_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} 582 riscv64_type Type member 598 return typе.riscv64_type.Align(arch) 617 return typе.riscv64_type.Bits(arch) 636 return typе.riscv64_type.DeclareVar(var_name, arch) 655 return typе.riscv64_type.BaseName(arch) 674 return typе.riscv64_type.Name(arch) 693 return typе.riscv64_type.Kind(arch) 712 return typе.riscv64_type.Elem(arch) [all …]
|