Searched refs:Arm64 (Results 1 – 4 of 4) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | cpp_types.go | 110 Arm64 const 239 &structType{name, struct_fields_info[Arm64], align[Arm64], offset[Arm64]}, 272 &unionType{name, fields_info, align[Arm64], bits[Arm64]}, 593 case Arm64: 612 case Arm64: 631 case Arm64: 650 case Arm64: 669 case Arm64: 688 case Arm64: 707 case Arm64: [all …]
|
D | cpp_types_test.go | 44 assertLayout(t, typе, Arm64, "ARM64", 8, 16) 55 assertLayout(t, typе, Arm64, "ARM64", 64, 128) 102 assertLayout(t, typе, Arm64, "ARM64", 8, 16) 113 assertLayout(t, typе, Arm64, "ARM64", 8, 8)
|
D | vulkan_types.go | 215 isVulkanHandle(typе, cpp_types.Arm64) &&
|
D | gen_vulkan.go | 48 guest_arch = cpp_types.Arm64 64 host_arch = cpp_types.Arm64 573 …typе, cpp_types.X86, cpp_types.Arm) || !isInputCompatible(typе, cpp_types.Arm64, cpp_types.X86_64)… 1100 if guest_arch == cpp_types.Arm64 && name == "VkCommandBufferInheritanceInfo" { 1235 if guest_arch == cpp_types.Arm64 && name == "VkCommandBufferInheritanceInfo" { 3066 !isInputCompatible(field_type, cpp_types.X86_64, cpp_types.Arm64) { 3104 …if guest_arch == cpp_types.Arm64 && typе.Name(cpp_types.Arm64) == "const struct VkCommandBufferInh…
|