Searched refs:riscv32_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} 581 riscv32_type Type member 596 return typе.riscv32_type.Align(arch) 615 return typе.riscv32_type.Bits(arch) 634 return typе.riscv32_type.DeclareVar(var_name, arch) 653 return typе.riscv32_type.BaseName(arch) 672 return typе.riscv32_type.Name(arch) 691 return typе.riscv32_type.Kind(arch) 710 return typе.riscv32_type.Elem(arch) [all …]
|