Searched refs:INSTANCE_OFFSET_ICD_TERM (Results 1 - 4 of 4) sorted by relevance
/third_party/vulkan-loader/loader/ |
H A D | asm_offset.c | 46 __asm__("# INSTANCE_OFFSET_ICD_TERM = %c0" : : "i"(offsetof(struct loader_icd_term, this_instance))); in produce_asm_define() 60 static const uint32_t INSTANCE_OFFSET_ICD_TERM = offsetof(struct loader_icd_term, this_instance); variable 114 { .name = "INSTANCE_OFFSET_ICD_TERM", .value = offsetof(struct loader_icd_term, this_instance), in main()
|
H A D | unknown_ext_chain_gas_x86.S | 66 mov rdi, [rax + INSTANCE_OFFSET_ICD_TERM] # Load the loader_instance into rdi (first arg) 119 mov eax, dword ptr [eax + INSTANCE_OFFSET_ICD_TERM] # Load the loader_instance into eax
|
H A D | unknown_ext_chain_masm.asm | 53 mov rcx, qword ptr [rax + INSTANCE_OFFSET_ICD_TERM] ; Load the loader_instance into rcx (first arg) 96 mov eax, dword ptr [eax + INSTANCE_OFFSET_ICD_TERM] ; Load the loader_instance into eax
|
H A D | unknown_ext_chain_gas_aarch64.S | 58 ldr x11, [x9, INSTANCE_OFFSET_ICD_TERM] // Load the instance pointer
|
Completed in 3 milliseconds