Searched refs:Arm (Results 1 – 5 of 5) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | cpp_types_test.go | 43 assertLayout(t, typе, Arm, "ARM", 8, 16) 54 assertLayout(t, typе, Arm, "ARM", 64, 128) 101 assertLayout(t, typе, Arm, "ARM", 8, 16) 112 assertLayout(t, typе, Arm, "ARM", 8, 8) 163 if !IsInputCompatible(UInt64TType, X86, Arm) { 166 if IsInputCompatible(UInt64TType, Arm, X86) { 172 X86, Arm) { 178 X86, Arm) { 181 if IsInputCompatible(PointerType(FunctionType(IntType, []FieldInfo{})), X86, Arm) { 202 EnumField("close", IntType, "", 2)})), Arm, X86) {
|
D | cpp_types.go | 109 Arm Arch = iota const 115 FirstArch = Arm 238 &structType{name, struct_fields_info[Arm], align[Arm], offset[Arm]}, 271 &unionType{name, fields_info, align[Arm], bits[Arm]}, 591 case Arm: 610 case Arm: 629 case Arm: 648 case Arm: 667 case Arm: 686 case Arm: [all …]
|
D | vulkan_types.go | 213 return isVulkanNondispatchableHandle(typе, cpp_types.Arm) &&
|
D | gen_vulkan.go | 46 guest_arch = cpp_types.Arm 62 host_arch = cpp_types.Arm 573 …if !isInputCompatible(typе, cpp_types.X86, cpp_types.Arm) || !isInputCompatible(typе, cpp_types.Ar… 3065 if !isInputCompatible(field_type, cpp_types.X86, cpp_types.Arm) || 3437 if guest_arch == cpp_types.Arm { 3632 if guest_arch == cpp_types.Arm {
|
/frameworks/libs/native_bridge_support/android_api/libc/ |
D | Android.bp | 87 // Arm 32 bit does not produce complete exidx unwind information
|