Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types.go578 type archDependentType struct { struct
579 arm_type Type
580 arm64_type Type
581 riscv32_type Type
582 riscv64_type Type
583 x86_type Type
584 x86_64_type Type
587 func (typе *archDependentType) Align(arch Arch) uint {
606 func (typе *archDependentType) Bits(arch Arch) uint {
625 func (typе *archDependentType) DeclareVar(var_name string, arch Arch) string {
[all …]