Searched refs:PHYS_DEV_OFFSET_PHYS_DEV_TRAMP (Results 1 - 4 of 4) sorted by relevance
/third_party/vulkan-loader/loader/ |
H A D | asm_offset.c | 43 __asm__("# PHYS_DEV_OFFSET_PHYS_DEV_TRAMP = %c0" : : "i"(offsetof(struct loader_physical_device_tramp, phys_dev))); in produce_asm_define() 57 static const uint32_t PHYS_DEV_OFFSET_PHYS_DEV_TRAMP = offsetof(struct loader_physical_device_tramp, phys_dev); variable 108 { .name = "PHYS_DEV_OFFSET_PHYS_DEV_TRAMP", .value = offsetof(struct loader_physical_device_tramp, phys_dev), in main()
|
H A D | unknown_ext_chain_gas_x86.S | 48 mov rdi, [rdi + PHYS_DEV_OFFSET_PHYS_DEV_TRAMP] 98 mov ecx, [eax + PHYS_DEV_OFFSET_PHYS_DEV_TRAMP] # Load the unwrapped VkPhysicalDevice into ecx
|
H A D | unknown_ext_chain_masm.asm | 39 mov rcx, qword ptr [rcx + PHYS_DEV_OFFSET_PHYS_DEV_TRAMP] ; Load the unwrapped VkPhysicalDevice into rcx 79 mov ecx, [eax + PHYS_DEV_OFFSET_PHYS_DEV_TRAMP] ; Load the unwrapped VkPhysicalDevice into ecx
|
H A D | unknown_ext_chain_gas_aarch64.S | 37 ldr x0, [x0, PHYS_DEV_OFFSET_PHYS_DEV_TRAMP] // Load the unwrapped VkPhysicalDevice into x0
|
Completed in 6 milliseconds