Searched refs:x86_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} 583 x86_type Type member 600 return typе.x86_type.Align(arch) 619 return typе.x86_type.Bits(arch) 638 return typе.x86_type.DeclareVar(var_name, arch) 657 return typе.x86_type.BaseName(arch) 676 return typе.x86_type.Name(arch) 695 return typе.x86_type.Kind(arch) 714 return typе.x86_type.Elem(arch) [all …]
|