Home
last modified time | relevance | path

Searched defs:archDependentType (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types.go597 type archDependentType struct { struct
598 arm_type Type
599 arm64_type Type
600 riscv32_type Type
601 riscv64_type Type
602 x86_type Type
603 x86_64_type Type
606 func (typе *archDependentType) Align(arch Arch) uint {
625 func (typе *archDependentType) Bits(arch Arch) uint {
644 func (typе *archDependentType) DeclareVar(var_name string, arch Arch) string {
[all …]